← Back to subjects
⭐ 0
Edexcel A-level Mathematics (9MA0) Β· Coordinate geometry
Mini-Lesson

Coordinate geometry

Topic 3 covers straight lines (gradients, parallel and perpendicular, the equation y βˆ’ y₁ = m(x βˆ’ x₁)), circles (completing the square to find centre and radius, tangents, chords and the angle in a semicircle), and parametric equations β€” including converting to Cartesian form and the parametric circle.

straightlinescircles &tangentsparametricequationsTopic 3: geometry done with algebra β€” every answer must be justified, not measured

Work through each screen, answer the questions as you go (some are wordy, most are calculations) and collect ⭐ stars. Watch for the Exam trap notes β€” that is where the marks get thrown away. Press Start when you are ready.

Coordinate geometry Β· lines

Straight lines

Everything flows from the gradient.

m = (yβ‚‚ βˆ’ y₁)/(xβ‚‚ βˆ’ x₁) Β· y βˆ’ y₁ = m(x βˆ’ x₁)parallel β‡’ m₁ = mβ‚‚ Β· perpendicular β‡’ m₁mβ‚‚ = βˆ’1
  • Distance: AB = √[(xβ‚‚ βˆ’ x₁)Β² + (yβ‚‚ βˆ’ y₁)Β²] β€” Pythagoras in disguise.
  • Midpoint: ((x₁ + xβ‚‚)/2, (y₁ + yβ‚‚)/2).
  • A perpendicular bisector passes through the midpoint with gradient βˆ’1/m.
Worked example β€” perpendicular bisector of A(1, 2) and B(5, 10)

Gradient AB = (10 βˆ’ 2)/(5 βˆ’ 1) = 8/4 = 2. Midpoint = ((1+5)/2, (2+10)/2) = (3, 6).

Perpendicular gradient = βˆ’1/2. So y βˆ’ 6 = βˆ’Β½(x βˆ’ 3) β‡’ y = βˆ’Β½x + 7.5.

Check: the point (3, 6) satisfies it, and βˆ’Β½ Γ— 2 = βˆ’1 βœ“

Exam trap: a vertical line has no gradient (undefined) and equation x = k β€” the perpendicular to it is horizontal, y = c. The m₁mβ‚‚ = βˆ’1 rule cannot be used there.

Calculate

Your turn β€” perpendicular bisector

1A is (1, 2) and B is (5, 10). The perpendicular bisector of AB crosses the y-axis at (0, c). Find c.
Set-up

Midpoint (3, 6); perpendicular gradient βˆ’Β½.

y βˆ’ 6 = βˆ’Β½(x βˆ’ 3). At x = 0: y = 6 + 1.5 = 7.5.

c =
Hint: Gradient AB = 2, so the bisector has gradient βˆ’Β½ and passes through the midpoint (3, 6).
Calculate

Your turn β€” distance

2Find the exact length of AB where A is (βˆ’1, 4) and B is (5, βˆ’4).
Set-up

Ξ”x = 5 βˆ’ (βˆ’1) = 6, Ξ”y = βˆ’4 βˆ’ 4 = βˆ’8.

AB = √(6Β² + (βˆ’8)Β²) = √(36 + 64) = √100 = 10.

Hint: Ξ”x = 6, Ξ”y = βˆ’8. Use √(Ξ”xΒ² + Ξ”yΒ²).
Coordinate geometry Β· circles

The equation of a circle

A circle is the set of points a fixed distance r from a centre (a, b) β€” that is Pythagoras.

(x βˆ’ a)Β² + (y βˆ’ b)Β² = rΒ²expanded form: xΒ² + yΒ² + 2gx + 2fy + c = 0 β€” complete the square to recover the centre and radius
Worked example β€” xΒ² + yΒ² βˆ’ 6x + 4y βˆ’ 12 = 0

Group and complete the square: (xΒ² βˆ’ 6x) + (yΒ² + 4y) = 12

(x βˆ’ 3)Β² βˆ’ 9 + (y + 2)Β² βˆ’ 4 = 12

(x βˆ’ 3)Β² + (y + 2)Β² = 12 + 9 + 4 = 25

