MATH 3 • GEOMETRY

Circle Equations — I can use the equation of a circle to find center/radius and analyze points on the circle.

Master the standard equation of a circle to unlock its center, radius, and the location of any point relative to it.

Historical Context & Motivation

The circle is one of the oldest and most studied shapes in all of mathematics. Ancient civilizations noticed that the shape appeared everywhere — in the moon, in ripples on water, and in the paths of spinning objects. For thousands of years, mathematicians worked to describe this shape precisely, eventually translating it from a geometric drawing into an algebraic equation that we can manipulate, graph, and analyze.

The breakthrough came when mathematicians realized that a circle is really just a collection of points that are all the same distance from a fixed center. This simple idea — combined with the power of coordinate geometry — gave us a single equation that captures every circle imaginable. Understanding that equation is the goal of this lesson.

~300 BCE
Euclid's Elements
Euclid formally defined a circle as the set of all points equidistant from a given point, laying the geometric groundwork used for centuries.
1637
Descartes & Coordinate Geometry
René Descartes published his coordinate system, making it possible to describe geometric shapes — including circles — with algebraic equations on an x-y plane.
1700s
Standard Form Emerges
Mathematicians refined the standard equation of a circle, (x − h)² + (y − k)² = r², connecting algebra and geometry in a clean, powerful formula.
Today
Modern Applications
Circle equations are essential in GPS technology, computer graphics, engineering design, and any field that models circular motion or proximity.

The central question this lesson answers is straightforward: given an equation, how do you extract the center and radius of a circle, and how do you determine whether a specific point lies on, inside, or outside that circle?

Core Principles & Definitions

Before diving into equations, you need to internalize the foundational ideas that make circle equations work. Every concept below connects back to one powerful definition: a circle is the set of all points in a plane that are a fixed distance from a fixed point. That fixed distance is the radius, and the fixed point is the center.

1

Center (h, k)

The fixed point from which every point on the circle is equidistant. In the equation, it appears as (h, k), but watch the signs — they are subtracted in the formula.
2

Radius (r)

The constant distance from the center to any point on the circle. In the equation, it appears as , so you must take the square root to find the actual radius.
3

Standard Form

The equation (x − h)² + (y − k)² = r² is called standard form. It directly reveals the center and radius without any additional algebra.
4

Distance Formula Connection

The circle equation is built from the distance formula. The left side measures the distance from (x, y) to (h, k), and setting it equal to r ensures that distance is constant.
5

Point Analysis

Substituting a point into the equation lets you determine if it lies on the circle (= r²), inside (< r²), or outside (> r²).
KEY TAKEAWAY
Think of a circle like a fence around a flagpole. The flagpole is the center, the length of the rope tethering you to it is the radius, and every position you can reach while the rope is fully stretched traces out the circle. If the rope is slack (distance < radius), you're inside. If you'd need a longer rope (distance > radius), you're outside.

Visual Explanation

A coordinate-plane diagram is the best way to see how the equation of a circle translates into a graph. The diagram below shows a circle centered at (3, 2) with radius 4, along with labeled features that connect directly to the standard-form equation.

A circle centered at (3, 2) with radius 4. The green point lies on the circle, the violet point is inside, and the red point is outside.

Notice how the center (3, 2) sits at the exact middle of the circle, and the dashed line from the center to the point (7, 2) represents the radius of 4 units. Every point on the cyan curve is exactly 4 units from the center. The three colored dots illustrate the point-analysis concept: substitute a point's coordinates into the left side of the equation and compare the result to r² = 16.

Mathematical Framework

The equation of a circle is derived directly from the distance formula. If a point (x, y) is on a circle with center (h, k) and radius r, then the distance from (x, y) to (h, k) equals r. Squaring both sides of the distance formula eliminates the square root and produces the standard equation.

DISTANCE FORMULA
d = √[(x − h)² + (y − k)²]
d = distance between two points; (x, y) = any point; (h, k) = center of the circle.
STANDARD FORM OF A CIRCLE
(x − h)² + (y − k)² = r²
(h, k) = center of the circle; r = radius. The values h and k appear with subtraction signs in the equation, so be careful with negatives.
SPECIAL CASE — CENTER AT ORIGIN
x² + y² = r²
When the center is at (0, 0), the h and k terms vanish, leaving a cleaner equation.
⚠️ Watch the Signs!
A very common mistake is reading (x − (−3)) as center x = 3 instead of x = −3. The equation (x + 3)² + (y − 5)² = 49 means the center is at (−3, 5) and the radius is 7, because (x + 3) is the same as (x − (−3)), and √49 = 7. Always think: what value of x or y would make the expression in the parentheses equal to zero?

To analyze whether a point lies on, inside, or outside a circle, substitute the point's coordinates for x and y in the left side of the equation. If the result equals r², the point is on the circle. If the result is less than r², the point is inside the circle. If the result is greater than r², the point is outside the circle.

Point Analysis & General Form

Sometimes a circle equation is not handed to you in standard form. Instead, it may appear in general form: x² + y² + Dx + Ey + F = 0. To extract the center and radius, you need to complete the square for both the x-terms and the y-terms. The diagram below shows the relationship between these two forms side by side.

The conversion from general form to standard form requires completing the square for both x and y groups. The example converts x² + y² − 6x + 8y + 9 = 0 into (x − 3)² + (y + 4)² = 16.

