MATH 2 • GEOMETRY

Circle Equations — I can use the equation of a circle in the coordinate plane to find center/radius or determine whether a point lies on the circle.

Learn how the equation of a circle connects algebra and geometry to describe every circle on the coordinate plane.

Historical Context & Motivation

Circles have fascinated mathematicians for thousands of years. Ancient civilizations recognized the circle as a perfect shape — one where every point on its boundary is exactly the same distance from the center. For centuries, though, circles were studied purely through geometry, using compasses and straightedges. The real breakthrough came when mathematicians figured out how to describe circles using algebraic equations on a coordinate plane, merging the visual world of geometry with the power of algebra.

~300 BCE
Euclid Defines the Circle
In Elements, Euclid defines a circle as the set of all points equidistant from a given point. This purely geometric definition shaped math for over a millennium.
~200 BCE
Apollonius Studies Conic Sections
Apollonius of Perga wrote eight books on conic sections, showing that circles, ellipses, parabolas, and hyperbolas all come from slicing a cone at different angles.
1637
Descartes Introduces Coordinate Geometry
René Descartes published La Géométrie, introducing the Cartesian coordinate system. For the first time, geometric shapes like circles could be represented with equations.
1700s–Today
Circle Equations in Modern Applications
From GPS satellite positioning to computer graphics and physics simulations, the equation of a circle is used constantly. Understanding this equation is a foundational skill in STEM fields.

The central question of this lesson is straightforward but powerful: given a circle on a coordinate plane, how do we write an equation that captures its center and radius? And how can we use that equation to determine whether any specific point lies on the circle, inside it, or outside it?

Core Principles & Definitions

Before we dive into equations, let's lock down the key ideas that make circle equations work. Everything stems from one simple definition: a circle is the set of all points that are exactly the same distance from a fixed center point. That fixed distance is the radius.

1

Circle Definition

A circle is the set of all points in a plane that are a fixed distance from a given point called the center.
2

Center (h, k)

The center is the fixed point from which every point on the circle is equidistant. In the coordinate plane, we write it as (h, k).
3

Radius (r)

The radius is the constant distance from the center to any point on the circle. It is always a positive number.
4

Distance Formula Connection

The equation of a circle is built directly from the distance formula: d = √[(x₂ − x₁)² + (y₂ − y₁)²]. Every point (x, y) on the circle is distance r from (h, k).
KEY TAKEAWAY
Think of a circle like a dog on a leash tied to a post in a park. The post is the center (h, k), the leash is the radius r, and the path the dog can walk — always the same distance from the post — traces out the circle. The equation of a circle simply translates that relationship into algebra.

Visual Explanation — The Circle on a Coordinate Plane

This diagram shows a circle centered at (3, 2) with a radius of 4. The dashed yellow line shows the radius. Points on the circle (green) satisfy the equation exactly. The orange point lies inside the circle (distance < 4), and the red point lies outside (distance > 4).

In the diagram above, notice how every point on the cyan circle is exactly 4 units away from the center (3, 2). The point (7, 2) sits at the far right of the circle — it's 4 units to the right of the center along the same horizontal line. The point (3, 6) sits at the top — it's 4 units directly above the center. Meanwhile, (4, 3) is only about 1.4 units from the center, so it falls inside the circle. The point (8, 5) is roughly 5.8 units away, which is greater than the radius, placing it outside the circle.

Mathematical Framework — The Standard Form Equation

The equation of a circle is derived directly from the distance formula. If a circle has center (h, k) and radius r, then any point (x, y) on the circle must be exactly r units from (h, k). We write the distance formula, set it equal to r, and then square both sides to eliminate the square root.

DISTANCE FORMULA
d = √[(x − h)² + (y − k)²]
d = distance between any point (x, y) and the center (h, k). For points on the circle, d = r.
STANDARD FORM OF A CIRCLE
(x − h)² + (y − k)² = r²
h = x-coordinate of the center, k = y-coordinate of the center, r = radius. Squaring both sides of the distance formula removes the radical and gives us the standard form.

When the center of the circle is at the origin (0, 0), the equation simplifies beautifully because h = 0 and k = 0.

CIRCLE CENTERED AT THE ORIGIN
x² + y² = r²
This is a special case where h = 0 and k = 0, so the subtraction terms disappear entirely.
⚠️ Watch the Signs!
The standard form uses subtraction: (x h)² and (y k)². If you see (x + 3)², that means h = −3, not 3. Think of it as (x − (−3))². This is the most common mistake students make, so always check whether the signs in the equation match the actual center coordinates.

To determine whether a point lies on a circle, substitute the point's x and y values into the left side of the equation. If the result equals r², the point is on the circle. If it is less than r², the point is inside the circle. If it is greater than r², the point is outside the circle.

POINT LOCATION TEST
(x₀ − h)² + (y₀ − k)² vs. r²
Substitute point (x₀, y₀) into the left side. If = r² → on circle; if < r² → inside; if > r² → outside.

Standard Form vs. General Form

Circle equations can appear in two different forms. The standard form — (x − h)² + (y − k)² = r² — is the most useful because you can read the center and radius directly. However, equations sometimes appear in general form (also called expanded form): x² + y² + Dx + Ey + F = 0. To extract the center and radius from general form, you need to complete the square for both x and y.

