CAIE A-Level · Mathematics 9709 · Quadratics

Simultaneous Equations: One Linear, One Quadratic

8 min readSyllabus 1.1FreeBy Uzair Khan

Syllabus objective

Solve by substitution a pair of simultaneous equations of which one is linear and one is quadratic (e.g. x + y + 1 = 0 and x² + y² = 25).

Introduction

When two equations must be satisfied simultaneously and one is linear while the other is quadratic, the solution gives the coordinates of the point(s) where a straight line meets a curve (such as a circle or parabola). This is a guaranteed topic in 9709 Paper 1 — it appears either as a standalone question or embedded within geometry questions about circles and intersection. The examiners' preferred method is substitution, and that is the only method required by the syllabus.


Core Concept

A linear equation contains no term of degree higher than 1 (e.g. x+y+1=0x + y + 1 = 0). A quadratic equation contains at least one term of degree 2 (e.g. x2+y2=25x^2 + y^2 = 25). Solving them simultaneously means finding all pairs (x,y)(x, y) that satisfy both equations at once.

Why substitution? Elimination works neatly for two linear equations, but once a quadratic is involved, the algebra demands that you express one variable in terms of the other from the linear equation and substitute into the quadratic. This converts the problem into a single-variable quadratic, which you already know how to solve.

Step-by-step procedure:

  1. Rearrange the linear equation to make one variable the subject (choose whichever is simpler — avoid fractions where possible).
  2. Substitute the expression into the quadratic equation.
  3. Expand and simplify to obtain a quadratic equation in one variable.
  4. Solve the resulting quadratic (by factorisation, completing the square, or the quadratic formula).
  5. Back-substitute each solution into the linear equation to find the corresponding value of the other variable.
  6. State the solution pairs clearly, pairing each xx-value with its matching yy-value.

The number of solutions corresponds to the number of intersection points:

Discriminant Δ=b24ac\Delta = b^2 - 4acGeometric interpretation
Δ>0\Delta > 0Two distinct intersection points
Δ=0\Delta = 0Line is tangent to curve (one repeated point)
Δ<0\Delta < 0No real intersections

Key Formulae & Definitions

Quadratic formula (used when factorisation is not straightforward):

x=b±b24ac2ax = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}

for a quadratic ax2+bx+c=0ax^2 + bx + c = 0.

Discriminant:

Δ=b24ac\Delta = b^2 - 4ac

General substitution setup: Given the linear equation y=mx+cy = mx + c and the quadratic f(x,y)=0f(x, y) = 0, substitute y=mx+cy = mx + c to obtain f(x,mx+c)=0f(x,\, mx+c) = 0.


Worked Examples

Example 1 — Classic circle and line (syllabus example)

Solve simultaneously: x+y+1=0x + y + 1 = 0 and x2+y2=25x^2 + y^2 = 25.

Step 1 — Rearrange the linear equation for yy:

y=x1y = -x - 1

Step 2 — Substitute into the quadratic:

x2+(x1)2=25x^2 + (-x-1)^2 = 25

Step 3 — Expand:

x2+(x2+2x+1)=25x^2 + (x^2 + 2x + 1) = 25
2x2+2x+1=252x^2 + 2x + 1 = 25

Step 4 — Rearrange to standard form:

2x2+2x24=02x^2 + 2x - 24 = 0
x2+x12=0x^2 + x - 12 = 0

Step 5 — Factorise:

(x+4)(x3)=0(x + 4)(x - 3) = 0
x=4orx=3x = -4 \quad \text{or} \quad x = 3

Step 6 — Back-substitute using y=x1y = -x - 1:

  • When x=4x = -4: y=(4)1=3\quad y = -(-4) - 1 = 3
  • When x=3x = 3: y=(3)1=4\quad y = -(3) - 1 = -4

Solution: (x,y)=(4,  3)(x, y) = (-4,\; 3) and (x,y)=(3,  4)(x, y) = (3,\; -4).


Example 2 — Parabola and line

Solve simultaneously: y=2x+1y = 2x + 1 and y=x2x3y = x^2 - x - 3.

Step 1 — The linear equation already gives yy explicitly:

y=2x+1y = 2x + 1

Step 2 — Substitute into the quadratic:

2x+1=x2x32x + 1 = x^2 - x - 3

Step 3 — Rearrange to standard form:

0=x2x32x10 = x^2 - x - 3 - 2x - 1
x23x4=0x^2 - 3x - 4 = 0

Step 4 — Factorise:

(x4)(x+1)=0(x - 4)(x + 1) = 0
x=4orx=1x = 4 \quad \text{or} \quad x = -1

Step 5 — Back-substitute using y=2x+1y = 2x + 1:

  • When x=4x = 4: y=2(4)+1=9\quad y = 2(4) + 1 = 9
  • When x=1x = -1: y=2(1)+1=1\quad y = 2(-1) + 1 = -1

Solution: (x,y)=(4,  9)(x, y) = (4,\; 9) and (x,y)=(1,  1)(x, y) = (-1,\; -1).


Example 3 — Tangency condition

Show that the line y=3x5y = 3x - 5 is a tangent to the curve y=x22xy = x^2 - 2x, and find the point of tangency.

Step 1 — Substitute y=3x5y = 3x - 5 into y=x22xy = x^2 - 2x:

3x5=x22x3x - 5 = x^2 - 2x

Step 2 — Rearrange:

x25x+5=0wait — rearranging correctly:x^2 - 5x + 5 = 0 \longrightarrow \text{wait — rearranging correctly:}
x22x3x+5=0    x25x+5=0x^2 - 2x - 3x + 5 = 0 \implies x^2 - 5x + 5 = 0

Step 3 — Compute the discriminant:

Δ=(5)24(1)(5)=2520=5\Delta = (-5)^2 - 4(1)(5) = 25 - 20 = 5

This is not zero, so let us reconsider the problem with y=3x94y = 3x - \tfrac{9}{4} — actually, let us keep the integrity of the algebra. The line y=3x5y = 3x - 5 meets the curve at two points (since Δ=5>0\Delta = 5 > 0).

Revised Example 3 — Tangency:

Show that y=2x1y = 2x - 1 is a tangent to y=x22x+3y = x^2 - 2x + 3, and find the point of tangency.

Step 1 — Substitute:

2x1=x22x+32x - 1 = x^2 - 2x + 3

Step 2 — Rearrange:

x24x+4=0x^2 - 4x + 4 = 0

Step 3 — Discriminant:

Δ=(4)24(1)(4)=1616=0\Delta = (-4)^2 - 4(1)(4) = 16 - 16 = 0

Since Δ=0\Delta = 0, the line is indeed a tangent.

Step 4 — Solve: (x2)2=0    x=2(x-2)^2 = 0 \implies x = 2

Step 5 — Back-substitute: y=2(2)1=3y = 2(2) - 1 = 3

Point of tangency: (2,  3)(2,\; 3).


Common Mistakes & Examiner Pitfalls

  • Substituting into the wrong equation. Always rearrange the linear equation and substitute into the quadratic. Substituting the other way leads to a more complex (or impossible) rearrangement.
  • Incomplete expansion of brackets. When substituting y=x1y = -x - 1 into y2y^2, students often write (x1)2=x2+1(-x-1)^2 = x^2 + 1 (forgetting the cross term 2x2x). Expand carefully: (x1)2=x2+2x+1(-x-1)^2 = x^2 + 2x + 1.
  • Mismatching solution pairs. After finding two xx-values, always substitute back into the linear equation (not the quadratic) to find each yy. Mixing up pairs is a common 1-mark error.
  • Missing the second solution. A quadratic typically yields two solutions. Do not stop after finding one.
  • Arithmetic sign errors when rearranging. When moving terms across the equals sign, take care with negative signs — especially in expressions like x2(mx+c)2x^2 - (mx + c)^2.
  • Not checking the discriminant for tangency proofs. If asked to "show that a line is a tangent," you must explicitly state Δ=0\Delta = 0 and conclude from it.

Practice Questions

Q1. Solve simultaneously: y=x3y = x - 3 and x2+y2=29x^2 + y^2 = 29.

<details><summary>Show answer</summary>

Substitute y=x3y = x - 3 into x2+y2=29x^2 + y^2 = 29:

x2+(x3)2=29x^2 + (x-3)^2 = 29
x2+x26x+9=29x^2 + x^2 - 6x + 9 = 29
2x26x20=02x^2 - 6x - 20 = 0
x23x10=0x^2 - 3x - 10 = 0
(x5)(x+2)=0(x-5)(x+2) = 0

x=5x = 5 or x=2x = -2.

  • x=5x = 5: y=53=2y = 5 - 3 = 2     (5,2)\implies (5, 2)
  • x=2x = -2: y=23=5y = -2 - 3 = -5     (2,5)\implies (-2, -5)
</details>

Q2. Find the values of xx and yy satisfying 2xy=32x - y = 3 and y=x24x+1y = x^2 - 4x + 1.

<details><summary>Show answer</summary>

Rearrange the linear equation: y=2x3y = 2x - 3.

Substitute into the quadratic:

2x3=x24x+12x - 3 = x^2 - 4x + 1
x26x+4=0x^2 - 6x + 4 = 0

Using the quadratic formula:

x=6±36162=6±202=3±5x = \frac{6 \pm \sqrt{36 - 16}}{2} = \frac{6 \pm \sqrt{20}}{2} = 3 \pm \sqrt{5}
  • x=3+5x = 3 + \sqrt{5}: y=2(3+5)3=3+25y = 2(3+\sqrt{5}) - 3 = 3 + 2\sqrt{5}
  • x=35x = 3 - \sqrt{5}: y=2(35)3=325y = 2(3-\sqrt{5}) - 3 = 3 - 2\sqrt{5}
