Back to How to Solve

How to Solve Circle Equations

Circle equations are “geometry in coordinates.” Once you can move between standard form and general form, you can find the center and radius instantly, graph circles cleanly, and solve intersection questions with lines.

🧭 Analytic Geometry⏱️ ~20 min read🟡 Intermediate

Want the center/radius extracted instantly?

Try our ai math solver to convert to standard form, identify (h,k) and r, and graph the circle with key points.

Solve Now →

The Standard Form (Memorize This)

(x − h)^2 + (y − k)^2 = r^2

If the equation is in this form, the center is (h, k) and the radius is r. The biggest “gotcha” is sign: if you see (x + 3)^2, then h = −3.

Example 1: Read Center and Radius

Problem: Find the center and radius of (x − 2)^2 + (y + 5)^2 = 49.

center = (2, −5)
radius = √49 = 7

Notice (y + 5)^2 means y is shifted down 5, so k = −5.

How to Convert General Form (Complete the Square)

A “general form” circle equation might look like x^2 + y^2 + Dx + Ey + F = 0. To convert it to standard form, you complete the square for x and for y.

  1. 1) Group x-terms together and y-terms together.
  2. 2) Move the constant to the other side.
  3. 3) Complete the square for each group.
  4. 4) Rewrite as (x−h)^2 + (y−k)^2 = r^2.

Example 2: Convert to Standard Form

Problem: Convert x^2 + y^2 − 6x + 4y − 12 = 0 to standard form and find the center/radius.

Group and move the constant:

x^2 − 6x + y^2 + 4y = 12

Complete the square:

x^2 − 6x = (x − 3)^2 − 9
y^2 + 4y = (y + 2)^2 − 4

Add 9 and 4 to both sides to keep balance:

(x − 3)^2 + (y + 2)^2 = 12 + 9 + 4
(x − 3)^2 + (y + 2)^2 = 25

Center = (3, −2) and radius = 5.

Graphing a Circle Quickly

To graph a circle from standard form, plot the center, then go r units up/down/left/right to mark four key points. Sketch a smooth curve through them.

  • Center (h,k) is the “middle” of the circle.
  • Radius r is the distance from the center to the circle.
  • Key points: (h±r, k) and (h, k±r).

Example 3: Find the Equation From Center and a Point

Problem: Write the equation of the circle with center (−1, 3) that passes through the point (2, 7).

Use standard form. The only missing piece is r^2. Since radius is the distance from the center to the point, compute distance squared to avoid square roots:

r^2 = (2 − (−1))^2 + (7 − 3)^2
= 3^2 + 4^2
= 9 + 16
= 25

So the equation is (x + 1)^2 + (y − 3)^2 = 25.

Example 4: Circle From Diameter Endpoints

Problem: A circle has a diameter with endpoints A(0, 2) and B(6, 10). Find the circle equation.

The center is the midpoint of the diameter. Then use half the diameter length as the radius.

center = midpoint = ((0+6)/2, (2+10)/2) = (3, 6)
diameter^2 = (6−0)^2 + (10−2)^2 = 36 + 64 = 100
radius^2 = (diameter^2)/4 = 100/4 = 25

Equation: (x − 3)^2 + (y − 6)^2 = 25.

Circle-Line Intersections (Solve + Check)

A common “circle equation” task is finding where a line intersects a circle. The method is consistent: substitute the line into the circle, solve the resulting quadratic, then interpret the result.

  • Two solutions: the line cuts the circle in two points.
  • One solution: the line is tangent (touches at one point).
  • No real solutions: the line misses the circle.

Tip: if you’re asked for “how many intersection points,” you can often decide by whether the quadratic has 2, 1, or 0 real roots.

A Reliable Completing-the-Square Template

If you’re converting from general form often, it helps to follow the exact same micro-steps every time. The goal is to create perfect squares in x and y.

  1. Make sure x^2 and y^2 have coefficient 1. (If not, factor first.)
  2. Move the constant term to the right side.
  3. For x: take half the x coefficient, square it, add it to both sides.
  4. For y: take half the y coefficient, square it, add it to both sides.
  5. Rewrite as (x−h)^2 + (y−k)^2 = r^2 and simplify.

This “half then square” rule is the part students forget most. If you keep it consistent, circle conversions become routine.

Example 5: When There Is No Real Circle

Problem: Decide whether (x − 1)^2 + (y + 2)^2 = −9 represents a real circle.

In standard form, the right side is r^2. But a real radius squared cannot be negative.

r^2 = −9 → no real solutions

Interpretation: there is no point (x,y) whose squared distances add to a negative number, so the graph is empty.

Common Mistakes

Sign errors

(x + 4)^2 means h = −4. Many answers are off by just a sign.

Forgetting to add to both sides

When completing the square, whatever you add inside must be balanced by adding the same amount to the other side.

Negative r^2

If you end up with r^2 < 0, there is no real circle.

Mixing circle and parabola forms

Circles use x^2 and y^2 together. If only one variable is squared, it’s not a circle.

For a quick reference on standard form and completing-the-square conversion, the analytic geometry notes on OpenStax conic sectionsinclude circle form and the same conversion technique.

Practice Problems

  1. Find center and radius: (x + 1)^2 + (y − 4)^2 = 16.
  2. Convert to standard form: x^2 + y^2 + 8x − 2y − 8 = 0.
  3. Graph the circle from #1 by listing four key points.
  4. Explain why x^2 + y^2 + 4x + 4y + 10 = 0 has no real circle.

Want the Standard Form Done Cleanly?

Paste the equation and get (h,k) and r, plus a graph-ready form.

Try AI Math Solver →
How to Solve Circle Equations | Standard Form, Center, Radius (with Examples)