Geometry • Geometry & Conic Sections

Deriving the Equation of a Circle Using the Pythagorean Theorem

Discover how one of geometry's oldest ideas — the relationship among the sides of a right triangle — gives rise to the elegant equation that defines every circle on a coordinate plane.

Historical Context & Motivation

Long before anyone thought about equations or coordinate grids, ancient civilizations understood that a circle is the set of all points that are the same distance from a fixed center. Egyptian rope-stretchers used this principle to trace circular foundations, and Babylonian scribes carved tables of circle measurements into clay tablets. But for thousands of years, geometry and algebra existed as separate worlds — shapes lived on one side, equations on the other. The story of the circle's equation is really the story of those two worlds merging.

c. 500 BCE
The Pythagorean school in ancient Greece formalizes the relationship a² + b² = c² for right triangles. Though earlier cultures knew specific examples, the Greeks develop a general proof, turning a useful pattern into a lasting theorem.
c. 300 BCE
Euclid compiles The Elements, rigorously defining a circle as "a plane figure contained by one line such that all straight lines from a certain point within the figure to the line are equal." That "certain point" is the center, and those equal straight lines are the radius.
1637 CE
René Descartes publishes La Géométrie, introducing the coordinate plane. For the first time, geometric shapes can be described with algebraic equations — points become (x, y) pairs, and curves become formulas.
1600s–1700s
Mathematicians quickly realize that combining the Pythagorean Theorem with Descartes' coordinate system yields a simple algebraic equation for a circle. This insight lays groundwork for analytic geometry and eventually calculus.

The key question that drove this breakthrough is beautifully simple: if every point on a circle is the same distance from the center, and you can measure distances on a coordinate plane using the Pythagorean Theorem, can you write a single equation that captures every point on the circle at once? The answer, as you'll see, is a resounding yes — and the derivation is surprisingly straightforward.

Core Principles & Definitions

Before diving into the derivation, you need a solid grip on four foundational ideas. Each one is a building block, and together they form the logical chain that produces the circle's equation. If you're comfortable with Algebra 1 and have graphed points on a coordinate plane, you already know most of this — we just need to name the pieces and connect them.

1

Definition of a Circle

A circle is the set of all points in a plane that are a fixed distance from a single point called the center. That fixed distance is the radius (r). Every point on the circle satisfies this one condition — no exceptions.
2

The Coordinate Plane

On the coordinate plane, every point has an address written as (x, y). The center of a circle can sit anywhere — we write it as (h, k), where h is the x-coordinate and k is the y-coordinate of the center.
3

The Pythagorean Theorem

In any right triangle with legs a and b and hypotenuse c: a² + b² = c². On a coordinate plane, you can always form a right triangle between two points by drawing horizontal and vertical segments — this lets you calculate the distance between any two points.
4

The Distance Formula

The distance between two points (x₁, y₁) and (x₂, y₂) is d = √[(x₂ − x₁)² + (y₂ − y₁)²]. This formula is actually just the Pythagorean Theorem in disguise — the horizontal difference is one leg, the vertical difference is the other, and d is the hypotenuse.
KEY TAKEAWAY
Think of the Pythagorean Theorem like a ruler built into the coordinate plane. Whenever you need to measure the distance between two points, you form a right triangle and use a² + b² = c². Since a circle is defined by a constant distance (the radius), the Pythagorean Theorem is the perfect tool to translate the geometric idea of "equal distance from the center" into an algebraic equation. It's like translating a sentence from English into math — same meaning, different language.

Visual Explanation

The diagram below is the heart of the derivation. It shows a circle centered at a point (h, k) on the coordinate plane, with a generic point (x, y) sitting on the circle. When you connect the center to that point, the segment has length r (the radius). The key insight is that you can form a right triangle beneath this radius by drawing a horizontal segment and a vertical segment. The horizontal leg has length (x − h), and the vertical leg has length (y − k). The hypotenuse of this right triangle is the radius, r.

A circle centered at (h, k) with radius r. The right triangle has legs (x − h) and (y − k), and hypotenuse r.

Look closely at the triangle in the diagram. The green dashed horizontal leg represents how far the point (x, y) is from the center in the x-direction — that's (x − h). The pink dashed vertical leg represents the y-direction gap — that's (y − k). The golden hypotenuse is the straight-line distance from center to point, which is the radius r. Since this is a right triangle, the Pythagorean Theorem applies directly, giving us the relationship we need to write the equation of the circle.

The Derivation: Step by Step

Now let's put the pieces together. You know the definition of a circle, you know the Pythagorean Theorem, and you've seen the right triangle that connects them. The derivation is essentially one logical step — applying the Pythagorean Theorem to that triangle. Here's how it works in detail.

