- How to factorise quadratics where the coefficient of x2x^2x2 is not 1.
- How to use the “split the middle term” method reliably.
- How to solve quadratic equations once they are factorised.
- How to handle difference of squares and quadratics involving xxx and $y`.
Important vocabulary
- A quadratic expression has a highest power of 2, for example 2x2+7x+32x^2 + 7x + 32x2+7x+3.
- A coefficient is the number multiplying a variable. In ax2+bx+cax^2 + bx + cax2+bx+c, aaa is the coefficient of x2x^2x2, bbb is the coefficient of xxx, and ccc is the constant term.
- Factorising means rewriting an expression as a product of brackets.
- A binomial is an expression with two terms, such as 2x+12x + 12x+1.
Before harder quadratics, remember the simpler case where the coefficient of x2x^2x2 is 1.
For x2+bx+cx^2 + bx + cx2+bx+c, you need two numbers that:
- multiply to make ccc
- add to make $b`
Factorising a simple quadratic
Factorise x2+9x+20x^2 + 9x + 20x2+9x+20.

-
Look for two numbers that multiply to 20 and add to 9.
-
The numbers are 4 and 5.
-
Write the brackets using those numbers:
x2+9x+20=(x+4)(x+5)x^2 + 9x + 20 = (x + 4)(x + 5)x2+9x+20=(x+4)(x+5)
A harder quadratic has a coefficient in front of x2x^2x2, such as 2x22x^22x2, 3x23x^23x2, or $5x^2`.
For these, the safest GCSE method is called splitting the middle term.
The split-the-middle method
For ax2+bx+cax^2 + bx + cax2+bx+c, multiply aaa and ccc. Find two numbers that multiply to acacac and add to bbb. Use those numbers to split the middle term.
For ax2+bx+cax^2 + bx + cax2+bx+c:
- Multiply $a \times c`.
- Find two numbers that multiply to acacac and add to $b`.
- Split the xxx term using those two numbers.
- Factorise by grouping.
- Take out the common bracket.
Factorising a harder quadratic
Factorise 2x2+7x+32x^2 + 7x + 32x2+7x+3.

-
Identify aaa, bbb, and $c`.
a=2,b=7,c=3a = 2,\quad b = 7,\quad c = 3a=2,b=7,c=3
-
Multiply aaa and $c`.
2×3=62 \times 3 = 62×3=6
-
Find two numbers that multiply to 6 and add to 7. They are 6 and 1.
-
Split the middle term:
2x2+7x+3=2x2+6x+x+32x^2 + 7x + 3 = 2x^2 + 6x + x + 32x2+7x+3=2x2+6x+x+3
-
Factorise each pair of terms:
2x(x+3)+1(x+3)2x(x + 3) + 1(x + 3)2x(x+3)+1(x+3)
-
Take out the common bracket:
(2x+1)(x+3)(2x + 1)(x + 3)(2x+1)(x+3)
Quick check
Expand your answer mentally: first terms, outer terms, inner terms, last terms. The middle terms should combine to give the original middle term.
Signs are where many mistakes happen. The multiplying-and-adding rule still works, but you must include negative numbers.
- If ccc is positive and bbb is negative, both split numbers are negative.
- If ccc is negative, one split number is positive and one is negative.
Factorising with a negative constant
Factorise 4x2−11x−34x^2 - 11x - 34x2−11x−3.

-
Multiply the first and last coefficients:
4×(−3)=−124 \times (-3) = -124×(−3)=−12
-
Find two numbers that multiply to -12 and add to -11. They are -12 and 1.
-
Split the middle term:
4x2−11x−3=4x2−12x+x−34x^2 - 11x - 3 = 4x^2 - 12x + x - 34x2−11x−3=4x2−12x+x−3
-
Factorise by grouping:
4x(x−3)+1(x−3)4x(x - 3) + 1(x - 3)4x(x−3)+1(x−3)
-
Take out the common bracket:
(4x+1)(x−3)(4x + 1)(x - 3)(4x+1)(x−3)
Ignoring the sign of the constant
If the constant term is negative, the two split numbers must have opposite signs. For example, multiplying to a negative number means one number is positive and one is negative.
An equation has an equals sign. To solve a quadratic equation by factorising, you first factorise, then use the fact that if two brackets multiply to zero, at least one bracket must be zero.
Zero product property
If AB=0AB = 0AB=0, then A=0A = 0A=0 or B=0B = 0B=0. This is why we set each bracket equal to zero after factorising.
Solving a harder quadratic
Solve 3x2+10x−8=03x^2 + 10x - 8 = 03x2+10x−8=0.

-
Multiply the first and last coefficients:
3×(−8)=−243 \times (-8) = -243×(−8)=−24
-
Find two numbers that multiply to -24 and add to 10. They are 12 and -2.
-
Split and factorise:
3x2+10x−8=3x2+12x−2x−8=3x(x+4)−2(x+4)=(3x−2)(x+4)\begin{aligned}
3x^2 + 10x - 8 &= 3x^2 + 12x - 2x - 8 \\
&= 3x(x + 4) - 2(x + 4) \\
&= (3x - 2)(x + 4)
\end{aligned}3x2+10x−8=3x2+12x−2x−8=3x(x+4)−2(x+4)=(3x−2)(x+4)
-
Set each bracket equal to zero:
3x−2=0orx+4=03x - 2 = 0 \quad \text{or} \quad x + 4 = 03x−2=0orx+4=0
-
Solve each linear equation:
x=23orx=−4x = \frac{2}{3} \quad \text{or} \quad x = -4x=32orx=−4
Sometimes the first thing to do is take out a common factor: a number or variable that divides every term.
“Factorise fully” means keep factorising until you cannot factorise any further.
A useful identity is:
A2−B2=(A−B)(A+B)A^2 - B^2 = (A - B)(A + B)A2−B2=(A−B)(A+B)
This is called the difference of two squares.
Taking out a common factor first
Factorise fully 3x2−753x^2 - 753x2−75.

-
Take out the common factor of 3:
3x2−75=3(x2−25)3x^2 - 75 = 3(x^2 - 25)3x2−75=3(x2−25)
-
Notice that x2−25x^2 - 25x2−25 is a difference of squares:
x2−25=x2−52x^2 - 25 = x^2 - 5^2x2−25=x2−52
-
Factorise the difference of squares:
3(x2−25)=3(x−5)(x+5)3(x^2 - 25) = 3(x - 5)(x + 5)3(x2−25)=3(x−5)(x+5)
Common factor first
If every term shares a factor, take it out before using any other method. This makes the numbers smaller and avoids missing marks for not factorising fully.
Some quadratics contain terms like xyxyxy and $y^2`. You can still use the same split-the-middle method.
Think of the middle term as the “xyxyxy term” instead of just the “xxx term”.
Factorising a quadratic with two variables
Factorise 2x2+11xy+5y22x^2 + 11xy + 5y^22x2+11xy+5y2.

