Omni calculator
Last updated:

Equation of a Circle Calculator

Table of contents

What is a standard equation of a circle?Parametric equation of a circleStandard equation to parametric equation of the circleHow to find the equation of a circle?Another form of the circle equationHow to use this equation of a circle calculator?FAQs

No matter your proficiency in the geometry of a circle, the equation of the circle may still make your head spin. If this is the case, don't worry! This standard equation of a circle calculator will help you determine a circle's radius and center coordinates in a blink of an eye. If you are curious about how to find the equation of a circle, scroll down, and you'll find an explanation of the formula.

If the geometric shape you're trying to analyze looks a bit squashed, it's probably an ellipse. In such a case, head straight to our ellipse calculator!

🔎 If you're studying circles, maybe our other more basic tools can be helpful to you, such as the circumference and area of a circle calculator, our circumference to diameter calculator, the square footage of a circle calculator, or thecircle length calculator.

What is a standard equation of a circle?

The standard equation of a circle is a way to describe all points lying on a circle with just one formula:

(xA)2+(yB)2=r2\small (x - A)^2 + (y - B)^2 = r^2

(x,y)(x, y) are the coordinates of any point lying on the circumference of the circle. It means that as long as you know all of the constants, you can input any xx value to figure out the coordinates of any arbitrary point on the circle.

(A,B)(A, B) are the coordinates of the center point. Just be careful about the + and - signs here; for example, a circle with an equation of the form (x3)2+(y+3)2=52(x - 3)^2 + (y + 3)^2 = 5^2 will have a center point at (3,3)(3, -3).

r2r^2 is the radius of the circle raised to the power of two, so to find the radius, take the square root of this value.

Our equation of the circle calculator finds not only these values but also the diameter, circumference, and area of the circle – all to save you time!

Parametric equation of a circle

The equation of a circle may be defined in different ways; not only in the standard form shown above. A circle can also be described as the locus of all the points that satisfy the equations:

x=rcos(α)y=rsin(α)\small \begin{align*} x &= r \cos(\alpha)\\[.5em] y &= r \sin(\alpha) \end{align*}

where:

  • (x,y)(x, y) – Coordinates of any point on the circle, as before;

  • rr – Radius of the circle; and

  • α\alpha – Angle subtended by the point at the circle's center.

If you shift the center of the circle to (A, B) coordinates, you'll simply add them to the x and y coordinates to get the general parametric equation of a circle:

x=A+rcos(α)y=B+rsin(α)\small \begin{align*} x &= A + r \cos(\alpha)\\[.5em] y &= B + r \sin(\alpha) \end{align*}

As above, you should be careful about the signs of the center point.

Standard equation to parametric equation of the circle

To demonstrate that these two forms of the circle formula are equivalent, let's do a conversion between them.

  1. Starting from the parametric equation, we know that:
  x=rcos(t)    cos(t)=x/ry=rsin(t)    sin(t)=y/r\small\quad\ \ \begin{align*} x &= r \cos(t) \implies \cos(t) = x / r\\[.5em] y &= r \sin(t) \implies \sin(t) = y / r \end{align*}
  1. Let's take the well-known Pythagorean trigonometric identity:
  sin2(t)+cos2(t)=1\small\quad\ \ \sin^2(t) + \cos^2(t) = 1
  1. Combine the identity with the parametric equations:
  (y/r)2+(x/r)2=1\small\quad\ \ (y/r)^2 + (x/r)^2 = 1
  1. Then remove the parentheses:
  y2/r2+x2/r2=1\small\quad\ \ y^2/r^2 + x^2/r^2 = 1
  1. And finally, multiply by r2r^2 (letting r=1r = 1) and put the elements in the right order:
  x2+y2=1\small\quad\ \ x^2 + y^2 = 1

Here we are! That's the standard equation of a circle.

How to find the equation of a circle?

OK, you've learned about different circle equations. But where are they come from? Let's find out!

Image of the circle in the coordinate system. Center o the circle, radius, angle α and point P(x,y) given, underneath equation of a circle shown in two forms.
  1. Choose your circle's center, O=(A,B)O = (A, B). Don't choose it as the origin of the coordinate system.
  2. Draw a circle with a chosen radius rr.
  3. Pick any point on the circle. Assume the coordinates of that point are P=(x,y)P = (x,y).
  4. The angle POC is equal to α\alpha.

Great, we have all the data needed. Now we only need to use one geometric law or a basic piece of trigonometry to tie the given values together:

  • Use the distance formula:
  (x2x1)2+(y2y1)2=r  (xA)2+(yB)2=r\small\quad\ \ \begin{align*} &\sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} = r\\[1em] &\qquad\qquad\quad\ \ \Downarrow\\[1em] &\sqrt{(x - A)^2 + (y - B)^2} = r \end{align*}

Square this obtained formula to get the standard equation of a circle:

  (xA)2+(yB)2=r2\small\quad\ \ (x - A)^2 + (y - B)^2 = r^2
  • Use the Pythagorean theorem:

    rr is a hypotenuse of a right triangle POC, so from Pythagorean theorem we can write:

  OC2+CP2=r2\small\quad\ \ |OC|^2 + |CP|^2 = r^2

Also, we know that:

  OC=xACP=yB\small\quad\ \ \begin{align*} |OC| &= |x - A|\\[.5em] |CP| &= |y - B| \end{align*}

Coming back to the first equation, we get:

  xA2+yB2=r2\small\quad\ \ |x - A|^2 + |y - B|^2 = r^2

This is because a2=(a)2a^2 = (-a)^2. the above equation works for every quadrant, not only the first one.

