You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers how to use coordinate geometry to establish geometric results and work with loci (sets of points satisfying geometric conditions). These problems combine algebraic skill with geometric insight and appear at the higher end of A-Level examinations. They often require you to set up coordinates, translate geometric conditions into equations, and prove results algebraically.
A locus (plural: loci) is the set of all points satisfying a given geometric condition.
Common examples:
Method:
Example 1: Find the locus of points equidistant from A(1, 0) and B(5, 0).
Let P(x, y) be equidistant from A and B.
PA = PB
PA² = PB²
(x − 1)² + y² = (x − 5)² + y²
x² − 2x + 1 = x² − 10x + 25
8x = 24
x = 3
The locus is the vertical line x = 3 — the perpendicular bisector of AB.
Example 2: Find the locus of points P(x, y) such that PA/PB = 2, where A = (0, 0) and B = (6, 0).
PA = 2PB
PA² = 4PB²
x² + y² = 4[(x − 6)² + y²]
x² + y² = 4(x² − 12x + 36 + y²)
x² + y² = 4x² − 48x + 144 + 4y²
0 = 3x² − 48x + 144 + 3y²
x² − 16x + 48 + y² = 0
(x − 8)² + y² = 64 − 48 = 16
The locus is a circle with centre (8, 0) and radius 4. This is an Apollonius circle — the locus of points whose distances from two fixed points are in a constant ratio.
Example 3: Find the locus of points P(x, y) such that the distance from P to the point (3, 0) equals the distance from P to the line x = −3.
Distance from P to (3, 0): √[(x − 3)² + y²]
Distance from P to x = −3: |x + 3|
Setting them equal and squaring:
(x − 3)² + y² = (x + 3)²
x² − 6x + 9 + y² = x² + 6x + 9
y² = 12x
The locus is a parabola with vertex at the origin. The point (3, 0) is the focus and x = −3 is the directrix.
The circumcentre of a triangle is the point equidistant from all three vertices — it is the intersection of the perpendicular bisectors of the sides.
Example 4: Find the circumcentre of triangle PQR where P = (0, 0), Q = (8, 0), R = (0, 6).
Perpendicular bisector of PQ:
Midpoint = (4, 0), gradient of PQ = 0 (horizontal)
Perpendicular bisector is vertical: x = 4
Perpendicular bisector of PR:
Midpoint = (0, 3), gradient of PR = undefined (vertical)
Perpendicular bisector is horizontal: y = 3
Circumcentre = (4, 3)
Check: distance from (4, 3) to each vertex:
To P: √(16 + 9) = 5
To Q: √(16 + 9) = 5
To R: √(16 + 9) = 5 ✓
The circumradius is 5. (Note: this is a right-angled triangle, so the circumcentre is the midpoint of the hypotenuse QR, and the circumradius is half the hypotenuse.)
Three points A, B, C are collinear if they lie on the same straight line. To prove this using coordinate geometry:
Method 1: Show that the gradient of AB equals the gradient of AC (or BC).
Method 2: Show that the area of triangle ABC is zero.
Method 3: Show that AB + BC = AC (or the appropriate rearrangement).
Example 5: Show that A(1, 2), B(4, 5), C(7, 8) are collinear.
Gradient of AB = (5 − 2)/(4 − 1) = 3/3 = 1
Gradient of AC = (8 − 2)/(7 − 1) = 6/6 = 1
Since gradient AB = gradient AC and they share the common point A, the points are collinear.
Coordinate geometry can be used to prove general geometric results by placing the figure on a coordinate system.
When proving a general result, position the figure to minimise the number of unknowns:
Example 6: Prove that the diagonals of a parallelogram bisect each other.
Set up coordinates:
Let A = (0, 0), B = (a, 0), C = (a + b, c), D = (b, c).
(ABCD is a parallelogram since AB = (a, 0) and DC = (a + b − b, c − c) = (a, 0), so AB ∥ DC and |AB| = |DC|.)
Midpoint of AC = ((0 + a + b)/2, (0 + c)/2) = ((a + b)/2, c/2)
Midpoint of BD = ((a + b)/2, (0 + c)/2) = ((a + b)/2, c/2)
The midpoints are the same, so the diagonals bisect each other. ∎
Example 7: Prove that the medians of a triangle are concurrent (they meet at a single point).
Let A = (0, 0), B = (2b, 0), C = (2c, 2d).
(Using multiples of 2 avoids fractions.)
Midpoints of sides:
M_BC = ((2b + 2c)/2, (0 + 2d)/2) = (b + c, d)
M_AC = ((0 + 2c)/2, (0 + 2d)/2) = (c, d)
M_AB = ((0 + 2b)/2, 0) = (b, 0)
Median from A to M_BC: passes through (0, 0) and (b + c, d).
Parametrically: (t(b + c), td) for parameter t.
Median from B to M_AC: passes through (2b, 0) and (c, d).
Direction: (c − 2b, d).
Parametrically: (2b + s(c − 2b), sd) for parameter s.
Set equal: td = sd ⟹ t = s (assuming d ≠ 0)
t(b + c) = 2b + t(c − 2b)
tb + tc = 2b + tc − 2bt
tb = 2b − 2bt
tb + 2bt = 2b
3bt = 2b
t = 2/3
Point of intersection: (2(b + c)/3, 2d/3)
Median from C to M_AB: passes through (2c, 2d) and (b, 0).
At parameter t: (2c + t(b − 2c), 2d − 2dt)
At t = 2/3: (2c + (2/3)(b − 2c), 2d − 4d/3) = (2c + 2b/3 − 4c/3, 2d/3)
= ((6c + 2b − 4c)/3, 2d/3) = ((2b + 2c)/3, 2d/3) ✓
All three medians pass through (2(b+c)/3, 2d/3), which is the centroid. ∎
The foot of the perpendicular from a point P to a line l can be found by:
Example 8: Find the foot of the perpendicular from P(5, 7) to the line 3x + 4y = 12.
Gradient of the line 3x + 4y = 12: rearranging, y = −3x/4 + 3, gradient = −3/4.
Perpendicular gradient = 4/3.
Line through P perpendicular to l: y − 7 = (4/3)(x − 5)
3y − 21 = 4x − 20
4x − 3y + 1 = 0
Solve simultaneously:
3x + 4y = 12 ... (1)
4x − 3y = −1 ... (2)
3 × (1): 9x + 12y = 36
4 × (2): 16x − 12y = −4
Adding: 25x = 32 ⟹ x = 32/25
From (1): 4y = 12 − 96/25 = (300 − 96)/25 = 204/25 ⟹ y = 51/25
Foot of perpendicular: (32/25, 51/25).
The distance from P to the line is:
|3(5) + 4(7) − 12| / √(9 + 16) = |15 + 28 − 12| / 5 = 31/5 = 6.2
To prove a quadrilateral is a specific type, show the defining properties using coordinate methods:
| Quadrilateral | Properties to Show |
|---|---|
| Parallelogram | Both pairs of opposite sides parallel (equal gradients) |
| Rectangle | Parallelogram with a right angle (perpendicular adjacent sides) |
| Rhombus | Parallelogram with all sides equal |
| Square | Rectangle with all sides equal |
| Trapezium | Exactly one pair of parallel sides |
| Kite | Two pairs of adjacent sides equal |
Example 9: Show that A(1, 1), B(5, 3), C(4, 5), D(0, 3) form a parallelogram.
Gradient of AB = (3 − 1)/(5 − 1) = 2/4 = 1/2
Gradient of DC = (5 − 3)/(4 − 0) = 2/4 = 1/2
AB ∥ DC ✓
Gradient of AD = (3 − 1)/(0 − 1) = 2/(−1) = −2
Gradient of BC = (5 − 3)/(4 − 5) = 2/(−1) = −2
AD ∥ BC ✓
Both pairs of opposite sides are parallel, so ABCD is a parallelogram.
Check: |AB| = √(16 + 4) = √20, |DC| = √(16 + 4) = √20 ✓
|AD| = √(1 + 4) = √5, |BC| = √(1 + 4) = √5 ✓
Is it a rectangle? Check if adjacent sides are perpendicular:
Gradient AB × Gradient AD = (1/2)(−2) = −1 ✓
Yes! It is also a rectangle. (But not a square, since |AB| ≠ |AD|.)
Problem: The points A(−4, 0), B(4, 0), and P(x, y) are such that PA² + PB² = 64.
(a) Show that the locus of P is a circle, and find its centre and radius.
(b) The point Q lies on this circle such that angle AQB = 90°. Find the possible coordinates of Q.
Solution:
(a)
PA² = (x + 4)² + y² = x² + 8x + 16 + y²
PB² = (x − 4)² + y² = x² − 8x + 16 + y²
PA² + PB² = 2x² + 32 + 2y² = 64
2x² + 2y² = 32
x² + y² = 16
The locus is a circle with centre (0, 0) and radius 4.
(b) For angle AQB = 90°, we need the gradient of QA times the gradient of QB to equal −1.
Gradient of QA = y/(x + 4)
Gradient of QB = y/(x − 4)
Product = y²/[(x + 4)(x − 4)] = y²/(x² − 16) = −1
y² = −(x² − 16) = 16 − x²
But Q lies on the circle, so x² + y² = 16, meaning y² = 16 − x².
This is automatically satisfied! So angle AQB = 90° for every point Q on the circle (except A and B themselves).
This is the angle-in-a-semicircle theorem — since AB is a diameter of the circle (A(−4, 0) and B(4, 0) are diametrically opposite on x² + y² = 16), the angle subtended at any point on the circle is 90°.
Any point Q = (x, y) on the circle with y ≠ 0 satisfies the condition. For specific coordinates, we could take Q = (0, 4), (0, −4), etc.
Exam Tip: When proving geometric results using coordinates, always explain your choice of coordinates ("Let A be at the origin and B on the positive x-axis"). State clearly what you are proving and what property you are using. For locus problems, always state the final equation clearly and, if it is a recognisable curve, name it (e.g. "This is a circle with centre... and radius..."). For proofs, conclude with a clear statement such as "Therefore the diagonals bisect each other. ∎"
AQA 7357 specification, Paper 1 — Pure Mathematics, Section C: Coordinate Geometry. A locus is the set of all points whose coordinates satisfy a given geometric condition. The three canonical loci on the AQA syllabus are: (i) points equidistant from two fixed points — the perpendicular bisector of the segment joining them; (ii) points at a fixed distance r from a point C — the circle ∣P−C∣=r; (iii) points equidistant from a fixed point and a fixed line — a parabola. Locus reasoning is examined synoptically — within Section C itself, then again in Section O (Numerical methods) when iterative schemes converge to fixed points, and in the optional Further Mathematics complex-plane material where ∣z−a∣=r is recognised as a circle in the Argand diagram.
Question (8 marks): Find the equation of the locus of points P(x,y) which are equidistant from the point A(1,3) and the line y=−1. Identify the curve and state its vertex.
Solution with mark scheme:
Step 1 — set up the two distance expressions.
Distance from P(x,y) to A(1,3):
PA=(x−1)2+(y−3)2
Distance from P(x,y) to the horizontal line y=−1 is the vertical gap ∣y−(−1)∣=∣y+1∣.
M1 — correct distance formula for PA. M1 — correct perpendicular distance to the line as ∣y+1∣ (not ∣y−1∣).
Step 2 — equate and square.
(x−1)2+(y−3)2=∣y+1∣
Squaring both sides (valid because both sides are non-negative):
(x−1)2+(y−3)2=(y+1)2
M1 — squaring to remove the radical and modulus simultaneously.
Step 3 — expand and simplify.
(x−1)2+y2−6y+9=y2+2y+1 (x−1)2−6y+9=2y+1 (x−1)2=8y−8 (x−1)2=8(y−1)
M1 — correct expansion of all three brackets. A1 — correct collection in the form (x−h)2=4p(y−k).
Step 4 — identify the curve.
This is a parabola with vertex (1,1), axis of symmetry x=1, opening upward (since the coefficient 8>0).
A1 — parabola identified. A1 — vertex (1,1) stated. A1 — direction of opening or axis of symmetry stated.
Total: 8 marks (M4 A4).
Question (6 marks): The point P(x,y) moves so that its distance from A(4,0) is twice its distance from B(1,0).
(a) Show that the locus of P is a circle, and find its centre and radius. (5)
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.