Free Equation of a Circle Calculator

(x - A)² + (y - B)² = r²
r

Enter the equation parameters and click Calculate to find circle properties

Understanding the Standard Equation

The standard form circle equation is the most compact way to describe every point lying on a circle. It is written as

(x−A)2+(y−B)2=r2,(x - A)^2 + (y - B)^2 = r^2,

where (A,B)(A,B) gives the coordinates of the center and rr is the radius. The signs inside the parentheses are critical: for example, (x+2)2+(y−3)2=25(x + 2)^2 + (y - 3)^2 = 25 actually represents a center at (−2,3)(-2, 3) with radius 55. This Free Circle Equation Calculator uses this form to quickly output the center, radius, diameter, circumference, and area.

Parametric Description of a Circle

Another way to express the same geometric object is through a parameter α\alpha (the angle measured from the center to a point on the circumference):

x=A+rcos⁡α,y=B+rsin⁡α.\begin{aligned} x & = A + r\cos\alpha,\\ y & = B + r\sin\alpha. \end{aligned}

Here α\alpha runs from 00 to 2π2\pi. The Circle Center Calculator can also work with this representation when you need to generate points along the circle.

Connecting the Two Forms

The standard and parametric forms are linked by the Pythagorean identity cos⁡2α+sin⁡2α=1\cos^{2}\alpha + \sin^{2}\alpha = 1. From the parametric form:

x−Ar=cos⁡α,y−Br=sin⁡α.\frac{x - A}{r} = \cos\alpha,\qquad \frac{y - B}{r} = \sin\alpha.

Squaring each equation and adding them gives

(x−Ar)2+(y−Br)2=cos⁡2α+sin⁡2α=1,\left(\frac{x - A}{r}\right)^{2} + \left(\frac{y - B}{r}\right)^{2} = \cos^{2}\alpha + \sin^{2}\alpha = 1,

and multiplying by r2r^{2} recovers the standard equation. This equivalence underlines the flexibility of the General Form Circle Equation conversions performed by the tool.

General Form and Completing the Square

Circles are often presented in the expanded form

x2+y2+Dx+Ey+F=0.x^{2} + y^{2} + Dx + Ey + F = 0.

To extract the center and radius, we apply the method of completing the square. Consider the equation

x2+y2+6x−4y−3=0.x^{2} + y^{2} + 6x - 4y - 3 = 0.

Group the xx and yy terms and move the constant to the right side:

(x2+6x)+(y2−4y)=3.(x^{2} + 6x) + (y^{2} - 4y) = 3.

Add the square of half the coefficient for each variable: (6/2)2=9(6/2)^{2} = 9 for xx and (−4/2)2=4(-4/2)^{2} = 4 for yy. Perform the same additions on both sides:

(x2+6x+9)+(y2−4y+4)=3+9+4.(x^{2} + 6x + 9) + (y^{2} - 4y + 4) = 3 + 9 + 4.

Factor the perfect squares:

(x+3)2+(y−2)2=16.(x + 3)^{2} + (y - 2)^{2} = 16.

Thus the center is (−3,2)(-3, 2) and the radius is 44. The Equation of a Circle Calculator automates this transformation and instantly shows the result in both forms.

Putting the Calculator to Work

Using this Free Circle Equation Calculator is straightforward. You can enter either the standard form parameters (center coordinates and radius) or the coefficients of the general form. In return, the tool provides:

  • Center (A,B)(A, B)
  • Radius rr
  • Diameter 2r2r
  • Circumference 2πr2\pi r
  • Area πr2\pi r^{2}

No units are attached to the output; you may append your own (e.g., inches, centimeters) as needed. The Circle Equation Calculator also performs bidirectional conversion between standard and general forms, saving you time on manual algebra.

How the Standard Equation Is Derived

The definition of a circle—the set of points at a fixed distance rr from a center (A,B)(A,B)—leads directly to its standard equation. Applying the Euclidean distance formula:

(x−A)2+(y−B)2=r.\sqrt{(x - A)^{2} + (y - B)^{2}} = r.

Squaring both sides gives (x−A)2+(y−B)2=r2(x - A)^{2} + (y - B)^{2} = r^{2}. Equivalently, if you construct a right triangle whose legs are x−Ax - A and y−By - B and whose hypotenuse is rr, the Pythagorean theorem produces the same result. This fundamental relationship is the basis of all circle computations.

Circle Equation FormExpressionKey Parameters
Standard(x−A)2+(y−B)2=r2(x - A)^{2} + (y - B)^{2} = r^{2}Center (A,B)(A,B), radius rr
Generalx2+y2+Dx+Ey+F=0x^{2} + y^{2} + Dx + Ey + F = 0Coefficients D,E,FD, E, F
Parametricx=A+rcos⁡α,  y=B+rsin⁡αx = A + r\cos\alpha,\; y = B + r\sin\alphaCenter (A,B)(A,B), radius rr, angle α\alpha

The table above summarizes the three common ways to describe a circle. With the General Form Circle Equation tools provided by this calculator, switching between these representations becomes effortless.

FAQ

1. How do I convert a general circle equation to standard form?

Use the method of completing the square: group the x and y terms, move the constant to the right side, add the square of half each coefficient to both sides, then factor the perfect squares. The calculator performs this conversion automatically.

2. What are the parametric equations of a circle and when are they useful?

The parametric equations are x = A + r cos α and y = B + r sin α, where α is the angle from the center. They are useful for generating points along the circumference, especially in graphics and physics simulations.

3. Can the Circle Equation Calculator find the circumference and area as well?

Yes, after determining the radius, the tool computes the diameter (2r), circumference (2πr), and area (πr²) alongside the center coordinates.

4. What does the sign inside the parentheses tell me about the circle's center?

In the standard equation (x−A)²+(y−B)²=r², the center is (A,B). For example, (x+3)²+(y−2)²=16 means the center is at (−3,2); reverse the signs of the constants inside the parentheses.

5. How is the standard equation of a circle derived from geometry?

It comes from the distance formula: the distance from any point (x,y) on the circle to the center (A,B) must equal the radius r. Setting that distance equal to r and squaring gives (x−A)²+(y−B)²=r².

How to Use

  1. Choose between Standard Form (x - A)² + (y - B)² = r² or General Form x² + y² + Dx + Ey + F = 0.
  2. Enter the known coefficients for your circle equation in the input fields.
  3. Click Calculate to instantly get the center coordinates, radius, diameter, area, and circumference.