This flowchart shows how to convert between standard form and general form. To go from general to standard, use completing the square. The worked example at the bottom shows the full process.
Comparison of the two forms of circle equations
FeatureStandard FormGeneral Form
Equation format(x − h)² + (y − k)² = r²x² + y² + Dx + Ey + F = 0
Can you read the center?Yes — directly as (h, k)No — must complete the square
Can you read the radius?Yes — r = √(right side)No — must complete the square
When you'll see itGraphing, problem solvingAfter expanding or in some textbooks

Worked Example — Finding Center, Radius, and Testing a Point

Let's work through a complete example that ties together everything we've covered. We'll start with an equation, identify the center and radius, and then test whether a specific point lies on the circle.

Given: (x − 4)² + (y + 1)² = 49. Find the center and radius. Does the point (4, 6) lie on the circle?
1
Step 1 — Identify the CenterCompare (x − 4)² + (y + 1)² = 49 to the standard form (x − h)² + (y − k)² = r². We can see that h = 4. For the y-term, (y + 1)² is the same as (y − (−1))², so k = −1.
Center = (4, −1)
2
Step 2 — Identify the RadiusThe right side of the equation is r² = 49. Take the square root of both sides to find r.
r = √49 = 7
3
Step 3 — Substitute the Test Point (4, 6)Plug x = 4 and y = 6 into the left side of the equation: (4 − 4)² + (6 + 1)² = (0)² + (7)² = 0 + 49 = 49.
Left side = 49
4
Step 4 — Compare to r²We computed the left side as 49, and r² = 49. Since 49 = 49, the point satisfies the equation exactly.
49 = 49, so (4, 6) lies on the circle. ✓
💡 Quick Check Tip
To test a point, you don't need to simplify the full equation. Just substitute, compute, and compare. If the left side equals r², the point is on the circle. If the left side is smaller, the point is inside. If the left side is larger, the point is outside.

Common Mistakes & How to Avoid Them

Avoid these frequent errors when working with circle equations
Common MistakeWhy It's WrongCorrect Approach
Reading center as (3, 2) from (x − 3)² + (y + 2)² = r²(y + 2) means k = −2, not +2. The standard form uses subtraction.Rewrite (y + 2) as (y − (−2)). Center is (3, −2).
Saying r = 25 when r² = 25The equation gives r², not r. You must take the square root.r = √25 = 5. Always square-root the right side.
Forgetting to add completing-the-square values to both sidesAdding 9 inside the x-group but not to the right side changes the equation.Whatever you add to the left side, add the same amount to the right side.
Confusing "on the circle" with "inside the circle""On" means the distance equals r exactly. "Inside" means the distance is less than r.Substitute and compare: = r² (on), < r² (inside), > r² (outside).
KEY TAKEAWAY
Think of the standard form equation as a GPS coordinate with a range. The center (h, k) is your location, and the radius r is how far your signal reaches. A device at point (x, y) is in range (on the circle) only if its distance from the tower equals r exactly. The equation is just the math that checks that distance.

Connection to Advanced Topics

The circle equation is your first step into a larger family of curves called conic sections. In later math courses, you'll encounter ellipses, parabolas, and hyperbolas — all of which have equations that look similar to the circle equation but with important differences. Understanding the circle equation well gives you a head start on all of these.

How the circle equation relates to other conic sections
Conic SectionStandard FormKey Difference from Circle
Circle(x − h)² + (y − k)² = r²Both squared terms have the same coefficient (1)
Ellipse(x − h)²/a² + (y − k)²/b² = 1Different denominators (a ≠ b) create an oval shape
Parabolay = a(x − h)² + kOnly one variable is squared
Hyperbola(x − h)²/a² − (y − k)²/b² = 1Subtraction between the squared terms creates two branches

In Precalculus and beyond, you may also encounter three-dimensional extensions. For example, the equation of a sphere in 3D space is (x − h)² + (y − k)² + (z − l)² = r², which adds a third squared term for the z-axis. The same logic applies: every point on the sphere is exactly r units from the center (h, k, l). Mastering circles now sets you up for smooth transitions into these more complex ideas.

Practice Problems

PROBLEM 1CONCEPTUAL
In your own words, explain why the equation (x − h)² + (y − k)² = r² contains subtraction signs rather than addition signs. What would change if we wrote (x + h)² instead?
PROBLEM 2BASIC CALCULATION
Write the equation of a circle with center (−2, 5) and radius 6.
PROBLEM 3INTERMEDIATE
A circle has the equation (x − 1)² + (y + 3)² = 50. Determine whether each point lies on, inside, or outside the circle: A) (1, 4), B) (6, −6), C) (8, −3).
PROBLEM 4APPLIED
A radio tower is located at position (5, −2) on a city grid (units in miles). The tower's signal reaches a 10-mile radius. Write the equation that represents the boundary of the signal range. A building at (13, 4) reports no signal. Verify mathematically that the building is outside the coverage area.
PROBLEM 5CRITICAL THINKING
Convert the equation x² + y² + 8x − 10y + 5 = 0 to standard form. Then find the center, the radius, and determine whether the point (−1, 1) lies on the circle.

Lesson Summary

The standard form of a circle equation is (x − h)² + (y − k)² = r², where (h, k) is the center and r is the radius. This equation comes directly from the distance formula — it states that every point (x, y) on the circle is exactly r units from the center. When a circle equation is given in general form (x² + y² + Dx + Ey + F = 0), you can convert it to standard form by completing the square for both the x and y terms.

To determine whether a point lies on a circle, substitute its coordinates into the left side of the equation and compare the result to r². If the value 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. Watch out for sign errors — remember that (x + a) means h = −a, and always take the square root of the right side to find the actual radius.

Varsity Tutors • Math 2 • Circle Equations