Math

Circle Equation Calculator

Find the equation of a circle from center and radius or from three points on the circle. Get area and circumference.

CALCULATOR

Enter your numbers

Instant results
(x - 0)² + (y - 0)² = 25
Circle Equation
Center: (0, 0)
Radius: 5
Area: 78.5398
Circumference: 31.4159
Center: (0, 0), Radius: 5
Equation: (x - 0)² + (y - 0)² = 5²
Area: π × 5² = 78.5398
Circumference: 2π × 5 = 31.4159

THE NUMORIX GUIDE

How to use the Circle Equation Calculator

Last reviewed September 14, 2026

What this calculator does

In Center + Radius mode, use (x-h)^2+(y-k)^2=r^2 and calculate area and circumference.

Formula and method

In Center + Radius mode, use (x-h)^2+(y-k)^2=r^2 and calculate area and circumference. In Three Points mode, solve the circumcenter from the three noncollinear points, then use the distance to one point as r.

Variables and inputs

Mode defaults to Center + Radius with center (0,0) and radius 5. The alternate mode has three x,y point pairs; all three points must be noncollinear.

Worked example

For center (0,0), radius 5: equation is x^2+y^2=25; area=pi*25=78.5398; circumference=2*pi*5=31.4159. Three noncollinear points on that circle would reconstruct the same center and radius.

How to interpret the result

The equation describes every point a distance r from center (h,k). Area and circumference summarize the same circle geometrically.

Common mistakes to avoid

Keep the center signs straight: a center at h appears as (x-h). Do not use three collinear points, and do not confuse r with r^2 in the equation.

Assumptions and limitations

The three-point path returns no solution for collinear points. The implementation assumes the standard horizontal/vertical coordinate form and does not fit noisy points approximately.

Practical use and checks

The Circle Equation Calculator can build a circle from a center and radius or from three noncollinear points. In center-radius mode, enter center (2, -1) and radius 3 as a check. The equation should be (x - 2)^2 + (y + 1)^2 = 9, area about 28.2743, and circumference about 18.8496. Substituting the center gives the smallest left-side distance, while points 3 units from the center should satisfy the equation. The center-radius mode is best when the geometry is already known; the three-point mode is useful for fitting an ideal circle through measured coordinates. In the latter mode, three collinear points do not define a finite circle, and the calculator should report no solution. Coordinate units must be the same, with area returned in square units. The model assumes a Euclidean circle and does not handle uncertainty, a best-fit circle for noisy data, an ellipse, or a coordinate projection that distorts distance. A negative radius is not a physical circle even if a raw arithmetic path produces a squared equation. For survey or design work, check all three distances against the returned center and retain measurement tolerances rather than treating a rounded radius as exact.

Sources and references

COMMON QUESTIONS

Frequently asked questions

Why does a center at (2,-3) use (x-2)^2+(y+3)^2?

The equation measures differences from the center, so subtracting the negative y-coordinate becomes addition.

Why must three points not be collinear?

There is no finite circle through three distinct collinear points; their perpendicular bisectors do not meet at a finite circumcenter.

FROM THE NUMORIX GUIDES

Learn more before you decide