Coordinate Geometry of the Circle
Revise Coordinate Geometry of the Circle for Additional Mathematics — revision notes and instant AI marking. Free to start.
Coordinate Geometry of the Circle
Every circle is just a distance equation in disguise — once you know a circle's centre and radius, you can find where lines touch it, cross it, or miss it completely, using nothing but algebra you already know (Pythagoras, gradients, and simultaneous equations).
Summary — What This Chapter Covers
- A circle with centre
(a, b)and radiusrhas equation(x−a)² + (y−b)² = r². This comes straight from the distance formula. - Circles can also appear in general form
x² + y² + 2gx + 2fy + c = 0— you convert this back to the centre-radius form by completing the square. - To find where a line meets a circle, substitute the line into the circle equation, simplify to a quadratic, and count the solutions: 2 solutions = crosses twice, 1 (repeated) solution = tangent, 0 real solutions = misses entirely.
- A tangent is always perpendicular to the radius at the point of contact — this is the single most important fact in this whole chapter.
- Two circles can intersect twice, touch once, or not intersect at all — this is decided purely by comparing the distance between centres to the sum and difference of the two radii.
- The common chord (the line joining two intersection points of two circles) can be found either by subtracting the circle equations, or from the two intersection points directly.
1. The Equation of a Circle
Where does the formula even come from?
Picture a circle with its centre sat at the point (a, b), and radius r. Now pick any point (x, y) that lies exactly on the circle's edge. By definition, that point is always a distance r away from the centre — no matter where on the circle it sits.
Recall the distance formula between two points: distance = √[(x₂−x₁)² + (y₂−y₁)²]. Applying that between our point (x, y) and the centre (a, b), and setting the distance equal to r, then squaring both sides to remove the square root, gives you the circle equation. It's not a rule to memorise blindly — it's Pythagoras' theorem wearing a disguise.
(x − a)² + (y − b)² = r²
Write down the equation of the circle with centre (−3, 2) and radius 7.
A circle has centre (−5, −7) and passes through the point (1, 1). Find the equation of the circle.
Finding the centre and radius from a given equation
This is the reverse process. Given an equation already in the form (x − a)² + (y − b)² = r²:
- The radius is the positive square root of whatever number sits on the right-hand side.
- The centre coordinates are the values of x and y that would make each bracket equal zero.
(x + 12)² + (y − 9)² = 73 has centre (−12, 9) — not (12, −9). Students lose easy marks here constantly. Always ask: "what value of x makes this bracket zero?"
The General Form of a Circle
Sometimes a circle equation is deliberately given in an expanded, messier form: x² + y² + 2gx + 2fy + c = 0. This is called the general form. It's mathematically identical to the centre-radius form — it's just been multiplied out. To get back to something useful, you rearrange it using completing the square on both the x-terms and the y-terms separately.
x² − 6x + y² + y − 15 = 0Step 1 — Complete the square on the x-terms:
x² − 6x = (x − 3)² − 9
Step 2 — Complete the square on the y-terms:
y² + y = (y + ½)² − ¼
Step 3 — Substitute back in and simplify:
(x − 3)² − 9 + (y + ½)² − ¼ − 15 = 0
(x − 3)² + (y + ½)² = 9 + ¼ + 15 = 97/4
Centre = (3, −½) Radius = √(97/4) = √97 / 2
A circle has the equation x² + 2x + y² − 6y + k = 0 and passes through the point (5, 12). Find the centre and radius of the circle.
2. Intersection of a Circle and a Line
A straight line drawn near a circle can only ever do one of three things to it:
| Relationship | What happens | Number of solutions |
|---|---|---|
| Crosses through | Line enters and exits the circle — the piece of line inside the circle is called a chord (or a diameter if it passes through the centre) | 2 real solutions |
| Touches (tangent) | Line grazes the circle at exactly one point without crossing into it | 1 repeated solution |
| Misses entirely | Line passes by without ever touching the circle | 0 real solutions |
The Method: Substitute, Simplify, Solve
Step 2 — Expand and simplify into a quadratic equation.
Step 3 — Solve the quadratic. Count the number of real solutions to know how many times they intersect.
Step 4 — If asked for coordinates, substitute your x-values (or y-values) back into the line equation to get the matching pair.
Worked example: Does the line y = x − 4 intersect the circle (x − 5)² + (y − 2)² = 13?
Expand: (x − 5)² + (x − 6)² = 13 → x² − 10x + 25 + x² − 12x + 36 − 13 = 0
Simplify: x² − 11x + 24 = 0 → (x − 3)(x − 8) = 0 → x = 3 or x = 8
Two solutions → the line crosses the circle twice
Substituting back: y = 3 − 4 = −1, and y = 8 − 4 = 4
Intersection points: (3, −1) and (8, 4)
y = k — just substitute k in for y in the circle equation and solve for x. A vertical line x = k — substitute k in for x and solve for y. Much faster than the general method.
Show that the line y = 4x + 4 is tangent to the circle (x − 4)² + (y − 3)² = 17, and find the point of contact.
3. Tangents to Circles
The one fact that unlocks this whole topic
Finding the equation of a tangent at a known point
Say you know the circle's centre O(x₁, y₁) and a point P(x₂, y₂) that lies on the circle. Here's exactly how to get the tangent line at P:
Step 2 — Since tangent ⊥ radius, flip and negate it (negative reciprocal): mtangent = −1 / mradius
Step 3 — Use
y − y₂ = mtangent(x − x₂) to write the tangent's equation, since it must pass through P.
gradient of tangent = −(x₂ − x₁)/(y₂ − y₁) — this saves you calculating the radius gradient as a separate step.
Worked example: Circle C has equation (x − 5)² + (y − 2)² = 25. Point P(2, 6) lies on C. Find the tangent to C at P.
Step 2 — Gradient of tangent = negative reciprocal of −4/3 = 3/4
Step 3 — Line through (2, 6) with gradient 3/4:
y = ¾(x − 2) + 6 = ¾x − 3/2 + 6
Tangent equation: y = ¾x + 9/2
A circle has centre (1, −3) and the point (4, 1) lies on the circle. Find the equation of the tangent to the circle at that point.
4. Intersection of Two Circles
Two circles can only relate to each other in a few ways, and — brilliantly — you can work out which one applies without drawing anything, just by comparing the distance between their centres to their two radii.
Step 1: Find the distance between the centres
This is a direct application of Pythagoras' theorem (the same distance formula from Topic 1):
d² = (x₂ − x₁)² + (y₂ − y₁)²
Step 2: Compare d to the radii
Let r₁ and r₂ be the two radii, where r₂ ≥ r₁ (i.e. r₂ is the bigger one).
| Condition | What it means |
|---|---|
d > r₁ + r₂ | Circles are too far apart — no intersection (0 points) |
d = r₁ + r₂ | Circles just touch on the outside — 1 intersection (external tangent) |
r₂ − r₁ < d < r₁ + r₂ | Circles genuinely overlap — 2 intersections |
d = r₂ − r₁ | Smaller circle sits just inside, touching from within — 1 intersection (internal tangent) |
d < r₂ − r₁ | Smaller circle is completely enclosed inside the bigger one — no intersection |
Finding the actual intersection points
Step 2 — Set the two circle equations equal to each other (this is "solving simultaneously").
Step 3 — Expand and simplify. The x² and y² terms will always cancel out, leaving a simple linear equation.
Step 4 — Substitute this linear equation into either circle equation to solve for the remaining coordinate.
Step 5 — Substitute back to find the matching coordinate pair(s).
Worked example: Find where x² + y² = 2 and (x − 4)² + y² = 10 intersect.
r₁ = √2 ≈ 1.41, r₂ = √10 ≈ 3.16 → r₁+r₂ ≈ 4.58, r₂−r₁ ≈ 1.75
Since 1.75 < 4 < 4.58, the circles do intersect twice. ✓
Step 1 — x² + y² − 2 = 0 and (x − 4)² + y² − 10 = 0
Step 2 — x² + y² − 2 = (x − 4)² + y² − 10
Step 3 — x² + 8 = x² − 8x + 16 → 8x − 8 = 0 → x = 1
Step 4 — Substitute x = 1 into x² + y² = 2: 1 + y² = 2 → y² = 1 → y = ±1
Intersection points: (1, 1) and (1, −1)
Determine whether the circles x² + y² = 4 and (x − 6)² + y² = 4 intersect, touch, or don't meet at all.
5. Equation of a Common Chord
When two circles cross at two points, the straight line joining those two points is called the common chord. It's a chord of both circles simultaneously.
Two ways to find it
Method A — If you know both circle equations: subtract one from the other (put both in the form "= 0" and equate them). The squared terms cancel, leaving you with the straight-line equation directly.
4x + 4y = 24
Common chord: y = 6 − x
Method B — If you know the two intersection points: just use the ordinary straight-line-through-two-points method you already know from earlier coordinate geometry.
Gradient: m = (y₂ − y₁) / (x₂ − x₁)
Then: y − y₁ = m(x − x₁)
Worked example: Two circles intersect at (3, −1) and (8, 4). Find the common chord.
y − (−1) = 1(x − 3)
y + 1 = x − 3
Common chord: y = x − 4
Two circles have equations x² + y² − 2x + 4y − 4 = 0 and x² + y² + 6x − 2y − 12 = 0. Find the equation of their common chord.
What to Memorise
Circle equation
(x−a)² + (y−b)² = r² — centre (a,b), radius r. Signs inside brackets are opposite to the actual centre coordinates.
General form
x² + y² + 2gx + 2fy + c = 0 — always convert back via completing the square before reading off centre/radius.
Distance between two points
d = √[(x₂−x₁)² + (y₂−y₁)²] — the basis of everything in this chapter.
Perpendicular gradients
If two lines are perpendicular, m₁ × m₂ = −1. Tangent gradient is always the negative reciprocal of the radius gradient.
Line meets circle
Substitute → simplify to quadratic → count real roots: 2 = crosses, 1 = tangent, 0 = misses.
Two circles
Compare d to r₁+r₂ and r₂−r₁ to know if they intersect twice, touch once, or don't meet — always check r₂ ≥ r₁.
Concepts Checklist
Exam Tips & Common Mistakes
(x + 12)² + (y − 9)² has centre (−12, 9), not (12, −9). Always find the value that makes the bracket zero — don't just "read off" the number you see.
- Correct substitution of the linear equation into the circle equation (not the other way round)
- Full expansion shown — mark schemes usually award a method mark just for correct expansion
- Explicit statement of "1 repeated root → tangent" or "2 roots → intersects twice" — don't just leave the quadratic solved with no conclusion
- For tangent questions: showing the perpendicular gradient step clearly, not just stating the final gradient
- Exam Tips & Common Mistakes
Read the full Coordinate Geometry of the Circle notes free
That's the preview — create a free account to read the rest, plus flashcards and practice questions with instant AI marking. No credit card.
Unlock the full notes free →