Centre (3, βˆ’2), radius 5. Check the point (7, 1): (7βˆ’3)Β² + (1+2)Β² = 16 + 9 = 25 βœ“ so it lies on the circle.

Exam trap: the radius is √25 = 5, not 25. And the centre of (x βˆ’ 3)Β² + (y + 2)Β² is (3, βˆ’2) β€” flip the signs inside the brackets.

Calculate

Your turn β€” radius of a circle

3Find the radius of the circle xΒ² + yΒ² βˆ’ 6x + 4y βˆ’ 12 = 0.
Set-up

(x βˆ’ 3)Β² βˆ’ 9 + (y + 2)Β² βˆ’ 4 βˆ’ 12 = 0

(x βˆ’ 3)Β² + (y + 2)Β² = 25, so r = √25 = 5, centre (3, βˆ’2).

Hint: Complete the square in x and in y; the right-hand side becomes rΒ².
Quick check

Centre and radius

?What are the centre and radius of (x + 1)Β² + (y βˆ’ 3)Β² = 16?
Coordinate geometry Β· circles

Tangents, chords and the semicircle

Three circle facts are examined again and again:

  • A tangent is perpendicular to the radius at the point of contact.
  • The perpendicular bisector of a chord passes through the centre.
  • The angle in a semicircle is 90Β° β€” if AB is a diameter and P is on the circle, then ∠APB = 90Β°.
C(3, βˆ’2) P(7, 1) radius gradient 3/4 tangent gradient βˆ’4/3 product = βˆ’1 βœ“
The tangent at P is perpendicular to CP, so its gradient is the negative reciprocal.
Worked example β€” tangent at P(7, 1) to the circle centred at C(3, βˆ’2)

Gradient CP = (1 βˆ’ (βˆ’2))/(7 βˆ’ 3) = 3/4.

Tangent gradient = βˆ’1 Γ· (3/4) = βˆ’4/3.

Tangent: y βˆ’ 1 = βˆ’4/3 (x βˆ’ 7) β‡’ 3y + 4x = 31.

Calculate

Your turn β€” gradient of a tangent

4The circle has centre C(3, βˆ’2). Find the gradient of the tangent at the point P(7, 1), which lies on the circle. (Give a decimal or a fraction such as -4/3.)
Set-up

Gradient CP = (1 + 2)/(7 βˆ’ 3) = 3/4.

Tangent βŠ₯ radius β‡’ gradient = βˆ’4/3 β‰ˆ βˆ’1.33.

Hint: Find the gradient of CP, then take the negative reciprocal.
Quick check

Circle geometry

?AB is a diameter of a circle and P is a different point on the circumference. What can you say about triangle APB?
Sort it

Inside, on, or outside?

The circle is xΒ² + yΒ² = 25 (centre O, radius 5). Tap a point, then say where it lies. Compare xΒ² + yΒ² with 25.

β­• On the circle

🎯 Inside

πŸš€ Outside

Coordinate geometry Β· parametric

Parametric equations

Instead of one equation linking x and y, give both in terms of a parameter t (or ΞΈ). Each value of t gives one point on the curve.

x = f(t), y = g(t)to convert to Cartesian: make t the subject of one equation and substitute into the other
Worked example β€” x = 2t, y = tΒ² βˆ’ 3

From the first equation t = x/2.

Substitute: y = (x/2)Β² βˆ’ 3 = xΒ²/4 βˆ’ 3 β€” a parabola.

When x = 10: t = 5, so y = 25 βˆ’ 3 = 22. (Cartesian check: 100/4 βˆ’ 3 = 25 βˆ’ 3 = 22 βœ“)

The parametric circle. x = a + r cos ΞΈ, y = b + r sin ΞΈ gives the circle centre (a, b), radius r, because (x βˆ’ a)Β² + (y βˆ’ b)Β² = rΒ²(cosΒ²ΞΈ + sinΒ²ΞΈ) = rΒ². The identity cosΒ²ΞΈ + sinΒ²ΞΈ ≑ 1 is the standard tool for eliminating a trigonometric parameter.

Exam trap: the parameter often restricts the domain. If x = tΒ² then x β‰₯ 0, so only part of the Cartesian curve is actually traced. Always state the domain when you convert.

Calculate

Your turn β€” parametric to Cartesian

