You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
A locus (plural: loci) is the set of all points that satisfy a given condition. In coordinate geometry, loci produce equations of curves. This lesson covers the most common loci at A-Level and how to derive their equations, as required by the Edexcel 9MA0 specification.
A locus is a path traced out by a point that moves according to a specific rule or condition.
Examples of loci:
The set of all points at distance r from a fixed point C(a, b) is a circle:
(x − a)² + (y − b)² = r²
Example: Find the locus of points that are 4 units from (2, −3).
(x − 2)² + (y + 3)² = 16.
The set of all points equidistant from A(x₁, y₁) and B(x₂, y₂) is the perpendicular bisector of AB.
Method: Set the distance from P(x, y) to A equal to the distance from P to B:
√((x − x₁)² + (y − y₁)²) = √((x − x₂)² + (y − y₂)²)
Square both sides and simplify.
Example: Find the locus of points equidistant from A(1, 3) and B(5, 1).
(x − 1)² + (y − 3)² = (x − 5)² + (y − 1)²
Expand: x² − 2x + 1 + y² − 6y + 9 = x² − 10x + 25 + y² − 2y + 1
Simplify: −2x − 6y + 10 = −10x − 2y + 26
8x − 4y = 16
2x − y = 4, or y = 2x − 4.
We can verify: the midpoint of AB is (3, 2), and 2(3) − 4 = 2 ✓. The gradient of AB is (1 − 3)/(5 − 1) = −1/2, and the perpendicular bisector has gradient 2 ✓.
The set of points P such that PA/PB = k (a constant ratio, k ≠ 1) is a circle called the Apollonius circle.
Example: Find the locus of points where PA/PB = 2, with A = (0, 0) and B = (6, 0).
PA = 2PB, so PA² = 4PB²:
x² + y² = 4((x − 6)² + y²) x² + y² = 4x² − 48x + 144 + 4y² 0 = 3x² − 48x + 3y² + 144 x² − 16x + y² + 48 = 0 (x − 8)² + y² = 64 − 48 = 16
This is a circle with centre (8, 0) and radius 4.
Example: A point P(x, y) moves so that the line from A(0, 0) to P is perpendicular to the line from B(6, 0) to P. Find the locus of P.
Gradient of AP = y/x. Gradient of BP = y/(x − 6).
For perpendicularity: (y/x) × (y/(x − 6)) = −1
y² = −x(x − 6) = −x² + 6x
x² + y² − 6x = 0
(x − 3)² + y² = 9.
This is a circle with centre (3, 0) and radius 3 — the circle on diameter AB (Thales' theorem).
Sometimes the locus is best described parametrically.
Example: A point P moves so that its x-coordinate is 3cos(θ) and its y-coordinate is 2sin(θ). What is the locus?
Eliminating θ: (x/3)² + (y/2)² = 1, which is an ellipse.
Exam Tip: Always square both sides when equating distances — this removes the square roots. Be careful to expand fully and simplify. The resulting equation should be in a standard recognisable form.
| Term | Definition |
|---|---|
| Locus | The set of all points satisfying a given geometric condition |
| Perpendicular bisector | The locus of points equidistant from two given points |
| Apollonius circle | The locus of points whose distances from two fixed points are in a constant ratio |
| Thales' theorem | An angle inscribed in a semicircle is a right angle |
Edexcel 9MA0-01 specification section 4 — Coordinate geometry in the (x, y) plane: loci appear as solution sets of geometric conditions, most commonly expressed in Cartesian form. The defining idea — a locus is the set of all points whose coordinates satisfy a stated geometric or algebraic condition — sits inside section 4 alongside straight lines, circles and parametric curves. Loci are not given a separate sub-strand on the 9MA0 specification page, but they are the conceptual glue tying section 4 together: a circle is the locus of points at fixed distance from a centre; the perpendicular bisector of AB is the locus of points equidistant from A and B; a parabola (treated only briefly in 9MA0 but explicitly in Further Maths 9FM0) is the locus equidistant from a focus and a directrix.
Synoptic mentions span the specification: section 2 (Algebra and functions) supplies the algebraic manipulation needed to convert "distance equals distance" into a Cartesian equation; section 3 (Sequences, series, inequalities) appears whenever a locus is presented as a region (an inequality) rather than a curve; section 4 (Coordinate geometry) treats circles as the canonical locus; and section 11 (Vectors) provides the alternative position-vector formulation ∣r−a∣=k for the same circle. Beyond 9MA0, Further Maths 9FM0 (Core Pure) treats Argand-diagram loci such as ∣z−1∣=2 (a circle in the complex plane), arg(z−a)=θ (a half-line), and ∣z−a∣=∣z−b∣ (a perpendicular bisector). Single-tier 9MA0 candidates do not need the complex-number version, but examiners expect them to recognise that the Cartesian and Argand formulations are the same locus dressed in different notation.
The Edexcel formula booklet gives the circle equation (x−a)2+(y−b)2=r2 but does not give the perpendicular-bisector equation, the Apollonius-circle equation, or any locus identity. Candidates derive these every time from first principles using the distance formula d=(x2−x1)2+(y2−y1)2.
Question (8 marks):
The point P(x,y) moves so that its distance from the point A(1,3) is equal to its distance from the line y=−1.
(a) Show that the locus of P has equation (x−1)2=8(y−1). (5)
(b) Hence state the coordinates of the vertex of this locus and identify the type of curve. (3)
Solution with mark scheme:
(a) Step 1 — write the two distances algebraically.
The distance from P(x,y) to A(1,3) is:
PA=(x−1)2+(y−3)2
The (perpendicular) distance from P(x,y) to the horizontal line y=−1 is:
d=∣y−(−1)∣=∣y+1∣
M1 — both distances written correctly using the distance formula and the perpendicular-distance-to-a-horizontal-line interpretation. A common slip here is to write the distance to the line as (x−x)2+(y+1)2, which collapses to ∣y+1∣ but signals that the candidate has not yet realised the line is horizontal.
Step 2 — set the distances equal.
(x−1)2+(y−3)2=∣y+1∣
M1 — equating the two distances. Note that for the equation to make sense as a distance, both sides must be non-negative; the modulus and the principal square root guarantee this.
Step 3 — square both sides to remove the radical.
(x−1)2+(y−3)2=(y+1)2
M1 — squaring both sides. Squaring is valid because both sides are non-negative; the modulus on the right squares away cleanly: ∣y+1∣2=(y+1)2.
Step 4 — expand and simplify.
Expanding the y-terms:
(y−3)2=y2−6y+9,(y+1)2=y2+2y+1
Substituting and cancelling the common y2:
(x−1)2+y2−6y+9=y2+2y+1
(x−1)2−6y+9=2y+1
(x−1)2=8y−8=8(y−1)
A1 — fully simplified locus equation (x−1)2=8(y−1).
A1 — presentation: equation written exactly in the printed form, not as an unsimplified equivalent like (x−1)2−8y+8=0.
(b) Step 1 — identify the curve.
The standard form (x−h)2=4p(y−k) describes a parabola opening upwards with vertex (h,k) and focus (h,k+p).
B1 — recognising the equation (x−1)2=8(y−1) as a parabola.
Step 2 — read off the vertex.
Comparing (x−1)2=8(y−1) with (x−h)2=4p(y−k) gives h=1, k=1, 4p=8 so p=2.
B1 — vertex at (1,1).
B1 — completing the verification: the focus is (1,3)=A and the directrix is y=−1, exactly the original condition. (This final mark rewards the candidate who closes the loop and verifies geometric consistency.)
Total: 8 marks (M3 A2 B3, split as shown).
Question (6 marks): The points A and B have coordinates (2,0) and (8,0) respectively. The point P moves in the (x,y) plane such that PA2+PB2=50.
(a) Show that the locus of P is a circle, and find its centre and radius. (4)
(b) Hence determine whether the point Q(5,4) lies inside, on, or outside this locus. (2)
Mark scheme decomposition by AO:
(a)
(b)
Total: 6 marks split AO1 = 4, AO2 = 2. Loci questions on Paper 1 sit roughly two-thirds AO1 (procedural — set up, expand, simplify) and one-third AO2 (interpretation — name the curve, locate centre/radius, classify position of test points). AO3 marks are rare on locus questions at single-tier 9MA0 because the geometric set-up is usually given.
Connects to:
Locus questions on 9MA0 split AO marks as follows:
| AO | Typical share | Earned by |
|---|---|---|
| AO1 (knowledge / procedure) | 55–70% | Writing distances using the distance formula, squaring, expanding brackets, simplifying to a Cartesian form, completing the square |
| AO2 (reasoning / interpretation) | 25–35% | Identifying the curve type (circle, parabola, line), reading off centre/radius/vertex, justifying the squaring step (both sides non-negative), classifying a test point as inside/on/outside |
| AO3 (problem-solving) | 5–15% | Setting up the locus from a verbal condition with no algebraic scaffolding, combining a locus with another constraint (intersection problems) |
Examiner-rewarded phrasing: "let P=(x,y) be a general point on the locus"; "since both sides are non-negative, squaring is reversible"; "completing the square gives centre (5,0) and radius 4, so the locus is a circle"; "the locus is the set of all points satisfying ...". Phrases that lose marks: stating the curve type without justification ("it's a circle" with no derivation); writing the final equation without simplification (leaving (x−1)2−8y+8=0 when the printed answer is (x−1)2=8(y−1)); failing to reject extraneous solutions when the original condition imposes a sign constraint.
A specific Edexcel pattern to watch: questions that say "show that the locus is a circle and find its centre and radius" require both parts — a candidate who simplifies to (x−5)2+y2=16 but stops there has shown the equation but not explicitly identified centre, radius, and type. The single A1 for "circle, centre (5,0), radius 4" is reserved for the candidate who states all three.
Question: The point P(x,y) is equidistant from (0,0) and (6,0). State the equation of the locus of P and identify the geometric figure it represents.
Grade C response (~210 words):
If P(x,y) is equidistant from O(0,0) and A(6,0), then PO=PA.
Squaring: x2+y2=(x−6)2+y2.
Expanding: x2+y2=x2−12x+36+y2.
Cancelling x2 and y2: 0=−12x+36, so 12x=36, giving x=3.
So the locus is the line x=3. This is the perpendicular bisector of the segment from O to A.
Examiner commentary: Full marks (3/3). The candidate correctly equates the squared distances, simplifies cleanly, and identifies the locus geometrically as the perpendicular bisector. Working is brief but every step is justified. Squaring before equating saves time over taking square roots and squaring later — a small efficiency that A* candidates internalise. The phrase "perpendicular bisector" connects the algebraic answer to the geometric meaning, which is exactly the AO2 reasoning examiners reward. A weaker candidate would stop at x=3 without naming the curve, losing the interpretation mark on a longer question even though the algebra is correct.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.