Equation of a Circle

Describes a circle using its center and radius; essential for finding circle equations, checking if points lie on circles, or solving circle geometry problems.

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

Solve a problem with Equation of a Circle

Type the problem. The solver will use Equation of a Circle where Equation of a Circle is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Equation of a Circle takes
hh
kk
rr
xx
yy
Equation of a Circle
SymbolMeaning
hhThe x-coordinate of the circle's center; confusing it with the radius or y-coordinate will misplace the circle horizontally.
kkThe y-coordinate of the circle's center; swapping it with h flips the circle's displacement along the y-axis instead of the x-axis.
rrThe radius, the distance from the circle's center to any point on the circle, always positive; forgetting to square it produces a degenerate shape instead of a full circle.
xxThe x-coordinate of any point that lies on the circle; it is a variable representing infinitely many possible values, not a single fixed number.
yyThe y-coordinate of any point on the circle; it pairs with x to specify which points satisfy the circle's equation, and swapping them reflects the circle across the line y=xy = x.

When to use it

When you need to write a circle's equation from its center and radius, or determine whether a point lies on, inside, or outside a specific circle.

Level

Usually taught in: Geometry · Appears on: SAT

Worked examples

1. Write the equation of a circle given center and radius

Problem

Find the equation of a circle with center at (3,2)(3, 2) and radius 55.
  1. Given:(h,k)=(3,2),r=5\text{Given:} \quad (h, k) = (3, 2), \quad r = 5

    We identify the center coordinates and radius from the problem statement.

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

    We write the standard form of the circle equation before substituting values.

  3. (x3)2+(y2)2=52(x - 3)^{2} + (y - 2)^{2} = 5^{2}

    We substitute h=3h = 3, k=2k = 2, and r=5r = 5 directly into the formula.

  4. (x3)2+(y2)2=25(x - 3)^{2} + (y - 2)^{2} = 25

    We compute 52=255^{2} = 25 to simplify the right side.

Answer: (x3)2+(y2)2=25(x - 3)^{2} + (y - 2)^{2} = 25

This is a straightforward substitution using the standard form. Any point (x,y)(x, y) satisfying this equation is exactly 5 units away from the center (3,2)(3, 2).

2. Handle negative center coordinates and a square-root radius

Problem

Write the equation of a circle centered at (2,3)(-2, 3) with radius 13\sqrt{13}.
  1. Given:(h,k)=(2,3),r=13\text{Given:} \quad (h, k) = (-2, 3), \quad r = \sqrt{13}

    We note that h=2h = -2 is negative; this will affect how we write the (xh)(x - h) term.

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

    We use the standard form, remembering that subtraction will handle the negative center coordinate.

  3. (x(2))2+(y3)2=(13)2(x - (-2))^{2} + (y - 3)^{2} = (\sqrt{13})^{2}

    We substitute h=2h = -2, k=3k = 3, and r=13r = \sqrt{13} into the formula.

  4. (x+2)2+(y3)2=13(x + 2)^{2} + (y - 3)^{2} = 13

    We simplify: x(2)=x+2x - (-2) = x + 2 (double negative becomes addition) and (13)2=13(\sqrt{13})^{2} = 13.

Answer: (x+2)2+(y3)2=13(x + 2)^{2} + (y - 3)^{2} = 13

This example reinforces that (xh)(x - h) automatically handles negative center coordinates through subtraction—you do not flip signs. Also note that the radius can be irrational, but squaring it often yields a rational or integer value.

3. Model a physical boundary: heat-dissipation region from a lab heat source

Problem

A scientist studying thermal diffusion places a heat source at coordinates (4,5)(4, 5) on a lab table (in meters). She measures that the temperature drops to half its peak value at all points exactly 3 meters away from the source. Write the equation describing this half-temperature boundary.
  1. Center (heat source):(h,k)=(4,5),Boundary radius:r=3 m\text{Center (heat source):} (h, k) = (4, 5), \quad \text{Boundary radius:} r = 3 \text{ m}

    The half-temperature boundary forms a circle centered at the heat source with radius 3 meters.

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

    We apply the circle equation, which models all points at a fixed distance from the source.

  3. (x4)2+(y5)2=32(x - 4)^{2} + (y - 5)^{2} = 3^{2}

    We substitute the center coordinates (4,5)(4, 5) and radius 33 into the standard form.

  4. (x4)2+(y5)2=9(x - 4)^{2} + (y - 5)^{2} = 9

    We compute 32=93^{2} = 9 to complete the equation.

Answer: (x4)2+(y5)2=9(x - 4)^{2} + (y - 5)^{2} = 9

