A-Level Maths / Pure Mathematics / Algebra & Functions

Simultaneous Equations

Solving simultaneous equations by elimination and substitution, including one linear and one quadratic.

Pure Mathematics AS 35 min

Learning Objectives

  • Solve linear simultaneous equations by elimination and substitution
  • Solve simultaneous equations where one equation is linear and one is quadratic
  • Interpret simultaneous equations graphically as intersection points
  • Use the discriminant to determine the number of solutions to a linear-quadratic system

Key Formulae

ax+by=c,dx+ey=fax + by = c,\quad dx + ey = f
b24ac determines 0, 1, or 2 intersection pointsb^2 - 4ac \text{ determines 0, 1, or 2 intersection points}

Why Simultaneous Equations?

Imagine you walk into a shop and buy 3 coffees and 2 teas for £11.50. Your friend buys 1 coffee and 4 teas for £10.00. Can you work out the price of each drink?

You have two unknowns and two pieces of information — that’s exactly when simultaneous equations come in. At GCSE you solved pairs of linear equations. At A-Level, the new challenge is solving a linear equation alongside a quadratic — and understanding what the solutions mean graphically.

Key Concepts

Linear-linear (GCSE recap)

You already know two methods for a pair of linear equations:

  • Elimination — add or subtract the equations to remove one variable.
  • Substitution — rearrange one equation and plug it into the other.

Both methods work for linear pairs. At A-Level, you’ll occasionally need these as a first step inside a bigger problem, so keep them sharp.

Linear-quadratic (the A-Level focus)

When one equation is quadratic (e.g. x2+y2=25x^2 + y^2 = 25, or y=x23x+1y = x^2 - 3x + 1), elimination won’t work. You must use substitution:

  1. Rearrange the linear equation to make one variable the subject.
  2. Substitute into the quadratic equation.
  3. Solve the resulting quadratic (factorise, formula, or completing the square).
  4. Substitute back into the linear equation to find the other variable.
  5. Pair your answers: each xx-value goes with its corresponding yy-value.

Why substitution? Elimination relies on matching coefficients of a variable across two equations. When one equation has x2x^2 and the other has xx, there is no way to eliminate — the powers don’t match.

The graphical picture

Solving simultaneous equations is the same as finding intersection points of two graphs. A line can intersect a quadratic curve in 0, 1, or 2 points:

  • 2 solutions — the line crosses the curve twice.
  • 1 solution — the line is tangent to the curve.
  • 0 solutions — the line misses the curve entirely.

After substituting the linear equation into the quadratic, you get a single quadratic in one variable. The discriminant b24acb^2 - 4ac tells you which case you’re in:

b24ac>0    2 solutionsb24ac=0    1 solution (tangent)b24ac<0    no solutionsb^2 - 4ac > 0 \implies \text{2 solutions} \qquad b^2 - 4ac = 0 \implies \text{1 solution (tangent)} \qquad b^2 - 4ac < 0 \implies \text{no solutions}

This connects directly to the quadratics and discriminant work you’ve already done.

Worked Examples

Example 1: Linear-linear by elimination (warm-up)

Solve simultaneously: 3x+2y=123x + 2y = 12 and x2y=4x - 2y = 4

Add the two equations to eliminate yy:

3x+2y+x2y=12+43x + 2y + x - 2y = 12 + 4

4x=16    x=44x = 16 \implies x = 4

Substitute into the second equation:

42y=4    y=04 - 2y = 4 \implies y = 0

Solution: (x,y)=(4,0)(x, y) = (4, 0)

Example 2: Linear + quadratic (the standard A-Level type)

Solve simultaneously: y=x+3y = x + 3 and y=x2+1y = x^2 + 1

Since both equations are written as y=y = \ldots, set them equal:

x+3=x2+1x + 3 = x^2 + 1

Rearrange to 00:

x2x2=0x^2 - x - 2 = 0

Factorise:

(x2)(x+1)=0(x - 2)(x + 1) = 0

x=2orx=1x = 2 \quad \text{or} \quad x = -1

Substitute each xx-value into the linear equation y=x+3y = x + 3:

  • When x=2x = 2: y=2+3=5y = 2 + 3 = 5
  • When x=1x = -1: y=1+3=2y = -1 + 3 = 2

Solutions: (x,y)=(2,5)(x, y) = (2, 5) or (1,2)(-1, 2)

Note: Always substitute back into the linear equation, not the quadratic. It’s quicker and you’re less likely to make errors.