Start with what you know. A circle is every point (x, y) whose distance from the center (h, k) is exactly r. On the coordinate plane, the segment from (h, k) to (x, y) is the hypotenuse of a right triangle whose legs run horizontally and vertically. The horizontal leg has length (x − h), and the vertical leg has length (y − k).

Step 1 — Apply the Pythagorean Theorem
(horizontal leg)² + (vertical leg)² = (hypotenuse)²
a² + b² = c², where the legs are the coordinate differences and the hypotenuse is the radius.

Substitute the expressions for the legs and the hypotenuse:

Step 2 — Substitute
(x − h)² + (y − k)² = r²
This is the standard form of the equation of a circle.

That's it — that's the entire derivation. The equation (x − h)² + (y − k)² = r² says: "If you pick any point (x, y), square its horizontal distance from h, add the square of its vertical distance from k, and get exactly r², then that point lies on the circle." Every point on the circle satisfies this equation, and no point off the circle does.

There's an important special case worth noting. When the circle is centered at the origin — meaning (h, k) = (0, 0) — the equation simplifies dramatically because h and k drop out:

Special Case — Center at the Origin
x² + y² = r²
When h = 0 and k = 0, the equation reduces to its simplest form.

This version is the one you'll encounter most often in textbook diagrams. But always remember that the general form (x − h)² + (y − k)² = r² handles circles centered anywhere on the plane.

Variable Summary
(x − h)² + (y − k)² = r²
x, y = coordinates of any point on the circle | h, k = coordinates of the center | r = radius (always positive)

Detailed Breakdown & Forms of the Equation

The standard form is elegant and compact, but in practice you'll see the circle's equation written in different ways. Understanding how these forms relate — and how to move between them — is an essential skill. The diagram below shows three points on a circle and how each one individually satisfies the equation, reinforcing that the equation is a "test" every point on the circle passes.

Three points on the circle centered at (3, 2) with radius 5. Each point is exactly 5 units from the center.

Let's verify one of those points. Take (0, 6) and plug it in: (0 − 3)² + (6 − 2)² = (−3)² + (4)² = 9 + 16 = 25 = 5². It checks out. Now consider a point not on the circle, say (1, 1). Plugging in: (1 − 3)² + (1 − 2)² = 4 + 1 = 5, which is not 25. So (1, 1) fails the test and doesn't lie on the circle.

Beyond the standard form, you'll sometimes encounter the expanded form (also called general form). If you expand the binomials in (x − h)² + (y − k)² = r², you get:

Expanded (General) Form
x² + y² − 2hx − 2ky + (h² + k² − r²) = 0
Often written as x² + y² + Dx + Ey + F = 0, where D, E, and F encode the center and radius.

Recognizing and converting between these forms is a common exam skill. To go from expanded form back to standard form, you use a technique called completing the square — grouping the x-terms and y-terms separately, then rewriting each group as a perfect square binomial. We'll practice this in the worked example and problems ahead.

FormEquationWhat It Reveals Directly
Standard Form(x − h)² + (y − k)² = r²Center (h, k) and radius r — you can read them right off the equation.
Origin-Centeredx² + y² = r²Radius r; center is automatically (0, 0).
General/Expandedx² + y² + Dx + Ey + F = 0Not immediately obvious — you need to complete the square to find center and radius.

Worked Example

Let's work through a complete problem that tests both directions: writing the equation from geometric information, and extracting geometric information from an equation.

Circle from Center and Point
1
ProblemA circle has its center at (−4, 3) and passes through the point (2, −5). Write the equation of the circle in standard form, then expand it to general form.
2
Step 1 — Find the RadiusThe radius is the distance from the center (−4, 3) to the point (2, −5). Use the Pythagorean Theorem (distance formula):
r = √[(2 − (−4))² + (−5 − 3)²] = √[(6)² + (−8)²] = √[36 + 64] = √100 = 10
3
Step 2 — Write the Standard FormPlug h = −4, k = 3, and r = 10 into (x − h)² + (y − k)² = r². Notice that x − (−4) simplifies to x + 4. This is a common source of sign errors, so be careful: the subtraction sign in the formula combined with a negative h value produces addition.
(x + 4)² + (y − 3)² = 100
4
Step 3 — Expand to General FormExpand each squared binomial: (x + 4)² = x² + 8x + 16 and (y − 3)² = y² − 6y + 9. Combine and set equal to 100:
x² + y² + 8x − 6y + 25 = 100 → x² + y² + 8x − 6y − 75 = 0
5
Step 4 — VerifyLet's check that (2, −5) satisfies the standard form: (2 + 4)² + (−5 − 3)² = 36 + 64 = 100 ✓. The equation is correct.

Strengths, Limitations & Common Mistakes

The standard form equation of a circle is a powerful tool, but like any tool it works best when you understand where it shines and where it has limits. Let's also address the mistakes that trip up students most often — knowing these in advance can save you a lot of frustration on tests.