5A curve has parametric equations x = 2t, y = tΒ² βˆ’ 3. Find the value of y when x = 10.
Set-up

x = 2t = 10 β‡’ t = 5.

y = tΒ² βˆ’ 3 = 25 βˆ’ 3 = 22.

Cartesian form y = xΒ²/4 βˆ’ 3 gives the same: 100/4 βˆ’ 3 = 22 βœ“

y =
Hint: x = 10 gives t = 5.
Quick check

Eliminate the parameter

?A curve is given by x = 3 cos ΞΈ, y = 3 sin ΞΈ. What is its Cartesian equation?
Coordinate geometry Β· intersections

Where a line meets a circle

Substitute the line into the circle, form a quadratic, then read the discriminant β€” this links Topics 2 and 3.

Ξ” > 0 β†’ two points (a chord)Ξ” = 0 β†’ one point (a tangent) Β· Ξ” < 0 β†’ the line misses the circle
Worked example β€” does y = x + 1 meet xΒ² + yΒ² = 25?

xΒ² + (x + 1)Β² = 25 β‡’ 2xΒ² + 2x + 1 = 25 β‡’ 2xΒ² + 2x βˆ’ 24 = 0 β‡’ xΒ² + x βˆ’ 12 = 0.

Ξ” = 1Β² βˆ’ 4(1)(βˆ’12) = 49 > 0, so two intersections: (x + 4)(x βˆ’ 3) = 0 β‡’ x = βˆ’4 or x = 3.

Points: (βˆ’4, βˆ’3) and (3, 4). Check (3, 4): 9 + 16 = 25 βœ“

Alternative for tangency: the perpendicular distance from the centre to the line equals the radius. Both methods are accepted, but the discriminant method also hands you the coordinates.

Match it

Coordinate geometry flashcards

Tap a card on the left, then its match on the right.

Given
Result
Coordinate geometry Β· exam technique

Putting it together

A typical 9MA0 circle question chains everything:

Full example

The circle C has equation xΒ² + yΒ² βˆ’ 6x + 4y βˆ’ 12 = 0. The line l is the tangent at P(7, 1). Find where l crosses the x-axis.

1. Complete the square: centre (3, βˆ’2), r = 5.

2. Check P is on C: 16 + 9 = 25 βœ“

3. Gradient CP = 3/4 β‡’ tangent gradient βˆ’4/3.

4. l: y βˆ’ 1 = βˆ’4/3(x βˆ’ 7) β‡’ 3y βˆ’ 3 = βˆ’4x + 28 β‡’ 4x + 3y = 31.

5. On the x-axis y = 0 β‡’ x = 31/4 = 7.75. So l meets the x-axis at (7.75, 0).

Marks are lost by: forgetting to take the square root for r; using the gradient of the radius as the tangent gradient; and rounding too early. Keep fractions exact until the last line.

Quick check

Straight-line facts

?Line l₁ has equation y = 4x βˆ’ 1. Which line is perpendicular to l₁?
Recap

The big ideas to take away

Lines: m = Ξ”y/Ξ”x Β· y βˆ’ y₁ = m(x βˆ’ x₁) Β· parallel m₁ = mβ‚‚ Β· perpendicular m₁mβ‚‚ = βˆ’1

Circle: (x βˆ’ a)Β² + (y βˆ’ b)Β² = rΒ²; complete the square from the expanded form

Tangent: perpendicular to the radius at the point of contact

Chord / semicircle: perpendicular bisector of a chord passes through the centre; angle in a semicircle is 90Β°

Parametric: eliminate t to get the Cartesian equation; x = a + r cos ΞΈ, y = b + r sin ΞΈ is a circle

Topic 3 is where algebra and geometry meet β€” and it returns in parametric differentiation in Topic 7. Press Finish to see your score.

πŸ†

Mini-lesson complete!

⭐⭐⭐

You have worked through Coordinate geometry for Edexcel A-level Mathematics (9MA0). πŸŽ‰

Your stars: 0 / 0

Next: test yourself in the Evaluate stage Confidence Quiz, then lock it in with Verify.

πŸ“£ Smashed it? Share your score

Challenge a mate to beat your stars, or show a parent how you got on.

β†’ Back to all subjects