Example 3: Linear + circle

Find the points of intersection of x+y=5x + y = 5 and x2+y2=25x^2 + y^2 = 25

Rearrange the linear equation: y=5xy = 5 - x

Substitute into the circle equation:

x2+(5x)2=25x^2 + (5 - x)^2 = 25

x2+2510x+x2=25x^2 + 25 - 10x + x^2 = 25

2x210x=02x^2 - 10x = 0

2x(x5)=02x(x - 5) = 0

x=0orx=5x = 0 \quad \text{or} \quad x = 5

Substitute back into y=5xy = 5 - x:

  • When x=0x = 0: y=5y = 5
  • When x=5x = 5: y=0y = 0

Solutions: (x,y)=(0,5)(x, y) = (0, 5) or (5,0)(5, 0)

Graphically, the line x+y=5x + y = 5 meets the circle x2+y2=25x^2 + y^2 = 25 at these two points on the axes.

Example 4: Using the discriminant to show no solutions

Show that the line y=x+6y = x + 6 does not intersect the curve y=x2+3x+8y = x^2 + 3x + 8.

Set the equations equal:

x+6=x2+3x+8x + 6 = x^2 + 3x + 8

Rearrange:

x2+2x+2=0x^2 + 2x + 2 = 0

Find the discriminant:

b24ac=(2)24(1)(2)=48=4b^2 - 4ac = (2)^2 - 4(1)(2) = 4 - 8 = -4

Since b24ac<0b^2 - 4ac < 0, the quadratic has no real roots, so the line and curve do not intersect.

Example 5: Finding the value of kk for tangency

The line y=2x+ky = 2x + k is tangent to the curve y=x2+4x+1y = x^2 + 4x + 1. Find the value of kk.

Set equal:

2x+k=x2+4x+12x + k = x^2 + 4x + 1

Rearrange:

x2+2x+(1k)=0x^2 + 2x + (1 - k) = 0

For tangency (exactly one solution), set the discriminant equal to zero:

b24ac=0b^2 - 4ac = 0

(2)24(1)(1k)=0(2)^2 - 4(1)(1 - k) = 0

44+4k=04 - 4 + 4k = 0

4k=0    k=04k = 0 \implies k = 0

So the tangent line is y=2xy = 2x. You can check: substituting gives x2+2x+1=0x^2 + 2x + 1 = 0, i.e. (x+1)2=0(x+1)^2 = 0, which has exactly one solution x=1x = -1, confirming tangency.

Common Mistakes to Avoid

“I’ll just eliminate the xx — You cannot use elimination when one equation is quadratic. The powers of xx (and yy) don’t match across the two equations, so adding or subtracting them won’t cancel anything. You must substitute.

Forgetting to find the second variable — Solving the quadratic gives you values of one variable. You’re not finished. Substitute each value back into the linear equation to find the corresponding value of the other variable.

Unpaired answers — Writing x=2,1x = 2, -1 and y=5,2y = 5, 2 separately is ambiguous and will lose marks. Always present your answers as coordinate pairs: (2,5)(2, 5) and (1,2)(-1, 2).

Sign errors when rearranging — When you rearrange y=32xy = 3 - 2x and substitute into x2+y2=10x^2 + y^2 = 10, be careful expanding (32x)2(3 - 2x)^2. Write out the bracket multiplication in full: (32x)(32x)=912x+4x2(3 - 2x)(3 - 2x) = 9 - 12x + 4x^2.

Summary

Equation typeMethodPossible number of solutions
Linear + LinearElimination or substitution0 (parallel lines) or 1
Linear + QuadraticSubstitution only0, 1 (tangent), or 2

The discriminant of the resulting quadratic tells you how many solutions to expect — and exam questions regularly ask you to use it to prove a line misses or is tangent to a curve.

Exam Tips

  • Always substitute back into the LINEAR equation to find the other variable — it's simpler and avoids errors
  • Pair your solutions clearly, e.g. $(x, y) = (2, 3)$ or $(-1, 5)$ — never list x-values and y-values separately
  • If a question says "show that the line does not intersect the curve", reach a quadratic and show its discriminant is negative
  • Check your solutions by substituting both pairs back into BOTH original equations

Specification

Edexcel A Level Maths
Pure: Algebra & Functions > Simultaneous Equations
WJEC A Level Maths
Pure: Algebra & Functions > Simultaneous Equations

Resources

Related Lessons