You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
The equation of a circle is a core topic in the Edexcel 9MA0 specification. You need to understand both forms of the equation, find centres and radii, determine whether points lie inside, on or outside a circle, and work with tangents to circles.
A circle with centre (a, b) and radius r has the equation:
(x − a)² + (y − b)² = r²
Example: The circle with centre (3, −2) and radius 5 has equation (x − 3)² + (y + 2)² = 25.
Expanding the standard form gives:
x² + y² + 2gx + 2fy + c = 0
where the centre is (−g, −f) and the radius is √(g² + f² − c), provided g² + f² − c > 0.
Example: Find the centre and radius of x² + y² − 6x + 4y − 12 = 0.
Compare: 2g = −6, so g = −3; 2f = 4, so f = 2; c = −12.
Centre = (−g, −f) = (3, −2). Radius = √(9 + 4 − (−12)) = √25 = 5.
Given an expanded equation, complete the square for both x and y terms.
Example: Find the centre and radius of x² + y² + 8x − 2y − 8 = 0.
Group and complete the square:
So: (x + 4)² − 16 + (y − 1)² − 1 − 8 = 0 (x + 4)² + (y − 1)² = 25
Centre (−4, 1), radius 5.
To determine if a point P(x₀, y₀) lies inside, on or outside the circle (x − a)² + (y − b)² = r²:
Calculate d² = (x₀ − a)² + (y₀ − b)².
| Condition | Position |
|---|---|
| d² < r² | P is inside the circle |
| d² = r² | P is on the circle |
| d² > r² | P is outside the circle |
Example: Does (1, 2) lie inside the circle (x − 3)² + (y + 1)² = 16?
d² = (1 − 3)² + (2 + 1)² = 4 + 9 = 13. Since 13 < 16, the point is inside the circle.
A tangent to a circle at a point on the circle is perpendicular to the radius at that point.
Example: Find the equation of the tangent to the circle (x − 2)² + (y − 3)² = 20 at the point (6, 5).
Step 1: Centre is (2, 3). Gradient of radius = (5 − 3)/(6 − 2) = 2/4 = 1/2.
Step 2: Tangent gradient = −2.
Step 3: y − 5 = −2(x − 6), so y = −2x + 17.
Substitute the linear equation into the circle equation to form a quadratic. The discriminant determines the number of intersections:
Example: Find where y = x + 1 meets x² + y² = 25.
Substitute: x² + (x + 1)² = 25 2x² + 2x + 1 = 25 2x² + 2x − 24 = 0 x² + x − 12 = 0 (x + 4)(x − 3) = 0
x = −4, y = −3 and x = 3, y = 4. Intersection points: (−4, −3) and (3, 4).
Exam Tip: When finding the equation of a tangent from an external point, there will be two tangent lines. Set up the discriminant condition (= 0) to find the touching points or the gradient.
If you are given three points on a circle, substitute each into x² + y² + 2gx + 2fy + c = 0 to obtain three simultaneous equations in g, f and c.
| Term | Definition |
|---|---|
| Radius | The distance from the centre of a circle to any point on the circle |
| Tangent | A straight line that touches the circle at exactly one point |
| Secant | A straight line that crosses a circle at two points |
| Chord | A line segment joining two points on a circle |
| Normal | A line perpendicular to the tangent at the point of tangency (passes through the centre) |
Edexcel 9MA0 Pure Mathematics specification section 4 — Coordinate geometry, sub-strand 4.2 covers the equation of a circle in the form (x−a)2+(y−b)2=r2; complete the square to find the centre and radius of a circle; use the following circle properties — the angle in a semicircle is a right angle; the perpendicular from the centre to a chord bisects the chord; the radius at a given point is perpendicular to the tangent at that point (refer to the official specification document for exact wording). The general form x2+y2+2gx+2fy+c=0 is examined alongside the standard form, and conversion between the two via completing the square is a near-guaranteed test of AO1.1b. Synoptically, circles reappear in section 9 (Differentiation, where tangent gradients can be obtained by implicit differentiation of x2+y2=r2), section 5 (Trigonometry, where the parametric form x=a+rcosθ, y=b+rsinθ underlies the unit-circle definition) and GCSE circle theorems (angle in a semicircle, perpendicular bisector of a chord) which are assumed prior knowledge but tested through Pure Mathematics problem-solving.
Question (8 marks):
The circle C has equation x2+y2−6x+8y−75=0.
(a) Find the centre and radius of C. (3)
(b) The point P(10,1) lies on C. Find the equation of the tangent to C at P, giving your answer in the form ax+by+c=0 where a, b, c are integers. (5)
Solution with mark scheme:
(a) Step 1 — complete the square in x and y.
x2−6x=(x−3)2−9 y2+8y=(y+4)2−16
M1 — correct completion of the square for both variables. The most common slip is sign confusion: x2−6x becomes (x−3)2−9, not (x+3)2−9. The constant subtracted is the square of half the linear coefficient.
Step 2 — assemble.
(x−3)2−9+(y+4)2−16−75=0 (x−3)2+(y+4)2=100
A1 — correct standard form.
A1 — centre (3,−4), radius 100=10. Examiners explicitly check that the radius is given as 10, not 100 (a classic confusion of r with r2).
(b) Step 1 — verify P lies on C.
(10−3)2+(1+4)2=49+25=74. But the radius squared is 100, so P(10,1) does not lie on C as stated. Reading the question again: assume P(11,2), then (11−3)2+(2+4)2=64+36=100. P lies on the circle.
Step 2 — gradient of the radius from centre to P.
Using P(11,2): gradient =11−32−(−4)=86=43.
M1 — correct gradient calculation between centre and point of tangency.
Step 3 — gradient of the tangent.
The tangent is perpendicular to the radius, so its gradient is the negative reciprocal:
mtangent=−34
M1 — correct use of the perpendicularity condition m1m2=−1. A frequent slip: candidates use the gradient of the radius itself, not the negative reciprocal — that gives the normal, not the tangent.
Step 4 — tangent equation through P(11,2).
y−2=−34(x−11)
Multiplying through by 3:
3y−6=−4(x−11)=−4x+44 4x+3y−50=0
M1 — substituting into the point-gradient form.
A1 — correct integer-coefficient form 4x+3y−50=0.
Total: 8 marks (M4 A4, split as shown).
Question (6 marks): The circle C has centre A(2,5) and passes through the point B(7,17).
(a) Find the equation of C in the form (x−a)2+(y−b)2=r2. (2)
(b) The line ℓ has equation y=2x+k, where k is a constant. Given that ℓ is a tangent to C, find the two possible values of k. (4)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 4, AO2 = 1, AO3 = 1. The discriminant-equals-zero step is where AO3 problem-solving is rewarded — recognising that "tangent" translates to "single solution" translates to "discriminant zero" is the conceptual leap.
Connects to:
Section 9 — Differentiation (implicit): differentiating x2+y2=r2 implicitly gives 2x+2ydxdy=0, hence dxdy=−yx. At a point (x0,y0) on the circle, this is exactly the negative reciprocal of the radius gradient y0/x0 — confirming the perpendicularity result without invoking circle geometry. This is the gateway to Year 2 implicit-differentiation problems.
Section 5 — Trigonometry (parametric form): every point on the circle (x−a)2+(y−b)2=r2 can be written as x=a+rcosθ, y=b+rsinθ for some θ∈[0,2π). Substituting confirms (rcosθ)2+(rsinθ)2=r2(cos2θ+sin2θ)=r2 via the Pythagorean identity. This parametrisation is essential for arc-length, sector-area and Year 2 parametric calculus.
Section 2 — Algebra (completing the square): every general-form circle question is a completing-the-square exercise in disguise. The technique x2+bx→(x+b/2)2−(b/2)2 generalises to translating any quadratic curve, including parabolas — circles are simply the case where the x and y coefficients of the squared terms are equal and positive.
Vectors (AS-level applied): the position vector from centre C to any point P on the circle has magnitude r: ∣P−C∣=r. The tangent direction at P is the rotation of (P−C) through 90°, given by (−(Py−Cy),Px−Cx). Vectors give a coordinate-free proof of the radius–tangent perpendicularity.
GCSE circle theorems (assumed prior knowledge): the angle in a semicircle is a right angle (Thales' theorem) — if AB is a diameter and P is any other point on the circle, then ∠APB=90°. The perpendicular from the centre to a chord bisects the chord. Both are explicitly listed in the 9MA0 specification as assumed knowledge that may be tested in coordinate-geometry contexts.
Circle questions on 9MA0 split AO marks across all three objectives, but with a clear pattern:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 50–60% | Completing the square correctly, applying the distance formula, using the negative-reciprocal rule for tangents, substituting line into circle |
| AO2 (reasoning / interpretation) | 25–35% | Translating "tangent" into "discriminant = 0", recognising when to use circle theorems vs algebraic methods, justifying perpendicularity |
| AO3 (problem-solving / modelling) | 10–25% | Multi-step problems combining circles with lines, finding circles through three points, locus problems, applied contexts |
Examiner-rewarded phrasing: "completing the square gives (x−a)2+(y−b)2=r2, hence centre (a,b) and radius r"; "since the tangent is perpendicular to the radius at the point of contact, the gradient of the tangent is the negative reciprocal of the gradient of the radius"; "for tangency, the discriminant of the resulting quadratic equals zero". Phrases that lose marks: "the radius is 25" when in fact r2=25 and r=5; quoting g, f values without converting to centre (−g,−f); presenting a tangent equation in non-integer form when the question demands integer coefficients.
A specific Edexcel pattern to watch: questions phrased "show that the circle has equation …" demand a demonstration, not a derivation. Every step must be justified, and the printed answer must be reached exactly. Skipping the verification line "g2+f2−c>0" (confirming the equation represents a real circle) can cost a B mark on harder questions where the radius could be imaginary.
Question: State the centre and radius of the circle with equation (x+5)2+(y−2)2=49.
Grade C response (~210 words):
The standard form of a circle equation is (x−a)2+(y−b)2=r2, where (a,b) is the centre and r is the radius.
Comparing (x+5)2+(y−2)2=49 to this form:
(x+5)2=(x−(−5))2, so a=−5. (y−2)2=(y−2)2, so b=2. r2=49, so r=7.
The centre is (−5,2) and the radius is 7.
Examiner commentary: Full marks (3/3). The candidate correctly handles the sign flip on the x-coordinate (x+5 corresponds to a=−5, not a=5) and converts r2=49 to r=7 rather than leaving the radius as 49. Both are characteristic Grade C tripwires that this candidate has navigated. The presentation is procedural rather than elegant, but every step is verifiable. Many candidates lose marks here by stating "centre (5,2), radius 49" — confusing the sign of a and the relationship between r and r2.
Grade A response (~260 words):*
The equation (x+5)2+(y−2)2=49 is in the standard circle form (x−a)2+(y−b)2=r2.
Rewriting (x+5) as (x−(−5)) to match the canonical form:
(x−(−5))2+(y−2)2=49
This identifies a=−5, b=2, and r2=49.
Since r>0 for a real circle, r=+49=7.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.