Revision notes for AQA GCSE Maths Solving Quadratics. Open the guide for explanations and worked examples. Written against the AQA GCSE Maths (8300) specification, so the content matches what's examinable rather than general Maths background.
Revision notes for AQA GCSE Maths Solving Quadratics. Open the guide for explanations and worked examples. Written against the AQA GCSE Maths (8300) specification, so the content matches what's examinable rather than general Maths background.
A quadratic is an expression or equation where the highest power of the variable is squared, such as x2x^2x2 or a2a^2a2.
Quadratic
A quadratic expression has a squared term as its highest power, for example x2+5x+6x^2+5x+6x2+5x+6. A quadratic equation sets a quadratic expression equal to something, often zero, for example x2+5x+6=0x^2+5x+6=0x2+5x+6=0.

In this topic, you will mostly see quadratics where the squared term is just x2x^2x2, a2a^2a2, y2y^2y2, and so on, with no number in front.
Spotting the parts of a quadratic

The squared term is t2t^2t2, so it is a quadratic.
The ttt-term is 8t8t8t. The coefficient of ttt is 8.
The constant term is 15, because it has no variable attached to it.
Before solving, you need to be confident with factorising.
Factorise
To factorise means to rewrite an expression as a product of brackets. For example, x2+7x+12x^2+7x+12x2+7x+12 can be written as (x+3)(x+4)(x+3)(x+4)(x+3)(x+4).

Expanding goes from brackets to a quadratic. Factorising goes the other way.
Checking by expanding brackets

Multiply each part carefully: first terms, outside terms, inside terms, then last terms.
Write the expansion:
(x+2)(x+5)=x2+5x+2x+10(x+2)(x+5)=x^2+5x+2x+10(x+2)(x+5)=x2+5x+2x+10Collect the like terms:
x2+5x+2x+10=x2+7x+10x^2+5x+2x+10=x^2+7x+10x2+5x+2x+10=x2+7x+10The reverse pattern
If (x+2)(x+5)=x2+7x+10(x+2)(x+5)=x^2+7x+10(x+2)(x+5)=x2+7x+10, then x2+7x+10x^2+7x+10x2+7x+10 factorises to (x+2)(x+5)(x+2)(x+5)(x+2)(x+5).
For quadratics like x2+bx+cx^2+bx+cx2+bx+c, you are looking for two numbers that:
Factorising with two positive signs

Find two numbers that multiply to 8 and add to 6. The pair is 2 and 4.
Put those numbers into brackets with xxx:
x2+6x+8=(x+2)(x+4)x^2+6x+8=(x+2)(x+4)x2+6x+8=(x+2)(x+4)Check the middle term: 2x+4x=6x2x+4x=6x2x+4x=6x, so the factorisation works.
Only checking the multiply part
For x2+6x+8x^2+6x+8x2+6x+8, the numbers must multiply to 8 and add to 6. The pair 1 and 8 multiplies to 8, but adds to 9, so it is not correct.
The signs in the brackets matter.

If the constant term is positive, the signs are the same:
If the constant term is negative, the signs are different.
Factorising when both signs are negative
Factorise a2−9a+18a^2-9a+18a2−9a+18.
The constant term is positive 18, so the bracket signs are the same.
The middle term is negative, so both signs must be negative.
Find two numbers that multiply to 18 and add to 9. The pair is 3 and 6.
Write the brackets:
a2−9a+18=(a−3)(a−6)a^2-9a+18=(a-3)(a-6)a2−9a+18=(a−3)(a−6)Factorising when the signs are different

The constant term is negative, so the bracket signs are different.
Find two numbers that multiply to 30 and have a difference of 1. The pair is 6 and 5.
The middle term is positive, so the larger number must be positive:
y2+y−30=(y+6)(y−5)y^2+y-30=(y+6)(y-5)y2+y−30=(y+6)(y−5)Quick sign check
After writing the brackets, mentally expand the outside and inside terms. They should combine to give the middle term.
Once the quadratic is factorised, solving is quite quick.
Zero product rule
If two things multiply to make zero, at least one of them must be zero. So if (x+4)(x−3)=0(x+4)(x-3)=0(x+4)(x−3)=0, then x+4=0x+4=0x+4=0 or x−3=0x-3=0x−3=0.

The answers to a quadratic equation are called its solutions or roots.
Solving a factorised quadratic
Solve n2+n−42=0n^2+n-42=0n2+n−42=0.
Factorise the left-hand side:
n2+n−42=(n+7)(n−6)n^2+n-42=(n+7)(n-6)n2+n−42=(n+7)(n−6)Rewrite the equation:
(n+7)(n−6)=0(n+7)(n-6)=0(n+7)(n−6)=0Set each bracket equal to zero:
n+7=0orn−6=0n+7=0 \quad \text{or} \quad n-6=0n+7=0orn−6=0Solve each small equation:
n=−7orn=6n=-7 \quad \text{or} \quad n=6n=−7orn=6Giving only one answer
Most factorising quadratics have two solutions. Do not stop after the first bracket; set both brackets equal to zero.
Some questions ask you to factorise in part (a), then solve in part (b). The solving part uses the factorisation you have already found.
Factorise, then solve
Factorise r2−5r−14r^2-5r-14r2−5r−14.
Find two numbers that multiply to negative 14 and add to negative 5. The numbers are negative 7 and positive 2.
Write the factorisation:
r2−5r−14=(r−7)(r+2)r^2-5r-14=(r-7)(r+2)r2−5r−14=(r−7)(r+2)Now solve r2−5r−14=0r^2-5r-14=0r2−5r−14=0 by using the brackets:
(r−7)(r+2)=0(r-7)(r+2)=0(r−7)(r+2)=0Set each bracket equal to zero:
r−7=0orr+2=0r-7=0 \quad \text{or} \quad r+2=0r−7=0orr+2=0Give both solutions:
r=7orr=−2r=7 \quad \text{or} \quad r=-2r=7orr=−2In the exam
Make sure the equation is in the form x2+bx+c=0x^2+bx+c=0x2+bx+c=0 before solving.
Find two numbers that multiply to the constant term and add to the xxx coefficient.
Write two brackets, set each bracket equal to zero, and give both solutions.
Check your signs by quickly expanding the brackets in your head.
Check yourself
Can you factorise x2+9x+20x^2+9x+20x2+9x+20 into two brackets?
If (x−4)(x+6)=0(x-4)(x+6)=0(x−4)(x+6)=0, why are there two possible solutions?
For m2−m−30=0m^2-m-30=0m2−m−30=0, how do you know the bracket signs must be different?
Test yourself with 5 quick questions on this guide. Answer them all correctly to complete it.
Test yourself on this topic, or move on to the next guide.
How was this guide?