Skip to main content

Coordinate geometry of the straight line — GCSE maths for Year 10

MathsUK · 29 May 2026 · 8 min read

Coordinate geometry of the straight line is one of the cornerstones of GCSE maths in Year 10, and appears in almost every exam series as a question worth several marks on any of the three papers. The material joins algebra and geometry through the coordinate grid: every point is a pair of numbers, every line is an equation, and every geometric property — parallel, perpendicular, length, midpoint — becomes an exact arithmetic calculation. This guide goes over the gradient of a line, three ways to write the equation of a line, the perpendicular bisector, identifying a quadrilateral from the coordinates of its 4 vertices, and the five mistakes that lose the marks in the exam.

Coordinate geometry of the straight line is a compulsory topic in Year 10 on both GCSE tiers (specification references A8, A9, A10 and G11), and appears in almost every exam series as a question worth several marks — on Foundation the gradient and intercept of a line, on Higher parallel and perpendicular lines and 'show that' proofs about shapes. Its big idea is joining two worlds: algebra and geometry. Instead of drawing and measuring, we place the shape on a coordinate grid, give every point a pair of numbers (x, y), and answer every question with formulae. This approach allows complete accuracy, allows tidy answers with reasons, and saves guesswork. This guide goes step by step through the gradient, the equation of a line, parallel and perpendicular lines, the perpendicular bisector, and identifying the type of quadrilateral from the coordinates of its vertices — exactly as it appears in the exam.

What is coordinate geometry?

Coordinate geometry (also called analytic geometry) is the branch of mathematics in which geometric shapes are described using a Cartesian coordinate grid. René Descartes, the French philosopher and mathematician, developed it in the 17th century and was honoured by the grid being named after him — 'Cartesian' from the Latin Cartesius. Since then, every point in the plane is represented by an ordered pair of numbers (x, y): x is the distance from the y-axis (the horizontal part), and y is the distance from the x-axis (the vertical part).

In Year 10 the focus is on the coordinate geometry of the straight line — not of the circle or other curves (the circle arrives on Higher in Year 11). Although the topic sounds narrow, there is a lot of depth in it: every triangle, quadrilateral and polygon can be described by its vertices, and every geometric property — length, parallel, perpendicular, midpoint — becomes a simple calculation.

Two basic formulae to know by heart: (1) The distance between two points A(x₁, y₁) and B(x₂, y₂) is d = √((x₂ − x₁)² + (y₂ − y₁)²), straight from Pythagoras. (2) The midpoint of the segment AB is M((x₁ + x₂)/2, (y₁ + y₂)/2) — the mean of the coordinates. These two formulae appear in almost every exam question on the topic.

The gradient of a line — the basics

The gradient of a line measures its slope relative to the x-axis. It is written as m and it is a real number. The formal definition: m = (y₂ − y₁) / (x₂ − x₁), that is the difference between the y-coordinates divided by the difference between the x-coordinates of two points on the line. The order of the points does not matter, as long as you keep the same order in the numerator and the denominator.

Geometric meaning: m says 'by how much y goes up for every unit you move right in x'. Gradient 2 → every move of 1 to the right goes up by 2. Gradient 0.5 → every move of 1 to the right goes up only half a unit. A negative gradient → the line falls from left to right. Gradient 0 → a horizontal line, parallel to the x-axis. An undefined gradient (division by 0) → a vertical line, parallel to the y-axis, which is not a function.

An exam-style example: you are given the points A(2, 1) and B(6, 9). The gradient of AB is m = (9 − 1) / (6 − 2) = 8 / 4 = 2. The line rises from left to right at a rate of 2 vertical units for every horizontal unit.

A critical tip: always check that the difference in the denominator is not zero. If x₁ = x₂ then the two points lie on a vertical line, the gradient is undefined, and the equation of the line is simply x = c (a constant).

The equation of a line — three ways

At GCSE you are required to write the equation of a line in a variety of situations. The three main forms you need to command:

1. Gradient–intercept form: y = mx + c

This is the form you know from Year 8. m is the gradient and c is the value of y where the line crosses the y-axis (that is, when x = 0). Example: y = 3x + 5 is a line with gradient 3 that crosses the y-axis at the point (0, 5). This is the most convenient form for drawing a graph, and the form GCSE questions most often ask you to give an answer in.

2. Through a point with a gradient: y − y₁ = m(x − x₁)

When you are given a point (x₁, y₁) on the line and a gradient m, the most compact form is y − y₁ = m(x − x₁). Example: a line with gradient 2 passing through (3, 4): y − 4 = 2(x − 3). Expand the bracket: y − 4 = 2x − 6, and rearrange: y = 2x − 2. This form saves the step of working out c and appears often in the exam in the phrase 'find the equation of the line through the point … with gradient …'.

