Edexcel A-Level Maths: Coordinate Geometry — Complete Revision Guide (9MA0)
Edexcel A-Level Maths: Coordinate Geometry — Complete Revision Guide (9MA0)
Coordinate geometry is one of the most distinctive topic areas in Edexcel A-Level Maths (9MA0). It is where algebra meets geometry — where every line, circle, and curve is reduced to an equation, and every geometric question becomes a problem of solving, substituting, or differentiating. Students who handle coordinate geometry well tend to handle calculus well, because the same habits of thought transfer directly: identify the curve, identify the relevant point, find the gradient, write the equation. Students who find it awkward usually find that the awkwardness shows up again in calculus and mechanics. It is high-leverage revision.
This guide is a topic-by-topic walkthrough of the coordinate geometry content in the 9MA0 specification. It covers everything Edexcel can examine in this area: straight lines, circles, parametric equations, parametric differentiation, conversion between parametric and Cartesian forms, intersection problems, tangent and normal lines, loci, curve sketching fundamentals, and the applied problems that bring these techniques together. For each topic you will see the core skills, the typical pitfalls, a short worked example or formula reference, and a link to the full lesson on the LearningBro course.
The aim is not to replace working through problems. Coordinate geometry rewards practice more than reading — the geometry only really lands once you have sketched a few hundred situations and felt how the algebra moves under the picture. The aim is to give you a clear map of what you need to know, in the order Edexcel teaches it, so your revision is targeted rather than scattered. Use this guide as a checklist, a refresher, and a launchpad into focused practice.
What the Edexcel 9MA0 Specification Covers
The Edexcel A-Level Maths qualification (9MA0) is assessed through three two-hour papers, each worth 100 marks. Papers 1 and 2 cover pure mathematics, and Paper 3 covers statistics and mechanics. Coordinate geometry sits in Section 3 of the pure specification and can appear on either Paper 1 or Paper 2. Parametric equations and parametric differentiation, in particular, are flagged as A-Level (rather than AS) content and tend to appear in the second half of either pure paper.
Coordinate geometry is one of the most reliably examined sections of the pure papers. Almost every paper contains at least one question that requires you to write down the equation of a line or circle, find an intersection, or work with a parametric curve. The same skills then resurface inside calculus questions — finding tangents, normals, and stationary points — and inside mechanics on Paper 3, where projectile motion is itself a parametric problem in disguise. The table below shows the sub-topics, the part of the specification they sit under, and a realistic estimate of how many marks across a Paper 1 / Paper 2 sitting come from each.
| Topic | Spec Section | Typical Paper 1/2 marks weight |
|---|---|---|
| Straight lines | 3.1 | 4-6 marks |
| Circles | 3.1 | 6-10 marks |
| Parametric equations | 3.2 | 4-8 marks |
| Parametric differentiation | 3.2 / 7.4 | 4-8 marks |
| Converting parametric to Cartesian | 3.2 | 3-5 marks |
| Intersection problems | 3.1 / 3.2 | 4-6 marks |
| Tangent and normal lines | 3.1 / 7.3 | 4-8 marks |
| Loci | 3.1 | 3-5 marks |
| Curve sketching fundamentals | 3.1 / 4.1 | 3-5 marks |
| Coordinate geometry applications | 3.1 / 3.2 | 4-8 marks |
These weights are estimates based on the spread of typical Edexcel 9MA0 papers — not guarantees for any single year. What is reliable, however, is that coordinate geometry is consistently a major slice of pure marks, and that parametric work in particular has become a standard A2 topic that examiners return to with confidence. Mastering this section gives you direct mark gains in coordinate geometry questions and indirect mark gains in calculus and mechanics.
Straight Lines
Straight lines are the simplest curves in the plane and the entry point to every other coordinate geometry topic. A line is determined by two pieces of information — usually a point and a gradient, or two points — and Edexcel expects you to switch fluently between the standard forms.
The three standard forms are: the gradient-intercept form y=mx+c, where m is the gradient and c is the y-intercept; the point-gradient form y−y1=m(x−x1), which is the most useful form when you know one point and the gradient; and the general form ax+by+c=0, which Edexcel sometimes asks for as the final answer with integer coefficients. The gradient between two points (x1,y1) and (x2,y2) is m=(y2−y1)/(x2−x1), and the distance between them is (x2−x1)2+(y2−y1)2. The midpoint is ((x1+x2)/2,(y1+y2)/2).
Two lines are parallel if their gradients are equal, and perpendicular if the product of their gradients is −1 (so the gradient of the perpendicular is the negative reciprocal). Most straight-line problems at A-Level reduce to: find a gradient, take its negative reciprocal if a perpendicular is needed, then plug into the point-gradient form. The bookwork is light; the marks come from clean execution under pressure.
A common pitfall is mismanaging fractions in the gradient calculation. If the points are (2,5) and (−1,11), the gradient is (11−5)/(−1−2)=6/(−3)=−2, not −2/3. Another pitfall is leaving the answer in a form the question did not ask for — if Edexcel asks for the equation in the form ax+by+c=0 with integer coefficients, do that step explicitly.
A short worked example. Find the equation of the line through (3,−1) perpendicular to y=(1/2)x+4. The given line has gradient 1/2, so the perpendicular has gradient −2. Using point-gradient form: y−(−1)=−2(x−3), which simplifies to y=−2x+5, or in general form 2x+y−5=0.
For full coverage with practice questions and worked solutions, see the Straight Lines lesson.
Circles
Circles are the second standard curve on the spec and a frequent source of multi-part questions. The standard form of a circle with centre (a,b) and radius r is
(x−a)2+(y−b)2=r2
Reading the centre and radius off this form is straightforward. The work begins when Edexcel gives you the expanded form x2+y2+Dx+Ey+F=0 and expects you to recover the centre and radius by completing the square in both x and y. This is the workhorse technique of the topic and it must be automatic.
The other essential facts are the geometric ones: a chord's perpendicular bisector passes through the centre; a tangent at a point is perpendicular to the radius at that point; and the angle in a semicircle is a right angle (so a triangle inscribed in a circle with one side as a diameter is right-angled at the third vertex). Edexcel mixes these geometric facts with algebraic work freely.
A common pitfall is dropping a negative sign during completing-the-square. If the equation is x2+y2−4x+6y−12=0, completing the square in x gives (x−2)2−4 and in y gives (y+3)2−9, so the equation becomes (x−2)2+(y+3)2=25. The centre is (2,−3) — many candidates write (2,3) on autopilot. Always reread the bracket signs.
A short worked example. Show that the line y=2x+1 is a chord of the circle x2+y2=5, and find its length. Substitute: x2+(2x+1)2=5, so 5x2+4x−4=0, giving x=(−4±96)/10=(−2±26)/5. The two intersection points have a horizontal separation of 46/5 and a vertical separation of 86/5 (twice that, because the line has gradient 2), so the chord length is (46/5)2+(86/5)2=480/25=(430)/5.
For complete-the-square drills and circle-line intersection practice, see the Circles lesson.
Parametric Equations
Parametric equations describe a curve by giving x and y each as a function of a third variable, the parameter t. A point on the curve is (x(t),y(t)), and varying t traces the curve out. Parametric form is essential whenever a curve is hard to write as y=f(x) — for example, an ellipse, a circle traced clockwise rather than as a single Cartesian equation, or a projectile trajectory where t has a physical meaning.
The two parametric examples Edexcel returns to most often are the circle x=rcost, y=rsint (which gives the unit circle when r=1 and the identity cos2t+sin2t=1 on elimination) and projectile-style trajectories such as x=t, y=t2−4t. You should be comfortable identifying the curve from the parametric form, plotting a handful of values to see its shape, and stating the range of t over which the curve is traced if the question restricts it.
A common pitfall is treating t as if it were x or y. The parameter is a separate variable; the relationship between x and y is mediated through it. Another pitfall is forgetting that the same Cartesian curve can have many parametric representations — the choice of parameter is not unique, and a question may ask you to verify that two different parameterisations give the same curve.
For a wider library of parametric examples and sketching practice, see the Parametric Equations lesson.
Parametric Differentiation
When a curve is given parametrically, you cannot differentiate y with respect to x directly — you need the chain rule in the form
dxdy=dx/dtdy/dt
This is parametric differentiation and it is one of the most heavily examined techniques on the A2 part of the syllabus. The skill is mechanical once you have it: differentiate y with respect to t, differentiate x with respect to t, divide. The result is a function of t, not of x, and that is a feature, not a bug — for tangents and normals at a specific point, you will substitute the corresponding t-value to get a numerical gradient.
A short worked example. For x=t2, y=t3−3t, find dy/dx. Then dx/dt=2t and dy/dt=3t2−3, so dy/dx=(3t2−3)/(2t)=3(t−1)(t+1)/(2t). At t=2, the gradient is 3⋅1⋅3/4=9/4.
A common pitfall is forgetting that dy/dx from this method is in terms of t, then accidentally treating it as if it were in terms of x. Another is dividing the wrong way round — dy/dx is (dy/dt)/(dx/dt), not the reverse. A third pitfall arises with stationary points: a parametric stationary point requires dy/dt=0 and dx/dt=0. If both are zero simultaneously, the curve may have a cusp or self-intersection, and the simple test fails.
For practice on tangents, normals and stationary points using parametric differentiation, see the Parametric Differentiation lesson.
Converting Between Parametric and Cartesian Forms
A standard exam skill is eliminating the parameter to convert a parametric pair (x(t),y(t)) into a single Cartesian equation f(x,y)=0. The technique varies with the parameterisation. There is no single algorithm that works in every case, but three patterns cover most exam questions.
| Pattern | Example | Method |
|---|---|---|
| One equation solvable for t | x=2t+1, y=t2 | Solve for t, substitute into the other equation |
| Trigonometric pair | x=3cost, y=3sint | Use cos2t+sin2t=1 |
| Reciprocal / product pair | x=t+1/t, y=t−1/t | Combine using x2−y2=4 from (t+1/t)2−(t−1/t)2 |
The conversion is rarely the end of the question. Edexcel typically asks you to convert and then state the range of x for which the Cartesian equation describes the original parametric curve. This step trips up many candidates because it requires going back to the parametric form, working out the range of t, and propagating that through the function x(t).
A common pitfall is squaring without restriction. If you square both sides of an equation involving sint or cost to use the Pythagorean identity, the resulting Cartesian equation may describe a larger set than the original parametric curve. The range-of-x step is what corrects for this — and dropping it is one of the most common mark losses in this topic.
For worked conversion examples in all three patterns, see the Converting Parametric to Cartesian lesson.
Intersection Problems
Intersection problems ask where two curves meet. The general method is to set their equations equal, solve the resulting equation, and substitute back to find the corresponding y-coordinates. The structure is simple; the algebra varies in difficulty depending on which curves are involved.
For a line and a quadratic, substitute the line equation into the quadratic to obtain a quadratic in one variable. Use the discriminant to determine the number of intersections without necessarily solving — two distinct real roots means two intersections, a repeated root means a tangent, no real roots means no intersection. For a line and a circle, substitute and again the discriminant of the resulting quadratic does the discriminating work. For two circles, subtracting their equations eliminates x2 and y2 simultaneously and produces a linear equation, which is the radical line through their intersection points; substitute back into either circle to find the actual coordinates.
A short worked example. Find the intersection of y=x+1 and x2+y2=25. Substitute: x2+(x+1)2=25, so 2x2+2x−24=0, then x2+x−12=0, giving (x−3)(x+4)=0. So x=3 or x=−4, with corresponding y=4 or y=−3. The intersection points are (3,4) and (−4,−3).
A common pitfall is solving for x and forgetting to find the corresponding y — the question almost always asks for points, and an x-value alone is half the answer. Another pitfall is forcing a numerical solution when a discriminant-based argument is what the question is asking for. Read carefully: "Show that the line is tangent to the curve" is a discriminant question, not a coordinates question.
For tangency-condition practice and circle-circle intersection problems, see the Intersection Problems lesson.
Tangent and Normal Lines
A tangent to a curve at a point is the straight line that touches the curve there and has the same gradient. A normal is the straight line through the same point perpendicular to the tangent. Once you can compute the gradient at a point — by differentiation, by parametric differentiation, or by using the radius-perpendicular property of a circle — writing down the tangent and normal is straightforward.
The workflow is: find the point on the curve (often by substituting the given x-value or t-value); compute the gradient at that point; for the tangent, use point-gradient form with that gradient; for the normal, use point-gradient form with the negative reciprocal. Edexcel often asks for the answer in the form ax+by+c=0 with integer coefficients, so include that simplification step.
For a circle, the gradient of the tangent at (x0,y0) is the negative reciprocal of the gradient of the radius from the centre to that point. This is faster than implicit differentiation and worth using whenever you can. For a parametrically defined curve at parameter t0, compute dy/dx in terms of t and substitute t=t0 to get the gradient.
A common pitfall is using the gradient of the tangent for the normal, or vice versa. Another is forgetting that on a curve given by y=f(x), the gradient at x0 is f′(x0) — a number — not the function f′(x) itself. Always substitute the specific x-value before writing the equation of the tangent.
A short worked example. Find the tangent to y=x3−2x at x=1. The point is (1,−1) since 1−2=−1. The derivative is 3x2−2, which equals 1 at x=1. So the tangent is y−(−1)=1⋅(x−1), or y=x−2.
For tangent and normal practice across explicit, implicit and parametric forms, see the Tangent and Normal Lines lesson.
Loci
A locus (plural: loci) is the set of all points that satisfy a given geometric condition. Loci appear most often in the context of circles — the locus of points equidistant from a fixed point is a circle — but Edexcel can ask about more general loci, such as the perpendicular bisector of a segment (the locus of points equidistant from two fixed points) or the parabola defined as the locus of points equidistant from a focus and a directrix.
The general method is algebraic. Write down the geometric condition in coordinates, using the distance formula or whichever distance/gradient relationship the condition demands, then simplify. The simplified equation is the locus. Squaring both sides of an equation involving square roots is almost always necessary; remember to check for extraneous solutions introduced by squaring.
A short worked example. Find the locus of points equidistant from A(1,0) and B(5,4). Let the point be (x,y). Then (x−1)2+y2=(x−5)2+(y−4)2. Expanding both sides: x2−2x+1+y2=x2−10x+25+y2−8y+16. The x2 and y2 terms cancel, leaving −2x+1=−10x+41−8y, so 8x+8y=40, or x+y=5. The locus is the perpendicular bisector of AB, as expected.
A common pitfall is failing to square correctly — students sometimes square only the inside of a square root and forget the cross-terms in the binomial expansion. Another is forgetting that loci described by quadratic conditions (such as "twice as far from A as from B") are usually circles, not lines, and need to be brought into completing-the-square form.
For locus problems including circles defined as Apollonius circles, see the Loci lesson.
Curve Sketching Fundamentals
A clean sketch is one of the most undervalued tools in the exam. Examiners are not asking for a graph drawn to scale — they are asking for a graph that shows the right features: intercepts, end behaviour, asymptotes, turning points, and any symmetry. A correct sketch with the right features earns full marks; a labour-intensive but mis-featured sketch loses them.
The standard checklist for sketching y=f(x) is: (i) find the y-intercept by computing f(0); (ii) find the x-intercepts by solving f(x)=0; (iii) describe the end behaviour as x→±∞ — for a polynomial, this is determined by the leading term; (iv) for rational functions, find vertical asymptotes (where the denominator is zero) and horizontal asymptotes (the limit as x→±∞); (v) find turning points if the question demands it, by setting f′(x)=0.
Common families and their default shapes are worth knowing by heart:
| Curve | Key features |
|---|---|
| y=x2 | Parabola through origin, minimum at origin |
| y=x3 | Cubic through origin, increasing throughout, point of inflection at origin |
| y=1/x | Hyperbola with asymptotes x=0 and y=0, two branches |
| y=ex | Always positive, horizontal asymptote y=0 as x→−∞, passes through (0,1) |
| y=lnx | Defined for x>0 only, vertical asymptote x=0, passes through (1,0) |
| y=sinx, y=cosx | Period 2π, range [−1,1] |
A common pitfall is sketching a polynomial without paying attention to multiplicity — a double root means the curve touches the x-axis without crossing it, and a triple root means a point of inflection at the x-axis. Another pitfall is omitting axes labels and intercept values, which can cost a method mark even if the shape is right.
For sketching workflows on polynomial, rational, exponential and logarithmic functions, see the Curve Sketching Fundamentals lesson.
Coordinate Geometry Applications
Edexcel uses coordinate geometry as the framework for a wide variety of applied problems. The most common contexts are modelling problems (a parametric curve representing a path, a circle representing a boundary, a chord representing a sightline) and proof-style problems where you are asked to show a geometric property using coordinate methods. The skills draw on the entire section: setting up coordinates carefully, writing the right equation for each line or curve, computing intersections, and interpreting the algebraic answer in the language of the question.
A typical applied problem might present a footbridge whose arch is modelled by part of a parabola, then ask you to find the height of the arch at a specific horizontal distance, the gradient of the arch at the abutment, or the length of a specific cable. None of the individual steps are difficult; the work is in translating the geometry into equations and back.
The two general strategies that pay off most reliably are: (i) draw a sketch first, even if the question does not ask for one — the geometry is much clearer on paper than in your head — and (ii) set up the coordinate system to make the algebra easy. If a problem has a circular boundary, place the centre of the circle at the origin. If a problem has a horizontal road, align the x-axis with it. The coordinate system is yours to choose, and choosing it well halves the work.
A common pitfall is doing the algebra correctly but failing to translate the answer back into the language of the question. If you found that two curves meet at x=3 and the question asks "at what horizontal distance from the abutment do the two cables cross", say "3 metres", not "x=3".
For applied modelling problems and proof-style coordinate geometry, see the Coordinate Geometry Applications lesson.
Exam Strategy and High-Yield Topics for May 2026
Coordinate geometry is one of the most predictable areas of the 9MA0 papers in terms of question style. Across typical Edexcel papers, you can expect:
- A straight-line or circle question early on Paper 1, often worth 6-10 marks, mixing equation-finding with a geometric property (perpendicular bisector, chord length, tangent at a point).
- A parametric question later on Paper 1 or 2, typically 8-12 marks, combining parametric differentiation with a tangent or normal at a specified parameter value.
- A conversion question asking you to eliminate the parameter and state the range of x, often as part of the parametric question.
- An applied or modelling part, frequently in the final question of a paper, where coordinate geometry sits inside a real-world context.
The high-yield topics for last-minute revision are circle equations from expanded form, parametric differentiation including stationary points, converting parametric to Cartesian with range constraints, and tangents and normals to parametric curves. These topics combine the highest mark counts with the most consistent question structures, so practice on them is the most reliable way to convert revision time into exam marks.
In the exam itself, the cheap discipline is to draw the picture every time. A two-minute sketch will catch most sign errors, will confirm whether your answer is geometrically reasonable, and will often reveal the method when the algebra alone is unclear. Examiners reward clear working; a sketch is part of clear working in coordinate geometry.
If you are short on time in the exam, prioritise the parts of each question that depend only on technique — finding a centre, writing a tangent, computing dy/dx — over the parts that demand a careful geometric interpretation. The technique parts are easier to score on and easier to recover marks on if a later part defeats you.
Where to Go from Here
LearningBro's Edexcel A-Level Maths: Coordinate Geometry course is built around the structure of this guide. Each of the ten lessons covers one section of the 9MA0 specification, in the order Edexcel teaches it, with worked examples, practice questions and full mark-scheme-style solutions. Lessons end with a short review and quick-recall questions designed for spaced revisits.
The course is designed to be used in two ways. As a first pass, you can work through the lessons in order, building each topic on the last — straight lines and circles first, then parametric work, then the synthesis topics of tangents, normals, loci, and applications. As a revision tool, you can drop into any lesson and work the practice independently — for example, drilling parametric differentiation for a week before mocks. The AI tutor is available throughout to give targeted hints when you get stuck, without giving away full solutions, and to mark your written working with structured feedback.
If you want one place to revise this section of the spec well, with realistic practice and clean explanations of every topic, the full course is the right next step. Start with the Edexcel A-Level Maths: Coordinate Geometry course.