Factorising Quadratic Expressions for the ESAT

Updated July 2026

Factorising quadratic expressions is a fundamental requirement for ESAT Mathematics 1. This topic involves rewriting trinomials and binomials as products of linear factors. Proficiency in this area is necessary for solving quadratic equations, simplifying complex algebraic fractions, and identifying key features of quadratic graphs such as intercepts.

Core concept

To factorise a quadratic expression is to write it as a product of two linear factors. For an expression ax2+bx+cax^2 + bx + c, this involves finding coefficients p,q,rp, q, r, and ss such that (px+q)(rx+s)=ax2+bx+c(px + q)(rx + s) = ax^2 + bx + c.

Factorising expressions of the form x2+bx+cx^2 + bx + c

Many quadratic expressions of the form x2+bx+cx^2 + bx + c can be written as the product of two linear expressions with integer coefficients, formatted as (x+p)(x+q)(x + p)(x + q). In this structure, the relationships between the coefficients are defined by b=p+qb = p + q and c=pqc = pq. This means that pp and qq are two numbers whose product equals the constant term cc and whose sum equals the linear coefficient bb.

For example, to factorise x2+5x+6x^2 + 5x + 6, we identify two numbers that multiply to 6 and add to 5. These numbers are 3 and 2, which gives us the factorisation (x+3)(x+2)(x + 3)(x + 2).

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

To factorise x2+17x+72x^2 + 17x + 72, we seek 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 satisfy both conditions 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

In the expression x2x72x^2 - x - 72, the linear coefficient is -1 and the constant term is -72. We need two numbers whose product is -72 and whose sum is -1. The numbers are -9 and +8. Thus, x2x72=(x9)(x+8)x^2 - x - 72 = (x - 9)(x + 8).

The Difference of Two Squares: x2a2x^2 - a^2

Quadratic expressions consisting of one squared term subtracted from another are known as the difference of two squares. These always factorise according to the pattern x2a2=(x+a)(xa)x^2 - a^2 = (x + a)(x - a).

Worked Example: x216x^2 - 16

There are two ways to approach this factorisation:

  1. Treat it as a standard quadratic: x2+0x16x^2 + 0x - 16. We need two numbers with a product of -16 and a sum of 0. These are +4 and -4, leading to (x+4)(x4)(x + 4)(x - 4).
  2. Use the difference of two squares identity: Since 16=4216 = 4^2, we immediately write (x+4)(x4)(x + 4)(x - 4).

Worked Example: x23x^2 - 3

Even if the constant is not a perfect square, we can still use this method by using square roots. Because 3=(3)23 = (\sqrt{3})^2, we can factorise the expression as x23=(x+3)(x3)x^2 - 3 = (x + \sqrt{3})(x - \sqrt{3}).

Factorising expressions of the form ax2+bx+cax^2 + bx + c

When the coefficient of x2x^2 is not 1, the expression can be expressed as (px+q)(rx+s)(px + q)(rx + s). Here, the coefficients must satisfy a=pra = pr, c=qsc = qs, and b=ps+rqb = ps + rq.

Worked Example: 6x2+23x+206x^2 + 23x + 20

Method 1: Systematic Trial

If 6x2+23x+20=(px+q)(rx+s)6x^2 + 23x + 20 = (px + q)(rx + s), we expand the right side to get prx2+(ps+qr)x+qsprx^2 + (ps + qr)x + qs. We must find p,rp, r such that p×r=6p \times r = 6 and q,sq, s such that q×s=20q \times s = 20, while ensuring ps+qr=23ps + qr = 23. Because all terms are positive, we only need to consider positive factors.

Pairs for pr=6pr=6 include (6,1), (1,6), (2,3), and (3,2). Pairs for qs=20qs=20 include (1,20), (20,1), (2,10), (10,2), (4,5), and (5,4). By testing combinations, we find that when p=2,r=3,q=5p=2, r=3, q=5, and s=4s=4, the middle term is 2(4)+5(3)=8+15=232(4) + 5(3) = 8 + 15 = 23. The correct factorisation is (2x+5)(3x+4)(2x + 5)(3x + 4).