3. Through two points

You are given two points A(x₁, y₁) and B(x₂, y₂). Step 1: work out the gradient m = (y₂ − y₁)/(x₂ − x₁). Step 2: use the point–gradient form with one of the points. Example: A(1, 3), B(4, 9). Gradient: m = (9 − 3)/(4 − 1) = 6/3 = 2. Through the point A: y − 3 = 2(x − 1) → y = 2x + 1. Check with B: 2 × 4 + 1 = 9 ✓.

Always finish with a check: substitute the second point into the final equation and make sure it balances. It takes 10 seconds and saves silly mistakes.

Parallel, perpendicular, the perpendicular bisector

Two golden rules that come up again and again in the exam:

Parallel lines satisfy m₁ = m₂. That is, exactly the same gradient. For example y = 3x + 7 and y = 3x − 2 are parallel: both have gradient 3, they just cross the y-axis in different places. Two horizontal lines are also parallel to each other (gradient 0 = gradient 0). So are two vertical lines — although their gradient is undefined, the condition is x = a, x = b.

Perpendicular lines (at 90° to each other) satisfy m₁ × m₂ = −1. That is, the gradients are reciprocals with opposite signs. Example: y = 2x + 5 is perpendicular to y = −0.5x + 1, because 2 × (−0.5) = −1. A horizontal line (m = 0) is perpendicular to a vertical line (x = c) — a special case where the product rule does not apply directly, but the angle is still 90°. Perpendicular gradients are Higher-tier content (A9), but they are the key to the next two sections.

The perpendicular bisector of a segment AB is the line that satisfies two conditions at once: (1) it is perpendicular to the segment AB; (2) it passes through the midpoint of the segment. Geometrically, it is the locus of all points equidistant from A and B — a property that appears in many exam questions on loci and constructions.

An algorithm for finding the equation of the perpendicular bisector of A(x₁, y₁), B(x₂, y₂): Step 1 — work out the midpoint M = ((x₁ + x₂)/2, (y₁ + y₂)/2). Step 2 — work out the gradient of AB: m_AB = (y₂ − y₁)/(x₂ − x₁). Step 3 — the gradient of the perpendicular: m_⊥ = −1/m_AB. Step 4 — write the equation of the line through M with gradient m_⊥.

An exam-style example: find the perpendicular bisector of the segment A(2, 3), B(8, −1). M = ((2 + 8)/2, (3 + (−1))/2) = (5, 1). Gradient of AB: (−1 − 3)/(8 − 2) = −4/6 = −2/3. Gradient of the perpendicular: −1/(−2/3) = 3/2. Equation: y − 1 = (3/2)(x − 5), that is y = (3/2)x − 13/2.

Identifying a quadrilateral from the coordinates of its 4 vertices

One of the classic Higher questions is: 'ABCD is a quadrilateral with vertices at (…). Show that ABCD is a … (parallelogram / rhombus / rectangle / square)'. The key is a clear decision tree — from the general to the particular.

Step 1 — is it a parallelogram?

Work out the gradients of the 4 sides (AB, BC, CD, DA). If m_AB = m_CD and also m_BC = m_DA, that is both pairs of opposite sides are parallel — it is a parallelogram. Another route: check that the midpoint of AC = the midpoint of BD (the diagonals bisect each other). Either route is enough on its own. If it is not a parallelogram — you can still check whether it is a trapezium (one pair of parallel sides).

Step 2 — is it a rhombus?

A rhombus is a parallelogram with 4 equal sides. It is enough to show two adjacent sides are equal (for example |AB| = |BC|) — being a parallelogram guarantees the rest. Use the distance formula. Alternatively: the diagonals of a parallelogram are perpendicular ⟺ rhombus, so check m_AC × m_BD = −1.

Step 3 — is it a rectangle?

A rectangle is a parallelogram with a right angle. It is enough to show adjacent sides are perpendicular: m_AB × m_BC = −1. Alternatively: the diagonals are equal in length, |AC| = |BD|.

Step 4 — is it a square?

A square is both a rhombus and a rectangle. So if you have proved the quadrilateral is a rhombus, it is enough to add a check that the sides are perpendicular; and if you have proved it is a rectangle, it is enough to add a check that two adjacent sides are equal. A quick route: diagonals that are equal, bisect each other and are perpendicular — those are the complete conditions for a square.