This real-world application shows how the circle equation models physical phenomena. Any point (x,y)(x, y) on this circle is exactly 3 meters from the heat source and marks where the temperature reaches half its peak. Points inside the circle are warmer; points outside are cooler.

Common mistakes

Where Equation of a Circle usually goes wrong
Answer came out wrong
Writing (xh)2+(yk)2=r(x - h)^{2} + (y - k)^{2} = r instead of =r2= r^{2}.
Always square the radius: (xh)2+(yk)2=r2(x - h)^{2} + (y - k)^{2} = r^{2}. The r2r^{2} on the right side is essential.
Writing (x+h)2+(y+k)2=r2(x + h)^{2} + (y + k)^{2} = r^{2} when the center is (h,k)(-h, -k).
Always write (xh)(x - h) and (yk)(y - k) regardless of the signs of hh and kk. Subtraction handles both positive and negative center coordinates correctly.
Expanding the equation to x2+y22hx2ky+h2+k2=r2x^{2} + y^{2} - 2hx - 2ky + h^{2} + k^{2} = r^{2} and losing track of the center when reading the equation backward.
Keep the equation in standard form (xh)2+(yk)2=r2(x - h)^{2} + (y - k)^{2} = r^{2} as your primary representation so the center and radius remain explicit and easy to read.
The mistakeWhy it is wrongThe fix
Writing (xh)2+(yk)2=r(x - h)^{2} + (y - k)^{2} = r instead of =r2= r^{2}.Omitting the square of the radius completely changes what the equation represents and destroys its geometric meaning as a circle.Always square the radius: (xh)2+(yk)2=r2(x - h)^{2} + (y - k)^{2} = r^{2}. The r2r^{2} on the right side is essential.
Writing (x+h)2+(y+k)2=r2(x + h)^{2} + (y + k)^{2} = r^{2} when the center is (h,k)(-h, -k).The subtraction in (xh)(x - h) automatically accounts for negative values; using addition with a negative hh reverses the sign again and places the circle entirely in the wrong location.Always write (xh)(x - h) and (yk)(y - k) regardless of the signs of hh and kk. Subtraction handles both positive and negative center coordinates correctly.
Expanding the equation to x2+y22hx2ky+h2+k2=r2x^{2} + y^{2} - 2hx - 2ky + h^{2} + k^{2} = r^{2} and losing track of the center when reading the equation backward.The expanded form obscures the geometric meaning—the center (h,k)(h, k) and radius rr are no longer visible at a glance, making it easy to misidentify them later.Keep the equation in standard form (xh)2+(yk)2=r2(x - h)^{2} + (y - k)^{2} = r^{2} as your primary representation so the center and radius remain explicit and easy to read.

Tips and when to use something else

  • Substitute a known point into the equation to verify it lies on the circle: if the left side equals r2r^{2}, you are correct; if not, recheck your center or radius.
  • To check if a point is inside or outside a circle without graphing, substitute it into (xh)2+(yk)2(x - h)^{2} + (y - k)^{2}: if the result is less than r2r^{2}, the point is inside; if greater, it is outside.
  • When the center is at the origin, the equation simplifies to x2+y2=r2x^{2} + y^{2} = r^{2}—this is a special case that appears frequently, so memorize it as a shortcut.
  • If you encounter a circle equation that is expanded or rearranged, use completing the square on both xx and yy terms to recover the standard form and identify the center and radius.

Frequently asked questions

How do I find the equation of a circle if I know the center and two points on the circle?
Use the Distance Formula to calculate the distance from the center to either of the two points; this distance is the radius rr. Then substitute the center (h,k)(h, k) and the computed radius into (xh)2+(yk)2=r2(x - h)^{2} + (y - k)^{2} = r^{2}.
What is the difference between the circle equation (xh)2+(yk)2=r2(x - h)^{2} + (y - k)^{2} = r^{2} and the inequality (xh)2+(yk)2<r2(x - h)^{2} + (y - k)^{2} < r^{2}?
The equation represents points exactly on the circle's boundary. The inequality (xh)2+(yk)2<r2(x - h)^{2} + (y - k)^{2} < r^{2} represents all points strictly inside the circle, and r2\le r^{2} includes both the interior and the boundary.
Does the circle equation have a special form when the center is at the origin?
Yes, when (h,k)=(0,0)(h, k) = (0, 0), the equation simplifies to x2+y2=r2x^{2} + y^{2} = r^{2}. This is the most basic form and appears frequently in introductory geometry and trigonometry.
What does it mean if the radius squared is negative, like r2=4r^{2} = -4?
It means the circle does not exist as a real geometric object; the equation has no solution. If r2=0r^{2} = 0, the circle degenerates into a single point at the center (h,k)(h, k).

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18