40% off

Early-bird ends 15 Aug, 9am

Lock in £90

Factorising Quadratic Expressions for the TMUA

Updated August 2025

This lesson teaches how to factorise quadratic expressions into two linear brackets. It covers monic and non-monic quadratics as well as the difference of two squares. Mastering these techniques is vital for the TMUA as they allow for solving equations and simplifying complex algebraic fractions quickly.

Core concept

Factorising is the inverse process of expanding brackets. A quadratic expression ax2+bx+cax^2 + bx + c is factorised by finding two linear binomials whose product recovers the original expression, typically in the form (px+q)(rx+s)(px + q)(rx + s).

Factorising Monic Quadratics of the form x2+bx+cx^2 + bx + c

A monic quadratic is one where the coefficient of x2x^2 is 1. Many such expressions can be written as a product of two linear factors with integer coefficients: (x+p)(x+q)(x + p)(x + q). To find the values of pp and qq, we look for two numbers that satisfy two conditions: their sum must be bb and their product must be cc.

Worked Example: x2+17x+72x^2 + 17x + 72

To factorise x2+17x+72x^2 + 17x + 72, we need two numbers pp and qq such that p+q=17p + q = 17 and pq=72pq = 72. By checking factor pairs of 72, we find that 8 and 9 work because 8+9=178 + 9 = 17 and 8×9=728 \times 9 = 72. Therefore, x2+17x+72=(x+8)(x+9)x^2 + 17x + 72 = (x + 8)(x + 9).

Worked Example: x2x72x^2 - x - 72

For x21x72x^2 - 1x - 72, we need a product of 72-72 and a sum of 1-1. The numbers 9-9 and +8+8 satisfy this. Thus, x2x72=(x9)(x+8)x^2 - x - 72 = (x - 9)(x + 8).

The Difference of Two Squares

Expressions in the form x2a2x^2 - a^2 are known as the difference of two squares. They always factorise into the pattern (x+a)(xa)(x + a)(x - a). This occurs because the middle xx term cancels out during expansion (axax=0ax - ax = 0).

Worked Example: x216x^2 - 16

Since 16=4216 = 4^2, we use the identity x242=(x+4)(x4)x^2 - 4^2 = (x + 4)(x - 4). Alternatively, we can view this as x2+0x16x^2 + 0x - 16, seeking a product of 16-16 and a sum of 0, which leads to +4+4 and 4-4.

Worked Example: x23x^2 - 3

This identity can even be applied when the constant is not a perfect square integer. Since 3=(3)23 = (\sqrt{3})^2, we can write x23=(x+3)(x3)x^2 - 3 = (x + \sqrt{3})(x - \sqrt{3}).

Factorising Non Monic Quadratics of the form ax2+bx+cax^2 + bx + c

When the coefficient of x2x^2 is not 1, the process is more involved. We seek to find (px+q)(rx+s)(px + q)(rx + s) such that pr=apr = a, qs=cqs = c, and ps+qr=bps + qr = b.

Method 1: The Table Method

We can systematically test pairs of factors for aa and cc. For 6x2+23x+206x^2 + 23x + 20, we identify a=6,b=23,c=20a=6, b=23, c=20.

Factors for aa (p,rp, r): (6, 1), (1, 6), (2, 3), (3, 2). Factors for cc (q,sq, s): (1, 20), (20, 1), (2, 10), (10, 2), (4, 5), (5, 4).

By testing ps+qrps + qr, we find that the combination p=2,r=3,q=5,s=4p=2, r=3, q=5, s=4 gives (2×4)+(5×3)=8+15=23(2 \times 4) + (5 \times 3) = 8 + 15 = 23. The correct factorisation is (2x+5)(3x+4)(2x + 5)(3x + 4).

Method 2: Splitting the Middle Term

Alternatively, we find two numbers that multiply to give acac (the product of the x2x^2 coefficient and the constant) and add to give bb.

img-23.jpeg

For 6x2+23x+206x^2 + 23x + 20, we need a product of 6×20=1206 \times 20 = 120 and a sum of 23. These numbers are +15+15 and +8+8. We then split the 23x23x term: 6x2+15x+8x+206x^2 + 15x + 8x + 20. Factorise the first two terms and the last two terms separately: 3x(2x+5)+4(2x+5)3x(2x + 5) + 4(2x + 5). Since (2x+5)(2x + 5) is now a common factor, we have (2x+5)(3x+4)(2x + 5)(3x + 4).

