Quadratic Equations: Complete GCSE Guide
Learn how to solve quadratic equations using three methods: factorising, the quadratic formula, and completing the square. This is one of the most important algebra topics for GCSE Maths.
What is a Quadratic Equation?
A quadratic equation is any equation that can be written in the form:
where a ≠ 0
The key feature is the x² term (the "squared" term). Examples include:
- x² + 5x + 6 = 0
- 2x² - 3x - 5 = 0
- x² - 9 = 0 (here b = 0)
Method 1: Solving by Factorising
Factorising is the quickest method when it works. You're looking for two brackets that multiply to give the original quadratic.
Steps to Factorise
Worked Example
Solve x² + 7x + 12 = 0
Find two numbers that multiply to give 12 and add to give 7:
→ 3 × 4 = 12 ✓ and 3 + 4 = 7 ✓
So: (x + 3)(x + 4) = 0
Either x + 3 = 0 → x = -3
Or x + 4 = 0 → x = -4
Method 2: The Quadratic Formula
The quadratic formula works for ALL quadratic equations, even when they don't factorise nicely.
MEMORISE THIS! It's not given in the exam.
Worked Example
Solve 2x² + 5x - 3 = 0
Here: a = 2, b = 5, c = -3
x = (-5 ± √(25 - 4×2×(-3))) / (2×2)
x = (-5 ± √(25 + 24)) / 4
x = (-5 ± √49) / 4
x = (-5 ± 7) / 4
x = 2/4 = 0.5 or x = -12/4 = -3
The part under the square root (b² - 4ac) is called the discriminant:
- If b² - 4ac > 0 → Two different real solutions
- If b² - 4ac = 0 → One repeated solution
- If b² - 4ac < 0 → No real solutions
Method 3: Completing the Square
Completing the square rewrites ax² + bx + c in the form a(x + p)² + q. This is useful for finding the vertex of a parabola and is required for Higher tier.
Steps to Complete the Square
Worked Example
Complete the square for x² + 6x + 5
Half of 6 = 3
= (x + 3)² - 9 + 5
= (x + 3)² - 4
To solve: (x + 3)² = 4
x + 3 = ±2
x = -1 or x = -5
Which Method Should I Use?
- Try factorising first - it's quickest if it works
- Use the formula when factorising doesn't work, or when asked for decimal answers
- Use completing the square when finding the vertex, or when asked specifically
🎯 Ready to Practice?
Test your understanding with our interactive quadratics quiz!
Start Practice Quiz →