Cambridge International A Levels Mathematics (9709)
Coordinate geometry
0% Complete
3 tasks remaining
Short Notes - Coordinate geometry
Page 1/0
Detailed Study Notes
Detailed notes on Pure Mathematics 1 - Paper 1 for Cambridge International A Levels Mathematics, covering key concepts, explanations, examples, and exam-focused revision points.
Coordinate Geometry Study Notes — Cambridge International A Level Mathematics 9709 P1 (2024-2026 syllabus)
Distance, midpoint, gradient. Line equations. Perpendicular bisectors. Circles. The geometry toolkit for the rest of P1.
At a glance
Distance: d=(x2−x1)2+(y2−y1)2.
Midpoint: average of coordinates.
Gradient: x2−x1y2−y1.
Perpendicular: m1m2=−1.
Circle: (x−a)2+(y−b)2=r2.
What you’ll learn
Mapped to the Cambridge International A Level 9709 syllabus (2024-2026).
P1.3.1 — Find distance, midpoint, gradient.
P1.3.2 — Find equation of a line.
P1.3.3 — Find equation of a circle.
P1.3.4 — Find intersection of line and circle.
Distance, midpoint, gradient
The basic toolkit.
Distance.d=(x2−x1)2+(y2−y1)2. Use for length of segments, radius of circles.
Midpoint. Average: M=(2x1+x2,2y1+y2).
Gradient.m=x2−x1y2−y1.
Parallel lines. Same gradient: m1=m2.
Perpendicular lines. Negative reciprocal: m1m2=−1. So if m1=3, then m⊥=−31.
Cambridge tip. Mark scheme rewards labelled diagrams when geometry gets complex.
Distance, midpoint, gradient = building blocks.
Parallel: same gradient.
Perpendicular: m1m2=−1.
Line equations
Point-slope and slope-intercept.
Point-slope form.y−y1=m(x−x1) — useful when you have a point and slope.
Slope-intercept form.y=mx+c — useful for graphing.
Standard form.ax+by+c=0.
Perpendicular bisector. Perpendicular to segment AB through its midpoint. Points on it are equidistant from A and B.
Example. Perpendicular bisector of A(1,3) and B(5,−1).
Midpoint: (3,1).
mAB=5−1−1−3=−1.
m⊥=1.
Equation: y−1=1(x−3) → y=x−2.
Cambridge tip. Mark scheme often awards method marks for stated midpoint and gradient even before final equation.
Step-by-step worked examples — Coordinate geometry
Step-by-step solutions to past-paper-style questions on coordinate geometry , written exactly the way a tutor would explain them at the board.
1Perpendicular bisector (7 marks)
Extended• Adapted from 9709/12 May/Jun 2024• perpendicular bisector
▼
Question
Find the equation of the perpendicular bisector of the line segment joining A(1,3) and B(5,−1). (7 marks)
Step-by-step solution
Step 1
Find midpoint of AB.
M=(21+5,23+(−1))=(3,1)
Step 2
Gradient of AB.
mAB=5−1−1−3=4−4=−1
Step 3
Perpendicular gradient. Negative reciprocal.
m⊥=1
Step 4
Equation through M with gradient m⊥.
y−1=1(x−3)
Step 5
Simplify.
y=x−2
Answer
y=x−2.
2Equation of a circle (6 marks)
Extended• circle
▼
Question
Find the equation of the circle with centre (2,−1) that passes through the point (5,3). (6 marks)
Step-by-step solution
Step 1
Standard form.(x−a)2+(y−b)2=r2 where (a,b) is centre, r is radius.
Step 2
Find radius. Distance from (2,−1) to (5,3).
r=(5−2)2+(3−(−1))2=9+16=25=5
Step 3
Plug in.
(x−2)2+(y+1)2=25
Answer
(x−2)2+(y+1)2=25.
3Line meets circle (7 marks)
Extended• intersection
▼
Question
Find the points where the line y=x+1 meets the circle x2+y2=13. (7 marks)
Step-by-step solution
Step 1
Substitute line into circle.
x2+(x+1)2=13
Step 2
Expand.
x2+x2+2x+1=13⇒2x2+2x−12=0
Step 3
Simplify and factorise.
x2+x−6=0⇒(x+3)(x−2)=0
Step 4
Solutions.x=−3 or x=2.
Step 5
Find y values.y=x+1, so (−3,−2) and (2,3).
Answer
(−3,−2) and (2,3).
Key Formulae — Coordinate geometry
The formulae you need to memorise for coordinate geometry on the Cambridge International A Level 9709 paper, with every variable defined in plain English and a note on when to use it.
Distance formula
d=(x2−x1)2+(y2−y1)2
(x1,y1),(x2,y2)
two points
When to use
Distance between two points; radius of circle.
Midpoint formula
M=(2x1+x2,2y1+y2)
M
midpoint of segment
When to use
Finding midpoint; centre of perpendicular bisector.
Gradient
m=x2−x1y2−y1
m
gradient (slope)
When to use
Slope of line through two points.
Line equation (point-slope)
y−y1=m(x−x1)
(x1,y1)
point on line
m
gradient
When to use
Equation of a line given a point and slope.
Perpendicular gradients
m1m2=−1
m1,m2
gradients of perpendicular lines
When to use
Two lines are perpendicular iff product of gradients = -1.
Circle equation (centre-radius)
(x−a)2+(y−b)2=r2
(a,b)
centre
r
radius
When to use
Standard form. From general x2+y2+Dx+Ey+F=0, complete the square.
Key Definitions and Keywords — Coordinate geometry
Definitions to memorise and the exact keywords mark schemes credit for coordinate geometry answers — sharpened from recent examiner reports for the 2026 Cambridge International A Level 9709 sitting.
Gradient
Examiner keyword
Rate of change of y with respect to x. Slope of a line.
Perpendicular
Examiner keyword
Two lines at 90° to each other. Gradients multiply to −1.
Perpendicular bisector
Examiner keyword
Line perpendicular to segment AB passing through midpoint of AB. Points on it are equidistant from A and B.
Circle (in coordinate geometry)
Examiner keyword
Locus of points equidistant from a fixed centre. Standard form: (x−a)2+(y−b)2=r2.
Tangent to a circle
Line touching circle at exactly one point. Perpendicular to radius at point of contact.
Common Mistakes and Misconceptions — Coordinate geometry
The traps other students keep falling into on coordinate geometry questions — taken from recent Cambridge International A Level 9709 examiner reports and mark schemes — and how to avoid them.
✕Using m1 instead of −m1 for perpendicular gradient
9709 Examiner Reports 2022-2024
▼
Why it happens
Forgetting the negative.
How to avoid it
Perpendicular gradient is NEGATIVE RECIPROCAL. Check: product of gradients should be −1.
✕Wrong sign of centre in circle equation
9709 Examiner Reports 2022-2024
▼
Why it happens
Confusion with −a vs a.
How to avoid it
(x−a)2+(y−b)2=r2 → centre is (a,b), NOT (−a,−b). Match signs carefully.
✕Forgetting square in distance formula
9709 Examiner Reports 2022-2024
▼
Why it happens
Rushing.
How to avoid it
d=(x2−x1)2+(y2−y1)2 — BOTH differences are squared, then ADDED, then square-rooted.
Coordinate geometry — frequently asked questions
The things students keep getting wrong in this sub-topic, answered.