Equation Of

Equation And Graph Of A Circle

6 min read

You're staring at a problem. It gives you a center point and a radius. Or maybe it gives you three points on the circumference. Either way, you need the equation. And you need to graph it.

Sound familiar?

Here's the thing — circles show up everywhere. Now, satellite orbits. But the way it's usually taught? That's why the ripple pattern when you drop a stone in water. The math behind them isn't complicated. Gear design. That's where people get stuck.

What Is the Equation of a Circle

Every circle is just a collection of points. All the same distance from a center point. That distance is the radius. The equation captures that relationship.

The Standard Form

If the center sits at (h, k) and the radius is r, the equation looks like this:

(x - h)² + (y - k)² = r²

That's it. Which means one equation. Memorize it and you're halfway there.

The left side measures the squared distance from any point (x, y) to the center. Plus, the right side is the squared radius. When they're equal, the point lies on the circle. That's the whole idea.

The General Form

You'll also see circles written like this:

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

Same circle. Just expanded. The coefficients D, E, and F hide the center and radius. You can convert between forms — more on that in a minute.

Special Case: Center at the Origin

When the center is (0, 0), the equation simplifies beautifully:

x² + y² = r²

This is the version you see in physics problems. Planetary motion. Electron orbitals. Anytime symmetry matters.

Why It Matters / Why People Care

You might wonder — why not just plot points and connect the dots?

Because real problems don't give you graph paper. They give you constraints. A lens needs a specific curvature. Now, a cell tower needs to cover a circular area. A robot arm moves in arcs.

The equation lets you calculate. Tangents. Intersections. Whether a point lies inside, outside, or exactly on the boundary. Try doing that with a sketch.

And the graph? The graph shows you where*. Still, that's your sanity check. Even so, the equation tells you what*. Together, they catch mistakes before they become expensive.

How It Works

Finding the Equation from Center and Radius

This is the most common scenario. You're given (h, k) and r. Plug them in.

Center (3, -2), radius 5:

(x - 3)² + (y + 2)² = 25

Notice the signs. Consider this: the equation has (x - h) and (y - k). So a center at -2 becomes (y + 2). This trips people up constantly.

Finding the Equation from Diameter Endpoints

Sometimes you get the endpoints of a diameter instead. Say (1, 4) and (7, -2).

First, find the midpoint — that's your center:

h = (1 + 7) / 2 = 4 k = (4 + (-2)) / 2 = 1

Center is (4, 1).

Then find the radius. It's half the distance between endpoints:

r = ½ × √[(7 - 1)² + (-2 - 4)²] = ½ × √[36 + 36] = ½ × √72 = 3√2

Equation: (x - 4)² + (y - 1)² = 18

Converting General Form to Standard Form

This is where completing the square saves you.

Take: x² + y² - 6x + 8y - 11 = 0

Group x terms and y terms:

(x² - 6x) + (y² + 8y) = 11

Complete the square for each group. Take half the linear coefficient, square it, add to both sides.

For x: half of -6 is -3, squared is 9 For y: half of 8 is 4, squared is 16

(x² - 6x + 9) + (y² + 8y + 16) = 11 + 9 + 16 (x - 3)² + (y + 4)² = 36

Center: (3, -4). Radius: 6.

Graphing from Standard Form

You have (x - h)² + (y - k)² = r². Graphing takes four steps:

  1. Plot the center (h, k)
  2. From the center, move r units up, down, left, right — mark those four points
  3. Sketch the circle through those points
  4. Label the center and radius

That's the fast version. For precision, plot a few more points using the equation directly.

Want to learn more? We recommend difference between meiosis 1 and 2 and ap spanish language and culture calculator for further reading.

Graphing from General Form

Convert to standard form first. Always. Trying to graph from general form directly is like assembling furniture without the instructions — possible, but why?

Finding Intercepts

x-intercepts: set y = 0, solve for x y-intercepts: set x = 0, solve for y

Example: (x - 2)² + (y + 3)² = 16

x-intercepts: (x - 2)² + 9 = 16 → (x - 2)² = 7 → x = 2 ± √7 y-intercepts: 4 + (y + 3)² = 16 → (y + 3)² = 12 → y = -3 ± 2√3

If the squared term gives a negative number, no intercepts exist. The circle misses that axis entirely.

Common Mistakes / What Most People Get Wrong

Sign Errors in the Center

The equation is (x - h)² + (y - k)² = r². Here's the thing — not (x + h). Not (y + k).

Center at (-3, 4)? The equation has (x + 3)² + (y - 4)².

I've seen students lose points on this exact mistake more than any other. Write it out. Say it aloud. "x minus h, y minus k.

Forgetting to Square the Radius

Given radius 7? That said, the right side is 49. Not 7.

This happens when you're rushing. Also, the equation demands r². Every time.

Completing the Square Wrong

Half the coefficient. Square it. Add to both sides*.

The "both sides" part gets skipped. Then the equation isn't equivalent anymore. You've changed the circle.

Confusing Diameter and Radius

Problem says "diameter 10." Radius is 5. Equation uses 25.

Read carefully. The word "radius" appears in the formula for a reason.

Plotting the Center Wrong

Center (h, k) means x = h, y = k. Not the other way around.

(3, -2) is three right, two down. Not three up, two left.

Practical Tips / What Actually Works

Use the "Box Method" for Graphing

Draw a light square centered at (h, k) with side length 2r. The circle touches the midpoint of each side. The corners give you a boundary — the circle never goes outside the box.

This prevents

This prevents the common "egg-shaped" circles that happen when you only plot the four cardinal points and guess the curves. The box gives you a visual guardrail.

Check Your Work with a Test Point

Pick any point on your graph. Plug it into the original equation. Does it satisfy it?

For (x - 3)² + (y + 4)² = 36, the point (3, 2) should work: 0² + 6² = 36. The point (9, -4): 6² + 0² = 36. And yes. Yes.

If a test point fails, your graph — or your algebra — is wrong. Catch it before you turn it in.

When Completing the Square, Keep the Constant Organized

Write the added constants in a column on the right side:

(x² - 6x + 9) + (y² + 8y + 16) = 11
                                      + 9
                                      +16
                                    ------
                                      36

Messy arithmetic kills more correct setups than bad concepts.

Recognize the "No Graph" Cases

x² + y² + 4x - 6y + 20 = 0

Complete the square: (x + 2)² + (y - 3)² = -7

Radius squared is negative. This isn't a trick — it's a valid answer. No real circle exists. The graph is the empty set. Write "no graph" or "empty set" and move on.

Conclusion

Circles are the gateway to conic sections. The algebra — completing the square, managing signs, tracking squared radii — builds the discipline you'll need for ellipses, hyperbolas, and parabolas. The geometry — centers, radii, intercepts, symmetry — trains your spatial reasoning.

Master the standard form. Plus, respect the minus signs in (x - h) and (y - k). Square the radius every time. Graph with a box, not hope.

And when the radius squared comes out negative? That's not a mistake. That's the answer.

Right Off the Press

Out the Door

Neighboring Topics

Keep Exploring

Thank you for reading about Equation And Graph Of A Circle. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
SD

sdcenter

Staff writer at sdcenter.org. We publish practical guides and insights to help you stay informed and make better decisions.

Share This Article

X Facebook WhatsApp
⌂ Back to Home