Equation of a Circle Calculator
Get circle properties from centre (h, k) and radius r.
The standard equation of a circle is (x − h)² + (y − k)² = r², centred at (h, k).
The math behind it
Expanding gives the general form x² + y² − 2hx − 2ky + (h² + k² − r²) = 0; the constant term is h² + k² − r².
Worked example
Centre (2, −3), r = 5 → (x − 2)² + (y + 3)² = 25.
FAQ
How do I find the radius from general form?
Complete the square in x and y to recover (h, k) and r.