Area of a Circle Calculator
Calculate area, circumference, radius, and diameter of a circle. Supports solving from radius, diameter, circumference, or area with unit selection, presets for common objects, sector/arc calculati...
Find the center and radius of a circle from three points, a general equation, or two endpoints of a diameter. Shows area, circumference, and both equation forms.
| Property | Formula | Example (r=5) |
|---|---|---|
| Area | πr² | r=5 → 78.54 |
| Circumference | 2πr | r=5 → 31.42 |
| Diameter | 2r | r=5 → 10 |
| Sector Area | ½r²θ | r=5, θ=π/2 → 19.63 |
| Arc Length | rθ | r=5, θ=π/2 → 7.85 |
| Chord Length | 2r sin(θ/2) | r=5, θ=π/2 → 7.07 |
Finding the center and radius of a circle is a fundamental problem in coordinate geometry. The standard equation of a circle with center (h, k) and radius r is (x − h)² + (y − k)² = r². From this, every other property — area (πr²), circumference (2πr), and relationships to arcs, chords, and sectors — follows directly.
There are several ways to determine the center. Given three non-collinear points on the circle, the center is equidistant from all three — it is the circumcenter of the triangle formed by those points. The calculation involves solving a 2×2 system derived from the perpendicular bisectors of any two chords. Given the general equation x² + y² + Dx + Ey + F = 0, completing the square yields h = −D/2, k = −E/2, and r = √(h² + k² − F). Given two endpoints of a diameter, the center is simply the midpoint, and the radius is half the distance.
This calculator supports all three methods. Enter your known information, and it computes the center, radius, diameter, area, circumference, and the circle's equation in both standard and general forms. Preset buttons load common configurations for quick exploration. Visual comparison bars and a circle-properties reference table round out the tool.
Circle-center problems arise in navigation (finding a position from range measurements), image processing (fitting circles to detected edges), engineering (designing circular components from control points), and everyday life (centering a circular table through doorframes).
Use this when you need to recover the center from points, an equation, or a diameter before moving on to graphing, machining, surveying, or CAD work. It is especially useful because each method leads back to the same center, radius, and equation forms, which makes it easier to verify that your setup is consistent.
Three points: Solve circumcenter from perpendicular bisectors.
General equation: h = −D/2, k = −E/2, r = √(h²+k²−F).
Diameter: center = midpoint, r = distance/2.
Area = πr², Circumference = 2πr.
Standard: (x−h)²+(y−k)²=r². General: x²+y²+Dx+Ey+F=0.Result: For m=three-points, x1=0, y1=0, the tool returns the solved circle center outputs shown in the result cards.
This example uses a realistic input set from the calculator workflow. After entry, the calculator applies the built-in circle center formulas and reports derived values, checks, and classifications automatically.
Find the center and radius of a circle from three points, a general equation, or two endpoints of a diameter. Shows area, circumference, and both equation forms. Use it when you need a repeatable calculation in the math / geometry category and want the setup, result, and supporting values kept together. This is especially helpful when small input changes, unit choices, or rounding decisions can change the final number.
Start by confirming that the inputs match the formula shown on the page. Then compare the main output with the worked example and any secondary values shown by the calculator. If the result will be used in another calculation, keep extra precision until the final step and record the assumptions beside the number.
Treat the result as a calculation aid rather than a substitute for context. For schoolwork, include the formula and substitution steps. For planning, technical, financial, or health-related decisions, verify important numbers against primary records, current rules, or a qualified professional before acting on them.
Last updated:
Find the perpendicular bisectors of two chords (pairs of points). Their intersection is the center. The calculator uses the circumcenter formula to handle this algebraically.
x² + y² + Dx + Ey + F = 0. Completing the square converts it to standard form: (x − h)² + (y − k)² = r², where h = −D/2, k = −E/2, r = √(h²+k²−F).
Then the equation has no real circle — the given coefficients describe an imaginary circle. This can happen with invalid input values for D, E, F.
The diameter method requires exactly two points that are diametrically opposite. The center is their midpoint. The 3-point method works for any three non-collinear points on the circle.
Two points alone define infinitely many circles. You need either a third point, a known radius, or a known center to determine a unique circle.
The formulas are exact; the only approximation is in floating-point display. Results are shown to 2 decimal places by default.
Calculate area, circumference, radius, and diameter of a circle. Supports solving from radius, diameter, circumference, or area with unit selection, presets for common objects, sector/arc calculati...
Calculate the circumference of a circle from radius or diameter. Also computes area, arc length for a given angle, and sector area. Includes unit selector, common-circle presets, and reference table.
Calculate the distance between two points in a coordinate plane using Euclidean, Manhattan, Chebyshev, and Minkowski metrics with midpoint, slope, and angle analysis.