A golden tip: the mark scheme always wants tidy reasons, not only calculation. Write explicitly the geometric fact you are relying on, for example 'a parallelogram whose adjacent sides are equal in length is a rhombus'. Without that statement — marks are lost even if the calculation is right.

5 common mistakes in the exam

1. Swapping x and y in the gradient formula. The formula is m = (y₂ − y₁)/(x₂ − x₁) — the difference in y on top, the difference in x underneath. Many pupils get confused and put the difference in x on top. Result: a completely inverted gradient, and everything after it in the question is wrong.

2. Forgetting the 'perpendicular' condition m₁ × m₂ = −1. A pupil looking for a line perpendicular to y = (2/3)x + 1 sometimes writes gradient 3/2 (the reciprocal only, without changing the sign). The correct answer: −3/2. Always both flip and change the sign.

3. Concluding 'it is a rectangle' without checking first that it is a parallelogram. Four points that make a quadrilateral with one right angle — not enough! You must first show it is a parallelogram, and only then add the right-angle condition.

4. Forgetting the vertical case in the gradient formula. If x₁ = x₂, you must not substitute — you would be dividing by 0. Write explicitly 'the line is vertical, its equation is x = …' and carry on accordingly. Questions in this style have appeared in past papers and can cost several marks to anyone who does not notice.

5. Working out a distance without squaring the differences. The formula requires squaring: d = √((x₂ − x₁)² + (y₂ − y₁)²). Pupils who write d = √((x₂ − x₁) + (y₂ − y₁)) get the root of a sum instead of the root of a sum of squares — a wrong and meaningless result (the expression under the root can even come out negative).

Summary — how to practise properly

Coordinate geometry of the straight line is a technical topic based on 4 formulae (distance, midpoint, gradient, equation of a line) and two rules (m₁ = m₂ for parallel, m₁m₂ = −1 for perpendicular). Anyone who commands them and knows when to use each one — gets full marks. Most important: a check after every step, explicit geometric reasons, and correctly recognising the decision tree for identifying a quadrilateral (parallelogram → rhombus → rectangle → square).

The best way to prepare for the exam on this topic is focused practice with full solutions. The MathsUK GCSE algebra worksheets include graded questions — from an easy question on finding a gradient to a full exam question identifying a quadrilateral from 4 vertices, with tidy step-by-step solutions.

Frequently asked questions

How many coordinate geometry questions are there in a GCSE paper?

Usually one full question (4–6 marks) or two shorter parts, on any of the three papers. The topic sits in the algebra strand and is compulsory — it cannot be skipped. Questions in this style have appeared in past series — for example a quadrilateral ABCD with a proof that it is a parallelogram and finding the length of a diagonal.

What is the difference between the gradient of a line and tan of an angle?

The gradient m equals tan of the angle the line makes with the x-axis (the angle α). That is, m = tan α. It is the same number — two names for the same idea. In Year 10 you start to see this connection explicitly, and at A level it is used in trigonometry in the plane.

How do you find the point where two lines cross?

Solve the two equations simultaneously. A common method: equating — if both lines are given in the form y = …, set the right-hand sides equal and you get an equation in x. Find x, substitute into either equation and get y. The point (x, y) is the point of intersection.

When is the perpendicular bisector used in the exam?

When you are asked for the locus of points equidistant from A and B — that is exactly the perpendicular bisector. Also in proving a quadrilateral is a kite (one diagonal is the perpendicular bisector of the other), and in finding the centre of a circle through three points (the intersection of the perpendicular bisectors of two chords).

Is a calculator allowed in the GCSE exam?

On Papers 2 and 3 yes, a scientific calculator is allowed; Paper 1 is non-calculator. It helps mainly with square roots and awkward divisions. But in coordinate geometry most answers are 'nice' (whole numbers or simple fractions), so if a complicated answer comes out — that is a sign you have made a mistake in the calculation, not in the calculator.

Is this topic different on Foundation and Higher?

The core — coordinates, gradient, y = mx + c, intercepts — is on both tiers. Higher adds perpendicular lines (the m₁m₂ = −1 rule), the perpendicular bisector as a locus, 'show that' proofs about quadrilaterals, and in Year 11 the equation of a circle and its tangent. The line itself, and the four basic formulae, are the same on both tiers.

Graded questions with full solutions for GCSE

Practise now

Links that might help

GCSE Higher in Year 10 — a parents' guideLinear functions — a revision of the basicsLine gradient calculatorLine through two points calculatorAlgebra worksheets — GCSE Higher

← Back to all articles

We keep your progress and preferences in your browser only (local storage), and use analytics cookies to improve the site. Read the privacy notice.

More information