StrengthsLimitationsCommon Mistakes
Center and radius are immediately visible in standard form — no extra work needed.The equation only describes circles (not ellipses, parabolas, or other curves). For those, different equations are needed.Confusing the signs: (x − (−3))² becomes (x + 3)², not (x − 3)². Always watch double negatives.
Works for any circle, anywhere on the coordinate plane — not limited to the origin.In general/expanded form, the center and radius are hidden — you must complete the square to recover them.Writing r instead of r² on the right side of the equation. If the radius is 5, the right side is 25, not 5.
Direct application of the Pythagorean Theorem — grounded in a concept you already know well.The equation represents a full circle and can't easily describe just an arc or semicircle without adding restrictions on x or y.Mixing up (h, k) coordinates: the value subtracted from x is h, and the value subtracted from y is k. Don't swap them.
Easy to verify whether a point lies on a circle — just plug in the coordinates and check.Doesn't directly give you information about circumference or area — you need separate formulas (C = 2πr, A = πr²) for those.Forgetting to take the square root when finding r from r². If r² = 49, then r = 7, not 49.
KEY TAKEAWAY
The circle equation is like a membership card scanner for a club. You feed it any (x, y) point, and it tells you instantly whether that point is "in the club" (on the circle) or not. The Pythagorean Theorem is what powers the scanner — it checks the distance from the center. But remember, this scanner only works for circles. For other shapes, you'll eventually learn different "scanners" (equations), all rooted in the same idea of translating geometric conditions into algebra.

Connection to Advanced Theory

The equation of a circle is your first encounter with a family of curves called conic sections. These are the shapes you get when a flat plane slices through a cone: circles, ellipses, parabolas, and hyperbolas. The circle is the simplest member of this family, and the equation you just derived is actually a special case of the general conic equation.

As you move into higher courses, you'll see how the same strategy — define a geometric condition, translate it into algebra using distance relationships — produces equations for all four conics. An ellipse, for example, is the set of points where the sum of distances from two fixed points (called foci) is constant. A hyperbola uses the difference of distances. The circle is the special case where the two foci merge into one point (the center) and the condition reduces to a single constant distance — the radius.

Conic SectionDefining Distance ConditionStandard Equation Form
Circle (this lesson)Fixed distance from one center point(x − h)² + (y − k)² = r²
EllipseSum of distances from two foci is constant(x−h)²/a² + (y−k)²/b² = 1
ParabolaEqual distance from a focus and a directrix line(y − k) = (1/4p)(x − h)²
HyperbolaDifference of distances from two foci is constant(x−h)²/a² − (y−k)²/b² = 1

Notice that the circle equation looks a lot like the ellipse equation — in fact, a circle is an ellipse where a = b (both axes are the same length). This kind of connection is what makes conic sections such an elegant topic. By mastering the circle equation and the reasoning behind it, you've established a pattern of thinking that will serve you well throughout geometry, precalculus, and beyond.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why the Pythagorean Theorem is the key tool for deriving the equation of a circle. What specific geometric fact about circles makes this connection possible?
PROBLEM 2BASIC
Write the equation of a circle with center (5, −2) and radius 7 in standard form.
PROBLEM 3INTERMEDIATE
The equation x² + y² − 6x + 10y + 18 = 0 represents a circle. Find the center and the radius by completing the square.
PROBLEM 4APPLIED
A circular wireless router signal has a range of 30 meters. The router is placed at the point (12, −8) on a coordinate grid where each unit represents 1 meter. A laptop is at the point (30, 16). Determine whether the laptop is within the router's signal range. Show your work using the equation of the circle.
PROBLEM 5CHALLENGE / SYNTHESIS
A circle passes through the points (1, 4), (5, 4), and (5, 0). Find the equation of the circle. Hint: Set up a system of equations by substituting each point into the general form x² + y² + Dx + Ey + F = 0.

Lesson Summary

A circle is the set of all points at a fixed distance — the radius (r) — from a point called the center (h, k). On the coordinate plane, the distance from the center to any point (x, y) on the circle can be expressed using the Pythagorean Theorem, because the horizontal gap (x − h) and vertical gap (y − k) form the legs of a right triangle whose hypotenuse is r. Applying a² + b² = c² directly gives the standard form equation: (x − h)² + (y − k)² = r². When the center is at the origin, this simplifies to x² + y² = r².

This equation can be expanded into general form (x² + y² + Dx + Ey + F = 0) or converted back through completing the square. To verify whether a point lies on a given circle, substitute its coordinates and check whether both sides of the equation are equal. The derivation itself is a beautiful example of analytic geometry — the fusion of algebra and geometry — and serves as the foundation for studying all conic sections (ellipses, parabolas, and hyperbolas) in future courses.

Varsity Tutors • Geometry (Common Core) • Deriving the Equation of a Circle Using the Pythagorean Theorem