Quadratic Equations
The Skill
A quadratic equation has the form $ax^2 + bx + c = 0$ where $a \neq 0$.
Solving by Factorising
If you can factorise the quadratic, set each bracket equal to zero.
$$x^2 + 5x + 6 = 0$$ $$(x + 2)(x + 3) = 0$$
Either $x + 2 = 0$ → $x = -2$ Or $x + 3 = 0$ → $x = -3$
The Quadratic Formula (Higher)
When you can't factorise, use:
$$x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}$$
Example: Solve $2x^2 + 5x - 3 = 0$
Here $a = 2$, $b = 5$, $c = -3$
$$x = \frac{-5 \pm \sqrt{25 + 24}}{4} = \frac{-5 \pm 7}{4}$$
So $x = \frac{2}{4} = 0.5$ or $x = \frac{-12}{4} = -3$
Completing the Square (Higher)
Write $x^2 + bx + c$ in the form $(x + p)^2 + q$
$$x^2 + 6x + 5 = (x + 3)^2 - 9 + 5 = (x + 3)^2 - 4$$
Key Points
- Quadratics have at most 2 solutions
- Always check by substituting back
- The formula always works; factorising is quicker when possible
- Look for common factors first: $2x^2 + 4x = 0$ → $2x(x + 2) = 0$
The Traps
Common misconceptions and how to avoid them.
Dividing by x and losing a solution "The Vanishing Root"
The Mistake in Action
Solve $x^2 = 5x$
Wrong: Divide both sides by $x$: $x = 5$
Why It Happens
Students divide both sides by $x$, not realising that $x = 0$ is also a valid solution. Dividing by a variable can "lose" solutions.
The Fix
Never divide by the variable — it might be zero!
Instead, rearrange and factorise: $$x^2 = 5x$$ $$x^2 - 5x = 0$$ $$x(x - 5) = 0$$ $$x = 0 \text{ or } x = 5$$
You had two solutions, but dividing by $x$ lost the $x = 0$ case.
Spot the Mistake
Solve $x^2 = 5x$
Divide both sides by $x$: $x = 5$
Click on the line that contains the error.
Only giving one solution to a quadratic "The Missing Root"
The Mistake in Action
Solve $x^2 - 9 = 0$
Wrong: $x^2 = 9$ $x = 3$
Why It Happens
Students find one square root and stop. They forget that both positive and negative values square to give a positive result.
The Fix
When you take a square root, always consider both the positive and negative roots.
$x^2 = 9$ $x = \pm\sqrt{9}$ $x = 3$ or $x = -3$
Check: $3^2 = 9$ ✓ and $(-3)^2 = 9$ ✓
Memory aid: "Square roots come in pairs — positive and negative!"
Spot the Mistake
$x^2 - 9 = 0$
$x^2 = 9$
$x = 3$
Click on the line that contains the error.
Sign errors in the quadratic formula "The Formula Fumble"
The Mistake in Action
Solve $x^2 - 4x - 5 = 0$ using the quadratic formula.
Wrong: $a = 1, b = 4, c = -5$ $x = \frac{-4 \pm \sqrt{16 + 20}}{2}$
Why It Happens
Students misread the coefficient $b$ when the term is negative. In $x^2 - 4x - 5$, we have $b = -4$, not $b = 4$.
The Fix
Write out $a$, $b$, $c$ carefully, including signs.
For $x^2 - 4x - 5 = 0$:
- $a = 1$
- $b = -4$ (the coefficient of $x$, including the negative)
- $c = -5$
$$x = \frac{-(-4) \pm \sqrt{(-4)^2 - 4(1)(-5)}}{2(1)}$$ $$x = \frac{4 \pm \sqrt{16 + 20}}{2} = \frac{4 \pm 6}{2}$$ $$x = 5 \text{ or } x = -1$$
Spot the Mistake
For $x^2 - 4x - 5 = 0$:
$a = 1, b = 4, c = -5$
$x = \frac{-4 \pm \sqrt{16+20}}{2}$
Click on the line that contains the error.
Solving without setting equal to zero first "The Zero Forgetter"
The Mistake in Action
Solve $x^2 + 3x = 10$
Wrong: $x(x + 3) = 10$ So $x = 10$ or $x + 3 = 10$, giving $x = 7$
Why It Happens
Students try to factorise before rearranging to equal zero. They wrongly apply the "if $ab = 0$ then $a = 0$ or $b = 0$" rule to non-zero products.
The Fix
The zero product rule only works when the product equals zero.
Correct method: $$x^2 + 3x = 10$$ $$x^2 + 3x - 10 = 0$$ $$(x + 5)(x - 2) = 0$$ $$x = -5 \text{ or } x = 2$$
Check: $(-5)^2 + 3(-5) = 25 - 15 = 10$ ✓
Spot the Mistake
Solve $x^2 + 3x = 10$
$x(x + 3) = 10$
$x = 10$ or $x = 7$
Click on the line that contains the error.
The Deep Dive
Apply your knowledge with these exam-style problems.
Level 1: Fully Worked
Complete solutions with commentary on each step.
Question
Solve $x^2 + 7x + 12 = 0$
Solution
Step 1: Find two numbers that multiply to give 12 and add to give 7.
Factors of 12: 1 × 12, 2 × 6, 3 × 4 Which pair adds to 7? → 3 and 4
Step 2: Write in factorised form. $$x^2 + 7x + 12 = (x + 3)(x + 4) = 0$$
Step 3: Set each bracket equal to zero. $x + 3 = 0$ → $x = -3$ $x + 4 = 0$ → $x = -4$
Check: $(-3)^2 + 7(-3) + 12 = 9 - 21 + 12 = 0$ ✓
Answer: $x = -3$ or $x = -4$
Question
Solve $x^2 - 2x - 15 = 0$
Solution
Step 1: Find two numbers that multiply to give $-15$ and add to give $-2$.
Since the product is negative, one number is positive and one is negative. Factors of 15: 1 × 15, 3 × 5
Which pair gives a difference of 2? → 3 and 5 Since the sum is $-2$, we need $-5$ and $+3$.
Step 2: Factorise. $$x^2 - 2x - 15 = (x - 5)(x + 3) = 0$$
Step 3: Solve. $x - 5 = 0$ → $x = 5$ $x + 3 = 0$ → $x = -3$
Answer: $x = 5$ or $x = -3$
Question
Solve $x^2 - 49 = 0$
Solution
This is a difference of two squares: $a^2 - b^2 = (a+b)(a-b)$
$$x^2 - 49 = x^2 - 7^2 = (x + 7)(x - 7) = 0$$
$x + 7 = 0$ → $x = -7$ $x - 7 = 0$ → $x = 7$
Alternative method: $x^2 = 49$ $x = \pm\sqrt{49} = \pm 7$
Answer: $x = 7$ or $x = -7$
Question
Write $x^2 + 8x + 10$ in the form $(x + a)^2 + b$
Solution
Step 1: Halve the coefficient of $x$. $$\frac{8}{2} = 4$$
So our bracket starts $(x + 4)^2$
Step 2: Expand $(x + 4)^2$ to see what we have. $$(x + 4)^2 = x^2 + 8x + 16$$
Step 3: Adjust to match the original. We have $x^2 + 8x + 16$ but we need $x^2 + 8x + 10$. We need to subtract 6.
$$x^2 + 8x + 10 = (x + 4)^2 - 6$$
Answer: $(x + 4)^2 - 6$
Check: $(x + 4)^2 - 6 = x^2 + 8x + 16 - 6 = x^2 + 8x + 10$ ✓
Level 2: Scaffolded
Fill in the key steps.
Question
Solve $2x^2 + 3x - 2 = 0$ using the quadratic formula.
Level 3: Solo
Try it yourself!
Question
The length of a rectangle is 3 cm more than its width. The area is 40 cm². Find the dimensions of the rectangle.
Show Solution
Let width = $x$ cm Then length = $(x + 3)$ cm
Area = length × width: $$x(x + 3) = 40$$ $$x^2 + 3x = 40$$ $$x^2 + 3x - 40 = 0$$
Find factors of $-40$ that add to $3$: $8$ and $-5$ $$(x + 8)(x - 5) = 0$$ $$x = -8 \text{ or } x = 5$$
Since width must be positive, $x = 5$
Width = 5 cm, Length = 8 cm
Check: $5 \times 8 = 40$ cm² ✓
Answer: Width = 5 cm, Length = 8 cm
Examiner's View
Mark allocation:
- Factorising and solving: 3 marks
- Quadratic formula: 3-4 marks
- Completing the square: 3-4 marks
Common errors examiners see:
- Forgetting to set the equation equal to zero first
- Sign errors in factorising
- Arithmetic errors in the formula (especially under the square root)
- Only giving one solution when there are two
- Not simplifying the final answers
What gains marks:
- Showing the factorised form before solving
- Writing both solutions clearly
- Checking at least one solution
AQA Notes
AQA often asks you to solve by factorising, then by formula — comparing methods.