Once you have the equation in standard form, analyzing a point is simple. Suppose you want to know whether (5, −2) lies on the circle (x − 3)² + (y + 4)² = 16. Substitute x = 5 and y = −2: (5 − 3)² + (−2 + 4)² = 4 + 4 = 8. Since 8 < 16, the point is inside the circle. If the result had been exactly 16, the point would be on the circle, and if it exceeded 16, the point would be outside.

Worked Example

Let's work through a complete problem that combines finding the center and radius with analyzing a point.

Find the center and radius, then determine whether (1, 7) lies on the circle: x² + y² + 4x − 10y + 20 = 0
1
Step 1 — Rearrange the equationGroup the x-terms and y-terms together and move the constant to the right side: (x² + 4x) + (y² − 10y) = −20.
2
Step 2 — Complete the square for xTake half of the coefficient of x (which is 4), giving 2, and square it to get 4. Add 4 to both sides: (x² + 4x + 4) + (y² − 10y) = −20 + 4.
(x + 2)² + (y² − 10y) = −16
3
Step 3 — Complete the square for yTake half of the coefficient of y (which is −10), giving −5, and square it to get 25. Add 25 to both sides: (x + 2)² + (y² − 10y + 25) = −16 + 25.
(x + 2)² + (y − 5)² = 9
4
Step 4 — Identify center and radiusThe equation is now in standard form. The center is found by noting that (x + 2) = (x − (−2)) and (y − 5) remains as is. The right side gives r² = 9, so r = 3.
Center = (−2, 5), Radius = 3
5
Step 5 — Analyze the point (1, 7)Substitute x = 1 and y = 7 into the left side: (1 + 2)² + (7 − 5)² = 3² + 2² = 9 + 4 = 13. Compare 13 to r² = 9. Since 13 > 9, the point is outside the circle.
13 > 9 → the point (1, 7) is outside the circle

Common Mistakes & Tips

Circle equation problems are straightforward once you know the formula, but there are several places where students frequently lose points. The table below summarizes the most common errors alongside the correct approach.

Common errors when working with circle equations
Common MistakeWhy It's WrongCorrect Approach
Reading (x + 3)² as center x = 3The formula subtracts h, so (x + 3) = (x − (−3)), meaning h = −3Ask: what value of x makes (x − h) = 0? That's h = −3
Saying r = 25 when r² = 25The equation gives r², not r directlyAlways take the square root: r = √25 = 5
Forgetting to add to both sides when completing the squareAdding only to the left side unbalances the equationWhatever you add to the left, add the same to the right
Confusing < r² with outsideA smaller distance from the center means the point is closer, hence inside< r² → inside; = r² → on; > r² → outside
KEY TAKEAWAY
Think of the right side of the equation (r²) as a target score. When you plug a point into the left side, you get a score. If your score matches the target, you're on the circle. If your score is lower, you're inside. If your score is higher, you're outside. This analogy works because the left side literally computes the squared distance from the center.

Connection to Advanced Topics

The standard equation of a circle is your entry point into a much larger family of curves called conic sections. In precalculus and beyond, you'll encounter ellipses, parabolas, and hyperbolas — all of which share a similar equation structure but with additional terms and different geometric properties.

Circle vs. Ellipse comparison
FeatureCircle (This Lesson)Ellipse (Future Topic)
Standard Form(x − h)² + (y − k)² = r²(x − h)²/a² + (y − k)²/b² = 1
ShapePerfectly roundStretched circle (oval)
Key ParametersOne radius (r)Two radii (a and b)
Special RelationshipAll radii equala ≠ b; a circle is an ellipse where a = b

Mastering the techniques in this lesson — reading center and radius from standard form, completing the square to convert from general form, and analyzing points — will transfer directly to these more complex curves. A circle is actually a special case of an ellipse where both radii are equal, so the skills you are building now are the foundation for all conic section work.

Practice Problems

PROBLEM 1CONCEPTUAL
In the equation (x − 5)² + (y + 3)² = 36, what is the center and the radius of the circle? Explain why the y-coordinate of the center is negative even though the equation shows a plus sign.
PROBLEM 2BASIC CALCULATION
Write the equation of a circle with center (−4, 1) and radius 7 in standard form.
PROBLEM 3INTERMEDIATE
Convert the equation x² + y² − 8x + 2y + 8 = 0 to standard form, then state the center and radius.
PROBLEM 4APPLIED
A Wi-Fi router is located at the point (2, −1) on a campus map (in units of 100 feet). Its signal reaches a radius of 5 units (500 feet). A student is sitting at the point (5, 3). Is the student within the router's range? By how much does the squared distance exceed or fall short of r²?
PROBLEM 5CRITICAL THINKING
Two circles are defined by (x − 1)² + (y − 2)² = 25 and (x + 3)² + (y − 2)² = 9. Determine whether the point (−1, 2) lies inside, on, or outside each circle. Then explain geometrically why a single point can be inside one circle and outside another.

Lesson Summary

The standard form of a circle's equation is (x − h)² + (y − k)² = r², where (h, k) is the center and r is the radius. When given an equation in general form (x² + y² + Dx + Ey + F = 0), you convert to standard form by completing the square for both x and y. Watch the signs carefully — (x + 3) means h = −3, not +3.

To analyze a point, substitute its coordinates into the left side of the standard-form equation and compare the result to . If the result equals r², the point is on the circle. If it is less than r², the point is inside. If it is greater than r², the point is outside. These skills form the foundation for studying all conic sections in future courses.

Varsity Tutors • Math 3 • Circle Equations — I can use the equation of a circle to find center/radius and analyze points on the circle.