The equation of a circle tells you which points are a fixed distance from one center point. If a circle has center (h,k)(h, k) and radius rr, its standard equation is

(xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

This works because every point (x,y)(x, y) on the circle is exactly rr units from the center. If the center is at the origin, the equation becomes

x2+y2=r2x^2 + y^2 = r^2

That is the fastest way to recognize a circle in coordinate geometry.

What The Equation Means

The expression xhx - h measures horizontal distance from the center, and yky - k measures vertical distance from the center. Squaring those distances and adding them matches the distance formula:

distance2=(xh)2+(yk)2\text{distance}^2 = (x - h)^2 + (y - k)^2

For points on the circle, that squared distance must equal r2r^2. So the equation is really a compact way to say, "every point here stays the same distance from the center."

Intuition

Think of the center as an anchor. A circle is the set of all points that stay exactly one radius away from that anchor. The equation does not describe one point. It describes the whole boundary formed by all such points.

That is also why the radius matters so much. If you change rr, the center stays the same but the circle grows or shrinks.

One Worked Example

Write the equation of the circle with center (3,2)(3, -2) and radius 55.

Start with the standard form:

(xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

Substitute h=3h = 3, k=2k = -2, and r=5r = 5:

(x3)2+(y(2))2=52(x - 3)^2 + (y - (-2))^2 = 5^2

Simplify:

(x3)2+(y+2)2=25(x - 3)^2 + (y + 2)^2 = 25

That is the equation of the circle.

You can sanity-check it with a point that should be on the circle. The point (8,2)(8, -2) is 55 units to the right of the center, so it should work:

(83)2+(2+2)2=52+0=25(8 - 3)^2 + (-2 + 2)^2 = 5^2 + 0 = 25

It does, so the equation is consistent with the center and radius.

Common Mistakes

  1. Reading the center directly from the signs. In (x3)2+(y+2)2=25(x - 3)^2 + (y + 2)^2 = 25, the center is (3,2)(3, -2), not (3,2)(3, 2).
  2. Forgetting to square the radius. If the radius is 55, the right side is 2525, not 55.
  3. Using the diameter as if it were the radius. If the diameter is given, divide by 22 first.
  4. Expecting a real circle when r2r^2 is negative. An equation like (x1)2+(y+4)2=9(x - 1)^2 + (y + 4)^2 = -9 has no real points.

Special Cases That Matter

If r>0r > 0, the equation describes an actual circle.

If r=0r = 0, the equation describes exactly one point, the center itself.

If r2<0r^2 < 0, there is no real circle, because squared distances cannot be negative.

When The Concept Is Used

The equation of a circle appears in coordinate geometry, analytic geometry, and precalculus. It is used to graph circles, find whether a point lies on a circle, model distance from a fixed location, and rewrite more complicated equations into a recognizable circle form.

It also connects naturally to the distance formula and to completing the square, which is often how you convert a longer equation into standard circle form.

A Good Mental Check

When you look at (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2, ask two quick questions:

  1. What center do the signs imply?
  2. Is the right side really the radius squared?

Those two checks catch most errors.

Try Your Own Version

Try writing the equation of the circle with center (4,1)(-4, 1) and radius 33. Then check whether the point (1,1)(-1, 1) lies on it. If you want to go one step further, explore another case by starting from a longer equation and rewriting it into standard circle form.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →