CAIE A-Level · Mathematics 9709 · Quadratics

Solving Quadratic Equations and Inequalities (9709 Pure Mathematics 1)

8 min readSyllabus 1.1FreeBy Uzair Khan

Syllabus objective

Solve quadratic equations, and quadratic inequalities, in one unknown (by factorising, completing the square, and using the formula).

Introduction

Quadratic equations and inequalities are among the most frequently tested topics across all 9709 papers. Mastery here is non-negotiable: they arise independently as well as embedded within harder problems involving functions, coordinate geometry, and calculus. The syllabus requires you to solve ax2+bx+c=0ax^2 + bx + c = 0 (and the corresponding inequality) using three distinct methods: factorising, completing the square, and the quadratic formula. Examiners expect you to choose the most efficient method and to present solutions with full algebraic justification.


Core Concept

A quadratic equation in one unknown xx has the form

ax2+bx+c=0,a0ax^2 + bx + c = 0, \quad a \neq 0

and has at most two real solutions (roots). A quadratic inequality asks for the set of values of xx for which ax2+bx+c>0ax^2 + bx + c > 0, 0\geq 0, <0< 0, or 0\leq 0.

Method 1 — Factorising

Express the left-hand side as a product of two linear factors:

ax2+bx+c=a(xα)(xβ)ax^2 + bx + c = a(x - \alpha)(x - \beta)

Setting each factor to zero gives the roots x=αx = \alpha and x=βx = \beta. This method is fastest when integer or simple fractional roots exist.

Method 2 — Completing the Square

Rewrite the equation in the form a(x+p)2+q=0a(x+p)^2 + q = 0, then isolate xx:

x+p=±qa    x=p±qax + p = \pm\sqrt{-\tfrac{q}{a}} \implies x = -p \pm \sqrt{-\tfrac{q}{a}}

This method is essential when the equation does not factorise neatly and is the basis for understanding the vertex form of a quadratic (a prerequisite skill you should already have).

Method 3 — The Quadratic Formula

Always applicable. For ax2+bx+c=0ax^2 + bx + c = 0:

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

The discriminant Δ=b24ac\Delta = b^2 - 4ac determines the nature of the roots (a prerequisite topic). If Δ<0\Delta < 0 there are no real solutions.

Solving Quadratic Inequalities

To solve ax2+bx+c<0ax^2 + bx + c < 0 (or >0> 0):

  1. Find the roots αβ\alpha \leq \beta by solving ax2+bx+c=0ax^2 + bx + c = 0.
  2. Sketch (or reason from) the parabola's shape (a>0a > 0 opens upward; a<0a < 0 opens downward).
  3. Read off the solution set:
    • a>0a > 0: the parabola is below the axis between the roots, so ax2+bx+c<0α<x<βax^2+bx+c < 0 \Rightarrow \alpha < x < \beta.
    • a>0a > 0: the parabola is above the axis outside the roots, so ax2+bx+c>0x<α or x>βax^2+bx+c > 0 \Rightarrow x < \alpha \text{ or } x > \beta.
    • Reverse the regions when a<0a < 0.

Key Formulae & Definitions

ax2+bx+c=0    x=b±b24ac2a\boxed{ax^2 + bx + c = 0 \implies x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}}
Completed-square form: a ⁣(x+b2a) ⁣2+cb24a=0\text{Completed-square form: } a\!\left(x + \frac{b}{2a}\right)^{\!2} + c - \frac{b^2}{4a} = 0
Discriminant Δ=b24ac\Delta = b^2 - 4acNature of roots
Δ>0\Delta > 0Two distinct real roots
Δ=0\Delta = 0One repeated real root
Δ<0\Delta < 0No real roots

Solution sets for inequalities (assuming roots α<β\alpha < \beta, a>0a > 0):

ax2+bx+c<0    α<x<βax^2+bx+c < 0 \iff \alpha < x < \beta
ax2+bx+c>0    x<α   or   x>βax^2+bx+c > 0 \iff x < \alpha \;\text{ or }\; x > \beta

Worked Examples

Example 1 — Solving by Factorising

Solve 2x27x+3=02x^2 - 7x + 3 = 0.

Step 1. Identify a=2,b=7,c=3a=2,\, b=-7,\, c=3. We need two numbers that multiply to ac=6ac = 6 and add to b=7b = -7: these are 6-6 and 1-1.

Step 2. Split the middle term:

2x26xx+3=02x^2 - 6x - x + 3 = 0

Step 3. Factor by grouping:

2x(x3)1(x3)=0    (2x1)(x3)=02x(x - 3) - 1(x - 3) = 0 \implies (2x - 1)(x - 3) = 0

Step 4. Set each factor to zero:

2x1=0    x=12,x3=0    x=32x - 1 = 0 \implies x = \tfrac{1}{2}, \qquad x - 3 = 0 \implies x = 3
x=12 or x=3\boxed{x = \tfrac{1}{2} \text{ or } x = 3}

Example 2 — Solving by Completing the Square

Solve 3x26x2=03x^2 - 6x - 2 = 0, giving answers in surd form.

Step 1. Divide through by 3:

x22x23=0x^2 - 2x - \tfrac{2}{3} = 0

Step 2. Complete the square on x22xx^2 - 2x:

(x1)2123=0    (x1)2=53\left(x - 1\right)^2 - 1 - \tfrac{2}{3} = 0 \implies (x-1)^2 = \tfrac{5}{3}

Step 3. Take the square root of both sides:

x1=±53=±153x - 1 = \pm\sqrt{\tfrac{5}{3}} = \pm\frac{\sqrt{15}}{3}

Step 4. Solve for xx:

x=1±153\boxed{x = 1 \pm \frac{\sqrt{15}}{3}}

Example 3 — Solving a Quadratic Inequality

Solve x2x6<0x^2 - x - 6 < 0.

Step 1. Solve the equation x2x6=0x^2 - x - 6 = 0:

(x3)(x+2)=0    x=3 or x=2(x-3)(x+2) = 0 \implies x = 3 \text{ or } x = -2

Step 2. Since a=1>0a = 1 > 0 the parabola opens upward, so the quadratic is negative between the roots.

Step 3. Write the solution set:

2<x<3\boxed{-2 < x < 3}

Example 4 — Using the Formula, then an Inequality

Find the set of values of xx for which 2x2+3x4>02x^2 + 3x - 4 > 0.

Step 1. Apply the quadratic formula to 2x2+3x4=02x^2 + 3x - 4 = 0:

x=3±9+324=3±414x = \frac{-3 \pm \sqrt{9 + 32}}{4} = \frac{-3 \pm \sqrt{41}}{4}

So α=34142.35\alpha = \dfrac{-3 - \sqrt{41}}{4} \approx -2.35 and β=3+4140.85\beta = \dfrac{-3+\sqrt{41}}{4} \approx 0.85.

Step 2. Since a=2>0a = 2 > 0 the parabola opens upward, so the quadratic is positive outside the roots:

x<3414orx>3+414\boxed{x < \frac{-3-\sqrt{41}}{4} \quad \text{or} \quad x > \frac{-3+\sqrt{41}}{4}}

Common Mistakes & Examiner Pitfalls

  1. Dividing by xx when solving equations. Writing ax2+bx=0ax^2 + bx = 0 as ax+b=0ax + b = 0 by dividing through by xx loses the root x=0x = 0. Always factorise: x(ax+b)=0x(ax + b) = 0.

  2. Wrong inequality direction when multiplying/dividing by a negative. This applies when rearranging, not when using the parabola method. Use the parabola sketch approach to avoid sign errors entirely.

  3. Using "or\text{or}" instead of "and\text{and}" for the inner region. The solution to x2<9x^2 < 9 is 3<x<3-3 < x < 3 (a single compound inequality), not x<3x < 3 or x>3x > -3.

  4. Forgetting ±\pm when square-rooting. In completing the square, both the positive and negative square root must be taken.

  5. Arithmetic slips in the discriminant. With bb negative, b2b^2 is always positive — take care with signs when computing b24acb^2 - 4ac under exam pressure.

  6. Leaving the answer as two separate equations for an inequality. The final answer must be a set of values (interval notation or inequality notation), not "x=x = \ldots".


Practice Questions

Q1. Solve 6x2+x12=06x^2 + x - 12 = 0 by factorising.

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

Find two numbers multiplying to 6×(12)=726 \times (-12) = -72 and adding to 11: these are 99 and 8-8.

6x2+9x8x12=06x^2 + 9x - 8x - 12 = 0
3x(2x+3)4(2x+3)=03x(2x+3) - 4(2x+3) = 0
(3x4)(2x+3)=0(3x-4)(2x+3) = 0
x=43orx=32x = \tfrac{4}{3} \quad \text{or} \quad x = -\tfrac{3}{2}
</details>

Q2. Solve x2+6x+2=0x^2 + 6x + 2 = 0 by completing the square, leaving your answer in surd form.

<details><summary>Show answer</summary>
(x+3)29+2=0(x+3)^2 - 9 + 2 = 0
(x+3)2=7(x+3)^2 = 7
x+3=±7x + 3 = \pm\sqrt{7}
x=3±7x = -3 \pm \sqrt{7}
</details>

Q3. Use the quadratic formula to solve 3x25x+1=03x^2 - 5x + 1 = 0, giving your answers correct to 3 significant figures.

<details><summary>Show answer</summary>
x=5±25126=5±136x = \frac{5 \pm \sqrt{25 - 12}}{6} = \frac{5 \pm \sqrt{13}}{6}

133.606\sqrt{13} \approx 3.606

x=5+3.60661.43orx=53.60660.232x = \frac{5 + 3.606}{6} \approx 1.43 \quad \text{or} \quad x = \frac{5-3.606}{6} \approx 0.232
</details>

Q4. Find the set of values of xx satisfying x25x4x^2 \leq 5x - 4.

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

Rearrange: x25x+40x^2 - 5x + 4 \leq 0

Factorise: (x1)(x4)0(x-1)(x-4) \leq 0

Roots: x=1x = 1 and x=4x = 4. Since a=1>0a = 1 > 0, the parabola opens upward, so the expression is non-positive between the roots (endpoints included as the inequality is \leq):

1x41 \leq x \leq 4
</details>

Q5. Find the set of values of xx for which 2x27x+3>02x^2 - 7x + 3 > 0.

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

From Example 1, the roots of 2x27x+3=02x^2 - 7x + 3 = 0 are x=12x = \tfrac{1}{2} and x=3x = 3.

Since a=2>0a = 2 > 0, the parabola opens upward, so 2x27x+3>02x^2 - 7x + 3 > 0 outside the roots:

x<12orx>3x < \tfrac{1}{2} \quad \text{or} \quad x > 3
</details>

Connections

Prerequisites you should be confident with:

  • Completing the Square — the algebraic technique used directly in Method 2 and for deriving the quadratic formula.
  • The Discriminant — determines in advance how many real solutions exist, guiding your choice of method.

Topics this directly enables:

  • Quadratic Functions and Graphs — understanding roots as xx-intercepts of y=ax2+bx+cy = ax^2 + bx + c.
  • Simultaneous Equations — solving a linear and quadratic pair leads to a quadratic equation.
  • Functions: Domain and Range — quadratic inequalities define restricted domains.
  • Differentiation Applications — finding intervals where a derivative is positive/negative uses the same inequality technique.

Figures

Graph of y = x^2 - x - 6 showing roots at x = -2 and x = 3, with the parabola shaded below the x-axis between the roots to illustrate the solution to x^2 - x - 6 < 0.
Figure 1: Graph of $y = x^2 - x - 6$. The parabola crosses the $x$-axis at $x = -2$ and $x = 3$. Since $a = 1 > 0$ the curve opens upward, so $y < 0$ (shaded region) for $-2 < x < 3$.
Graph of y = 2x^2 + 3x - 4 showing roots near x = -2.35 and x = 0.85, with the parabola above the x-axis outside the roots, illustrating the solution to 2x^2 + 3x - 4 > 0.
Figure 2: Graph of $y = 2x^2 + 3x - 4$. The parabola crosses the $x$-axis at $x = \frac{-3-\sqrt{41}}{4}$ and $x = \frac{-3+\sqrt{41}}{4}$. Since $a = 2 > 0$ the curve opens upward, so $y > 0$ outside the roots.

Keep learning

Explore CAIE A-Level Mathematics tutoring →

View the full Mathematics syllabus →

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