Builds on: aqa-alevel-maths-pure-1 / coordinate-geometry — this lesson is the A2-level deep dive.
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.
Spec Mapping — AQA 7357 Sections C (Coordinate geometry) and A (Proof). This lesson is synoptic — it covers the loci and coordinate-proof content, linking algebraic locus derivations with the formal proof techniques in Section A. Refer to the official AQA specification document for exact wording.
What Is a Locus?
A locus (plural: loci) is the set of all points satisfying a given geometric condition.
Common examples:
The locus of points equidistant from a fixed point is a circle.
The locus of points equidistant from two fixed points is the perpendicular bisector of the segment joining them.
The locus of points at a fixed distance from a line is a pair of parallel lines.
Finding the Equation of a Locus
Method:
Let the variable point be P(x, y).
Translate the geometric condition into an algebraic equation involving x and y.
Simplify to obtain the equation of the locus.
Example 1: Find the locus of points equidistant from A(1, 0) and B(5, 0).
PAPA2(x−1)2+y2x2−2x+18xxLet P(x,y) be equidistant from A and B.=PB=PB2=(x−5)2+y2=x2−10x+25=24=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).
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.
(x−3)2+y2x2−6x+9+y2y2Distance from P to (3,0):(x−3)2+y2Distance from P to x=−3:∣x+3∣Setting them equal and squaring:=(x+3)2=x2+6x+9=12x
The locus is a parabola with vertex at the origin. The point (3, 0) is the focus and x = −3 is the directrix.
Perpendicular Bisectors and Circumcentre
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=4Perpendicular bisector of PR:Midpoint=(0,3),gradient of PR undefined (vertical)Perpendicular bisector is horizontal: y=3Circumcentre=(4,3)
Check: distance from (4, 3) to each vertex:
To P:To Q:To R:16+9=516+9=516+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.)
Showing Collinearity
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 ABGradient of AC=4−15−2=33=1=7−18−2=66=1Since gradient AB=gradient AC and they share the commonpoint A, the points are collinear.
Coordinate Proofs of Geometric Theorems
Coordinate geometry can be used to prove general geometric results by placing the figure on a coordinate system.
Choosing Coordinates Wisely
When proving a general result, position the figure to minimise the number of unknowns:
Place one vertex at the origin.
Place one side along an axis.
Use symmetry where possible.
Example 6: Prove that the diagonals of a parallelogram bisect each other.
Midpoint of ACMidpoint of BDSet up coordinates:Let A=(0,0),B=(a,0),C=(a+b,c),D=(b,c).(ABCD is a parallelogram since AB=(a,0) andDC=(a+b−b,c−c)=(a,0), so AB∥DC and ∣AB∣=∣DC∣.)=(20+a+b,20+c)=(2a+b,2c)=(2a+b,20+c)=(2a+b,2c)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).
MBCMACMABLet A=(0,0),B=(2b,0),C=(2c,2d).(multiples of 2 avoid fractions.)Midpoints of sides:=(22b+2c,20+2d)=(b+c,d)=(20+2c,20+2d)=(c,d)=(20+2b,0)=(b,0)Median from A to MBC: through (0,0) and (b+c,d).Parametrically: (t(b+c),td).Median from B to MAC: through (2b,0) and (c,d).Direction: (c−2b,d). Parametrically: (2b+s(c−2b),sd).Set equal: td=sd⟹t=s(assuming d=0)t(b+c)=2b+t(c−2b)tb+tc=2b+tc−2bttb=2b−2bt3bt=2bt=32Point of intersection: (32(b+c),32d)Median from C to MAB: through (2c,2d) and (b,0).At parameter t:(2c+t(b−2c),2d−2dt)At t=32:(2c+32(b−2c),2d−34d)=(36c+2b−4c,32d)=(32b+2c,32d)✓All three medians pass through (32(b+c),32d), the centroid.■
The Perpendicular from a Point to a Line
The foot of the perpendicular from a point P to a line l can be found by:
Finding the equation of the line through P perpendicular to l.
Solving simultaneously to find the intersection.
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=−43x+3,gradient=−43.Perpendicular gradient=34.Line through P perpendicular to l:y−7=34(x−5)3y−21=4x−204x−3y+1=0Solve simultaneously:3x+4y=12...(1)4x−3y=−1...(2)3×(1):9x+12y=364×(2):16x−12y=−4Adding: 25x=32⟹x=2532From (1): 4y=12−2596=25300−96=25204⟹y=2551Foot of perpendicular: (2532,2551).
The distance from P to the line is:
9+16∣3(5)+4(7)−12∣=5∣15+28−12∣=531=6.2
Proving a Quadrilateral Is a Given Type
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 ABGradient of DCGradient of ADGradient of BCCheck: ∣AB∣∣AD∣=5−13−1=42=21=4−05−3=42=21AB∥DC✓=0−13−1=−12=−2=4−55−3=−12=−2AD∥BC✓Both pairs of opposite sides are parallel, so ABCD is a parallelogram.=16+4=20,∣DC∣=16+4=20✓=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|.)
Specimen Question (Modelled on the AQA Paper Format)
Note: this question is constructed to model AQA Paper 1/2/3 style; it is not a reproduction of any published past paper.
Worked Examination-Style Problem
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.
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 QAGradient of QBProducty2=x+4y=x−4y=(x+4)(x−4)y2=x2−16y2=−1=−(x2−16)=16−x2But Q lies on the circle, so x2+y2=16, meaning y2=16−x2.This is automatically satisfied! So ∠AQB=90∘ for every point Qon 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.
Synoptic Links
This topic connects to:
Proof (aqa-alevel-maths-pure-1 / proof) — direct and counter-example arguments are the formal backbone of coordinate proofs.
Proof by contradiction (aqa-alevel-maths-pure-2 / proof-by-contradiction) — a complementary proof technique often used for impossibility-style coordinate results.
Circle properties (aqa-alevel-maths-coordinate-geometry-depth / circle-properties) — perpendicular bisector, angle-in-a-semicircle and chord-bisector facts are the geometric vocabulary of loci.
Summary
A locus is the set of points satisfying a geometric condition. Set P(x, y) and translate the condition into algebra.
The perpendicular bisector of AB is the locus of points equidistant from A and B.
The circumcentre is the intersection of perpendicular bisectors.
Collinearity: equal gradients between pairs.
Coordinate proofs: choose coordinates to simplify. Use general coordinates (a, b, c, ...) for general results.
Quadrilateral classification: use gradients for parallel/perpendicular, distance formula for equal sides.
The foot of the perpendicular: find the perpendicular line through the point, then solve simultaneously.
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. ∎"
A-Level Deep Dive: Loci and Geometric Proof
Spec mapping
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.
Worked example with full mark scheme
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.