</details>

Q3. Determine the number of intersections between the line x+2y=5x + 2y = 5 and the curve x2+3y2=12x^2 + 3y^2 = 12 without fully solving.

<details><summary>Show answer</summary>

Rearrange the linear equation: x=52yx = 5 - 2y.

Substitute:

(52y)2+3y2=12(5-2y)^2 + 3y^2 = 12
2520y+4y2+3y2=1225 - 20y + 4y^2 + 3y^2 = 12
7y220y+13=07y^2 - 20y + 13 = 0

Discriminant: Δ=(20)24(7)(13)=400364=36>0\Delta = (-20)^2 - 4(7)(13) = 400 - 364 = 36 > 0.

Since Δ>0\Delta > 0, there are two distinct intersection points.

</details>

Q4. The line y=kx2y = kx - 2 is a tangent to the curve y=x2+4x+2y = x^2 + 4x + 2. Find the possible values of kk.

<details><summary>Show answer</summary>

Substitute y=kx2y = kx - 2 into y=x2+4x+2y = x^2 + 4x + 2:

kx2=x2+4x+2kx - 2 = x^2 + 4x + 2
x2+(4k)x+4=0x^2 + (4-k)x + 4 = 0

For tangency, Δ=0\Delta = 0:

(4k)24(1)(4)=0(4-k)^2 - 4(1)(4) = 0
168k+k216=016 - 8k + k^2 - 16 = 0
k28k=0k^2 - 8k = 0
k(k8)=0k(k - 8) = 0

k=0k = 0 or k=8k = 8.

</details>

Q5. Solve simultaneously: 3x+y=73x + y = 7 and x2+xy=6x^2 + xy = 6.

<details><summary>Show answer</summary>

Rearrange the linear equation: y=73xy = 7 - 3x.

Substitute into x2+xy=6x^2 + xy = 6:

x2+x(73x)=6x^2 + x(7 - 3x) = 6
x2+7x3x2=6x^2 + 7x - 3x^2 = 6
2x2+7x6=0-2x^2 + 7x - 6 = 0
2x27x+6=02x^2 - 7x + 6 = 0
(2x3)(x2)=0(2x - 3)(x - 2) = 0

x=32x = \tfrac{3}{2} or x=2x = 2.

  • x=32x = \tfrac{3}{2}: y=7332=792=52y = 7 - 3 \cdot \tfrac{3}{2} = 7 - \tfrac{9}{2} = \tfrac{5}{2}     (32,52)\implies \left(\tfrac{3}{2},\, \tfrac{5}{2}\right)
  • x=2x = 2: y=76=1y = 7 - 6 = 1     (2,1)\implies (2,\, 1)
</details>

Connections

Prerequisite topics (assumed known):

  • Solving Quadratic Equations — factorisation, completing the square, and the quadratic formula are essential once substitution reduces the system to a single quadratic.
  • Rearranging Algebraic Expressions — fluency with making a variable the subject is required in Step 1.

Likely next subtopics:

  • Discriminant and Nature of Roots — the tangency condition (Δ=0\Delta = 0) in these problems is a direct application of the discriminant; this connection deepens your understanding of both topics.
  • Coordinate Geometry: Circles — many 9709 circle questions require solving a line–circle system, which is precisely the x+y+1=0x + y + 1 = 0 with x2+y2=25x^2 + y^2 = 25 structure practised here.
  • Quadratic Inequalities — once you can solve these systems, inequality questions ask for the range of xx or yy satisfying both constraints, extending the same substitution technique.
  • Functions and Graphs — understanding intersections of curves as solutions to simultaneous equations reinforces the graphical interpretation of all equation-solving in Pure Mathematics.

Figures

Graph showing the circle x squared plus y squared equals 25 and the line x plus y plus 1 equals 0 intersecting at two points: (-4, 3) and (3, -4).
Figure 1: The line x + y + 1 = 0 intersects the circle x² + y² = 25 at (−4, 3) and (3, −4), illustrating Example 1.
Graph of the parabola y equals x squared minus x minus 3 and the line y equals 2x plus 1, intersecting at (-1, -1) and (4, 9).
Figure 2: The line y = 2x + 1 intersects the parabola y = x² − x − 3 at (−1, −1) and (4, 9), illustrating Example 2.
Graph of the parabola y equals x squared minus 2x plus 3 and the tangent line y equals 2x minus 1, touching at the single point (2, 3).
Figure 3: The line y = 2x − 1 is tangent to the curve y = x² − 2x + 3 at the point (2, 3), where the discriminant equals zero.

Keep learning

Explore CAIE A-Level Mathematics tutoring →

View the full Mathematics syllabus →

Part of Novark's free CAIE A-Level Mathematics notes