Then the equation can be simplified to a standard formula:

  (xA)2+(yB)2=r2\small\quad\ \ (x - A)^2 + (y - B)^2 = r^2
  • Use trigonometry:
    Express the POC triangle sides using sine and cosine functions:
  cos(α)=OC/r    OC=rcos(α)sin(α)=CP/r    CP=rsin(α)\small\quad\ \ \begin{align*} \cos(\alpha) &= OC / r \implies \\[.5em]OC &= r\cos(\alpha)\\[1em] \sin(\alpha) &= CP / r \implies \\[.5em]CP &= r\sin(\alpha) \end{align*}

Coordinates of point P may be expressed as:

  x=A+OC  &  y=B+CPx=A+rcos(α)y=B+rsin(α)\small\quad\ \ \begin{align*} x = A + OC\ \ &\&\ \ y = B + CP\\[.5em] &\Downarrow\\[.5em] x = A &+ r\cos(\alpha)\\ y = B &+ r\sin(\alpha) \end{align*}

The two last equations represent the parametric equations of the circle.

Now, as you know how to find the equation of a circle, give this calculator a try!

Another form of the circle equation

Quite often, you will come across another form of the circle equation. It looks like this:

x2+y2+Dx+Ey+F=0\small x^2 + y^2 + Dx + Ey + F = 0

This is the general form of a circle equation – the same as the standard form but expanded. It is possible to get to the standard form from here with just a few simple operations – all you have to do is follow the steps below!

  1. Start with your general equation, for example:
  x2+y2+4x6y+8=0\small\quad\ \ x^2 + y^2 + 4x - 6y + 8 = 0
  1. Put the x's and y's together:
  (x2+4x)+(y26y)+8=0\small\quad\ \ (x^2 + 4x) + (y^2 - 6y) + 8 = 0
  1. Move the constant to the right-hand side of the equation:
  (x2+4x)+(y26y)=8\small\quad\ \ (x^2 + 4x) + (y^2 - 6y) = -8
  1. Now, complete the square for x. To do this, you need to take half of the 4, square it, and add to both sides:
  (x2+4x+4)+(y26y)=8+4\small\quad\ \ \begin{align*} (x^2 + 4x + 4) + (y^2 - 6y) =\\ -8 + 4 \end{align*}
  1. Repeat the previous step, this time completing the square for y:
 (x2+4x+4)+(y26y+9)=8+4+9\small\quad\ \begin{align*} (x^2 + 4x + 4) + (y^2 - 6y + 9) =\\ -8 + 4 + 9 \end{align*}
  1. Simplify the x- and y-terms according to the factoring formulas:
 (x+2)2+(y3)2=5\small\quad\ (x + 2)^2 + (y - 3)^2 = 5

You're done – this is the standard form of a circle with a center at (2,3)(-2, 3) and a radius equal to 5\sqrt5.

Naturally, you don't have to go through this whole process by yourself. Use this equation of a circle calculator instead!

How to use this equation of a circle calculator?

If you are still unsure how to use our tool, have a look at this simple example below.

  1. Assume you want to use the standard equation of a circle. So it's the first part of the calculator.

  2. Type the given data. Let's say that your equation of a circle parameters are equal to A = 7, B = -2, and C = 9.

  3. Tadaa! The equation of a circle calculator did the job! The tool will show you what the parameters are in the other forms of an equation, explaining what the A and B values are (the circle center coordinates), and it will additionally calculate other values such as:

    • Radius – which is equal to 3 for our circle;
    • Diameter – 6 in our case;
    • Area is 28.3 for our example; and
    • Circumference of the circle is equal to 18.85.

In this calculator, we didn't put any units; you don't need them in many cases because you're working with the coordinates. If you need some units, e.g., inches, feet, or centimeters, just add them to the obtained results. Don't forget that the circles area will have squared units of length!

FAQs

What is the radius of a circle whose equation is x²+y²+8x−6y+21=0?

2 units. To calculate it:

  1. Group terms with the same variable and move the constant to the right side of the equation:

    (x² + 8x) + (y² − 6y) = -21

  2. Complete the square for x and y. Add the same constant to each side:

    (x² + 8x + 16) + (y² − 6y + 9) = -21 + 16 + 9

  3. Rewrite as the standard form of a circle:

    (x + 4)² + (y − 3)² = 4

  4. The radius is the square root of 4.

How can I write the equation of a circle?

If you are given the center and radius of the circle, follow these steps:

  1. Look at the general equation of a circle: (x − A)² + (y − B)² = r²
  2. Let A determine the x-coordinate of the center and B determine the y-coordinate.
  3. Determine the radius of the circle and substitute this value in place of r.
  4. Insert the values of A, B, and r into the general equation of the circle.

What is the center of a circle represented by the equation (x+9)²+(y−6)²=102?

The center of the circle is (-9, 6). To find the center, look at the standard equation of the circle: (x − A)² + (y − B)² = r², where (A, B) are the coordinates of the center point. So in this case, A = -9, and B = 6.

Which equation represents a circle with a center at (–3, –5) and a radius of 5 units?

The standard equation of this circle is (x + 3)² + (y + 5)² = 25. You can also write it in parametric form:

x = -3 + 5 cos(α)
y = -5 + 5 sin(α)

Another form of the same circle is:

x² + y² + 6x + 10y + 9 = 0

Standard equation

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

Parametric equation

x = A + r cos(α), y = B + r sin(α)

General equation

x² + y² + Dx + Ey + F = 0

Center coordinates

Circle properties

Check out 11 similar circle calculators ⭕
Arc lengthArea of a circleCircle calc: find c, d, a, r...8 more