Worked Example: 14x2x314x^2 - x - 3

We need two numbers that multiply to 14×3=4214 \times -3 = -42 and add to 1-1. These are 7-7 and +6+6.

img-24.jpeg

14x2+6x7x3=2x(7x+3)1(7x+3)=(7x+3)(2x1)14x^2 + 6x - 7x - 3 = 2x(7x + 3) - 1(7x + 3) = (7x + 3)(2x - 1).

Difference of Two Squares with Coefficients

Quadratic expressions of the form a2x2b2a^2x^2 - b^2 also follow the difference of two squares identity, factorising as (ax+b)(axb)(ax + b)(ax - b).

Worked Example: 16x24916x^2 - 49

Both terms are perfect squares: 16x2=(4x)216x^2 = (4x)^2 and 49=7249 = 7^2. Therefore, 16x249=(4x+7)(4x7)16x^2 - 49 = (4x + 7)(4x - 7).

Key takeaways

  • To factorise x2+bx+cx^2+bx+c, find two numbers with product cc and sum bb.
  • The Difference of Two Squares a2x2b2a^2x^2 - b^2 always factorises as (ax+b)(axb)(ax+b)(ax-b).
  • For non-monic quadratics (ax2+bx+cax^2+bx+c), use the acac method to split the middle term and factorise by grouping.
  • Always check your result by expanding the brackets to see if you recover the original expression.
Tips

In the TMUA, speed is key. Practise recognising factor pairs for common products like 36, 48, 72, and 120. Also, always look for a common numerical factor first (e.g., 2x2+10x+12=2(x2+5x+6)2x^2 + 10x + 12 = 2(x^2 + 5x + 6)) to simplify the expression before factorising the quadratic part.

Cautions

A common mistake in the difference of two squares is forgetting that it only applies to subtraction. An expression like x2+16x^2 + 16 cannot be factorised into real linear factors.

Insight

The ability to factorise a quadratic is directly linked to finding its roots. If a quadratic factorises as (xp)(xq)(x - p)(x - q), then pp and qq are the x-intercepts (roots) of the corresponding parabola y=(xp)(xq)y = (x - p)(x - q).

Worked Examples

Example 1
Which one of the following is a simplification of

2x2(9x24)x3(23x)2 - \frac{x^2(9x^2-4)}{x^3(2-3x)}
A:12x-1 - \frac{2}{x}
B:1+2x-1 + \frac{2}{x}
C:52x5 - \frac{2}{x}
D:5+2x5 + \frac{2}{x}
E:53x5 - \frac{3}{x}
F:5+3x5 + \frac{3}{x}

Practice Questions

Practice Question 1
The expression 3x3+13x2+8x+a3x^3 + 13x^2 + 8x + a, where aa is a constant, has (x+2)(x + 2) as a factor.

Which one of the following is a complete factorisation of the expression?
A:(x+2)(x1)(3x2)(x + 2)(x − 1)(3x – 2)
B:(x+2)(x+1)(3x2)(x + 2)(x + 1)(3x - 2)
C:(x+2)(x+1)(3x+2)(x + 2)(x + 1)(3x + 2)
D:(x+2)(x3)(3x+2)(x + 2)(x − 3)(3x + 2)
E:(x+2)(x+3)(3x2)(x + 2)(x + 3)(3x - 2)
F:(x+2)(x+3)(3x+2)(x + 2)(x + 3)(3x + 2)

Frequently asked questions

What if a quadratic expression cannot be factorised with integers?

Not all quadratics have integer factors. If you cannot find two integers that meet the product and sum requirements, the quadratic may not factorise neatly. In such cases, you might use the quadratic formula or complete the square to find roots, which may involve surds.

Does the order of the brackets matter?

No. Because multiplication is commutative, (x+8)(x+9)(x + 8)(x + 9) is exactly the same as (x+9)(x+8)(x + 9)(x + 8).

How do I handle negative signs in the splitting the middle term method?

Be very careful when factorising a negative out of the second pair of terms. For example, in 2x(7x+3)1(7x+3)2x(7x + 3) - 1(7x + 3), the 1-1 applies to both terms in the original split, so the signs inside the bracket must be consistent to allow for the grouping step.

Ready to test your knowledge?

You've reached the end of this section. Start a practice session to solidify your understanding and master this topic.