-
Multiply the coefficient of x2x^2x2 by the coefficient of $y^2`:
2×5=102 \times 5 = 102×5=10
-
Find two numbers that multiply to 10 and add to 11. They are 10 and 1.
-
Split the middle term:
2x2+11xy+5y2=2x2+10xy+xy+5y22x^2 + 11xy + 5y^2 = 2x^2 + 10xy + xy + 5y^22x2+11xy+5y2=2x2+10xy+xy+5y2
-
Factorise by grouping:
2x(x+5y)+y(x+5y)2x(x + 5y) + y(x + 5y)2x(x+5y)+y(x+5y)
-
Take out the common bracket:
(2x+y)(x+5y)(2x + y)(x + 5y)(2x+y)(x+5y)
A perfect-square quadratic factorises into two identical brackets.
For example, x2+6xy+9y2x^2 + 6xy + 9y^2x2+6xy+9y2 has:
- first term $x^2`
- last term $(3y)^2`
- middle term $2 \times x \times 3y`
Spotting identical brackets
Factorise x2−8xy+16y2x^2 - 8xy + 16y^2x2−8xy+16y2.

-
Recognise the square terms:
x2=x2,16y2=(4y)2x^2 = x^2,\quad 16y^2 = (4y)^2x2=x2,16y2=(4y)2
-
Check the middle term:
2×x×4y=8xy2 \times x \times 4y = 8xy2×x×4y=8xy
-
Because the middle term is negative, use minus signs:
x2−8xy+16y2=(x−4y)2x^2 - 8xy + 16y^2 = (x - 4y)^2x2−8xy+16y2=(x−4y)2
In the exam
-
First check for a common factor, especially when the question says “factorise fully”.
-
For ax2+bx+c‘,multiplyax^2 + bx + c`, multiply ax2+bx+c‘,multiplyaandandandc, then find two numbers that multiply to $ac$ and add to $b.
-
If the question says “solve”, do not stop at factorising: set each bracket equal to zero and find the values of $x`.
Check yourself
- Can you explain why 2x2+7x+32x^2 + 7x + 32x2+7x+3 splits into 2x2+6x+x+32x^2 + 6x + x + 32x2+6x+x+3?
- When the constant term is negative, what must be true about the signs of the two split numbers?
- What is the first thing you should check before factorising fully?