Method 2: Splitting the Middle Term

First, multiply the coefficient of x2x^2 by the constant term: 6×20=1206 \times 20 = 120. Now find two numbers that multiply to 120 and add to the linear coefficient, 23.

img-23.jpeg

The numbers are +15 and +8. We split 23x23x into 15x+8x15x + 8x and factorise by grouping:

6x2+15x+8x+20=3x(2x+5)+4(2x+5)6x^2 + 15x + 8x + 20 = 3x(2x + 5) + 4(2x + 5)

Since (2x+5)(2x + 5) is a common factor, we get (2x+5)(3x+4)(2x + 5)(3x + 4).

Worked Example: 14x2x314x^2 - x - 3

Using the splitting method, we multiply 14×3=4214 \times -3 = -42. We need two numbers that multiply to -42 and add to -1.

img-24.jpeg

These numbers are -7 and +6. Split the middle term and factorise:

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

Note that when factorising the second pair, the negative sign outside the bracket is treated as -1. This results in (7x+3)(2x1)(7x + 3)(2x - 1).

The Difference of Two Squares: a2x2b2a^2x^2 - b^2

This pattern extends to cases where the x2x^2 term has a coefficient. The general rule is a2x2b2=(ax+b)(axb)a^2x^2 - b^2 = (ax + b)(ax - b).

Worked Example: 16x24916x^2 - 49

We identify the square roots of both terms: 16x2=4x\sqrt{16x^2} = 4x and 49=7\sqrt{49} = 7. Using the identity, we get 16x249=(4x+7)(4x7)16x^2 - 49 = (4x + 7)(4x - 7).

Key takeaways

  • To factorise x2+bx+cx^2 + bx + c, find two integers that add to bb and multiply to cc.
  • The difference of two squares identity a2b2=(a+b)(ab)a^2 - b^2 = (a + b)(a - b) is vital for simplifying expressions and occurs frequently in ESAT questions.
  • For ax2+bx+cax^2 + bx + c, the method of splitting the middle term requires finding factors of acac that sum to bb.
  • Always check factorisations by expanding the brackets to verify the original expression is recovered.
Tips

When using the splitting the middle term method, it does not matter which order you place the two new terms. For example, 6x2+15x+8x+206x^2 + 15x + 8x + 20 and 6x2+8x+15x+206x^2 + 8x + 15x + 20 will both lead to the same final factorised result.

Cautions

Be careful when factorising by grouping if the second pair of terms starts with a minus sign. For example, in 2x(7x+3)7x32x(7x + 3) - 7x - 3, you must factor out -1 to get 2x(7x+3)1(7x+3)2x(7x + 3) - 1(7x + 3). A common error is failing to change the sign inside the bracket.

Insight

Factorising a quadratic expression f(x)f(x) is equivalent to finding the roots of the equation f(x)=0f(x) = 0. If an expression factorises as (xr1)(xr2)(x - r_1)(x - r_2), then r1r_1 and r2r_2 are the xx intercepts of the graph y=f(x)y = f(x).

Frequently asked questions

What should I do if the constant term in a quadratic is negative?

If the constant term cc is negative, one of your factors (pp or qq) must be positive and the other must be negative. The factor with the larger absolute value will take the sign of the linear coefficient bb.

Does every quadratic expression factorise into integers?

No, not all quadratics factorise with integer coefficients. For the ESAT, if an expression does not factorise easily, you may need to use the quadratic formula or complete the square instead.

How do I factorise a difference of squares involving a non-perfect square like x25x^2 - 5?

You can still use the difference of two squares identity by treating the constant as the square of its square root. Thus, x25=(x+5)(x5)x^2 - 5 = (x + \sqrt{5})(x - \sqrt{5}).

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.