Last verified · v1.0
Calculator · math
Standard Equation Of A Circle Calculator
Calculate the standard circle equation (x−h)²+(y−k)²=r² by entering a center and radius, or a center and a known point on the circle.
Inputs
r² (Right-Hand Side of Standard Equation)
—
Explain my result
Get a plain-English breakdown of your result with practical next steps.
The formula
How the
result is
computed.
Standard Equation of a Circle: Formula and Methodology
The standard equation of a circle is expressed as (x − h)² + (y − k)² = r², where (h, k) represents the center of the circle and r represents its radius. This compact algebraic form encodes every geometric property of a circle and serves as a foundational concept in coordinate geometry, pre-calculus, and standardized mathematics exams such as the SAT and ACT.
Derivation from the Distance Formula
The standard circle equation follows directly from the Pythagorean distance formula. For any point (x, y) lying on a circle with center (h, k) and radius r, the Euclidean distance from the center to that point must equal r exactly: √[(x − h)² + (y − k)²] = r. Squaring both sides eliminates the radical and yields the standard form. This derivation is documented in Whitman College Calculus Online, Section 1.2: Distance Between Two Points and Circles and reinforced by Khan Academy's SAT Math: Circle Equations lesson.
Understanding the Variables
- h — The x-coordinate of the circle's center. A positive h shifts the circle right; a negative h shifts it left. In the equation, it appears as (x − h), so h = −3 produces (x + 3)².
- k — The y-coordinate of the circle's center. A positive k shifts the circle up; a negative k shifts it down. Similarly, k = −2 produces (y + 2)².
- r — The radius. Always a positive real number. The right-hand side of the equation holds r², so a radius of 7 yields r² = 49.
- (x, y) — The coordinates of any arbitrary point on the circle's circumference that satisfies the equation.
Two Calculation Modes
This standard equation of a circle calculator supports two distinct input modes depending on the available information:
Mode 1: From Center and Radius
When both the center (h, k) and radius r are known, substitute the values directly into the formula. Example: center (3, −2) and radius 5 produce (x − 3)² + (y + 2)² = 25. Observe that subtracting a negative k converts to addition in the written equation. A circle centered at the origin with radius 6 simplifies to x² + y² = 36.
Mode 2: From Center and a Point on the Circle
When the center (h, k) and a known point (x&sub1;, y&sub1;) on the circumference are given, compute r² using the distance formula: r² = (x&sub1; − h)² + (y&sub1; − k)². For instance, center (1, 4) and point (4, 8) give r² = (4 − 1)² + (8 − 4)² = 9 + 16 = 25, producing (x − 1)² + (y − 4)² = 25. According to Cerritos College Math 140 Lecture Notes, Chapter 1.2, this two-step approach is the standard method taught in college algebra courses.
Special Cases Worth Knowing
- Unit circle: Center (0, 0), r = 1 → x² + y² = 1. Foundational to trigonometry and the definitions of sine, cosine, and the other trigonometric ratios.
- Origin-centered circle: h = 0, k = 0 → x² + y² = r². Common in physics and navigation problems.
- Point circle (degenerate): r = 0 → (x − h)² + (y − k)² = 0. Describes a single point rather than a curve.
Real-World Applications
- GPS and trilateration: Navigation systems solve three intersecting circle equations — each centered on a satellite or tower at a known distance — to pinpoint an exact geographic location on Earth.
- Mechanical engineering and CAD: Pipe cross-sections, gear profiles, and bearing races are defined with circle equations in computer-aided design software to enforce dimensional precision.
- Computer graphics: Collision detection algorithms, rounded UI elements, and curve rendering in 2D graphics engines rely on circle equations to test whether points fall inside, on, or outside a boundary.
- Astronomy: Circular orbital approximations for near-circular satellite paths and planetary orbits parameterize trajectories using the standard form before refining to elliptical models.
Reference