When we break down a number into its factors, we express it as a product of smaller numbers. For example, 12 = 2 x 2 x 3. In the same way, algebraic expressions can also be broken down into their factors. The process of expressing an algebraic expression as a product of its factors is called factorisation. Factorisation is the reverse of multiplication: while multiplication combines factors into an expression, factorisation breaks the expression back into factors.
In this chapter we will learn different methods of factorisation: taking out common factors, grouping terms, using the standard identities, and splitting the middle term of quadratic expressions. We will also learn how to divide algebraic expressions using the techniques of cancellation and the division of monomials and polynomials. Factorisation is an essential skill that is used in solving equations, simplifying expressions and in all higher mathematics.
When all the terms of an expression share a common factor, we can take it out. This is called the method of common factors, and it is based on the distributive law ab + ac = a(b + c).
Factorise 6x^2 + 12x. The common factor is 6x. So 6x^2 + 12x = 6x(x + 2).
When an expression has four or more terms and there is no common factor for all of them, we group the terms such that each group has a common factor.
Factorise ab + bc + ad + cd. Group as (ab + bc) + (ad + cd) = b(a + c) + d(a + c) = (a + c)(b + d).
Factorise a^2 - ab - ac + bc. (a^2 - ab) - (ac - bc) = a(a - b) - c(a - b) = (a - b)(a - c).
The standard identities can be used in reverse to factorise expressions.
$$a^2 + 2ab + b^2 = (a + b)^2$$
Example: x^2 + 6x + 9 = (x + 3)^2.
$$a^2 - 2ab + b^2 = (a - b)^2$$
Example: x^2 - 8x + 16 = (x - 4)^2.
$$a^2 - b^2 = (a + b)(a - b)$$
Example: 25x^2 - 9 = (5x + 3)(5x - 3).
To factorise a quadratic of the form x^2 + (a + b)x + ab, we find two numbers p and q such that p + q equals the coefficient of x and p x q equals the constant term. Then we split the middle term.
Factorise x^2 + 5x + 6. We need two numbers whose sum is 5 and product is 6: they are 2 and 3. x^2 + 5x + 6 = x^2 + 2x + 3x + 6 = x(x + 2) + 3(x + 2) = (x + 2)(x + 3).
Divide the coefficients and divide the variables using the laws of exponents. $$14x^4 \div 7x^2 = 2x^2$$
Divide each term of the polynomial by the monomial.
Factorise both the numerator and the denominator, then cancel the common factors.
$$\frac{7x^2 + 14x}{7x} = \frac{7x(x + 2)}{7x} = x + 2$$
| Method | When to use | Example |
|---|---|---|
| Common factor | All terms share a factor | 6x^2 + 12x = 6x(x + 2) |
| Grouping | Four terms, no overall common factor | ab + bc + ad + cd |
| Identity I and II | Perfect square trinomials | x^2 + 6x + 9 = (x + 3)^2 |
| Identity III | Difference of squares | 25x^2 - 9 = (5x + 3)(5x - 3) |
| Splitting the middle term | Quadratic x^2 + px + q | x^2 + 5x + 6 = (x + 2)(x + 3) |
| Type | Rule |
|---|---|
| Monomial / monomial | Divide coefficients and variables |
| Polynomial / monomial | Divide each term separately |
| Polynomial / polynomial | Factorise and cancel common factors |
| Zero divided by anything | Result is zero |
| Anything divided by zero | Not defined |
Consider the problem of factorising the expression 4x^2 - 9y^2. At first glance, this expression has two terms and no common factor, so neither the common factor method nor grouping will help directly. The key is to recognise the pattern of a difference of two squares. Since 4x^2 can be written as (2x)^2 and 9y^2 can be written as (3y)^2, the expression becomes (2x)^2 - (3y)^2. Applying Identity III in reverse, we get (2x + 3y)(2x - 3y). To verify the answer, we multiply the two factors back: (2x + 3y)(2x - 3y) = 4x^2 - 6xy + 6xy - 9y^2 = 4x^2 - 9y^2, which matches the original expression. This check confirms that our factorisation is correct, and it illustrates the general rule that verification by multiplication is always a wise final step.
Now consider a quadratic that requires splitting the middle term, such as x^2 - 7x + 12. We need two numbers whose sum is -7 and whose product is 12. The pairs that multiply to 12 are (1, 12), (2, 6) and (3, 4), and their sums are 13, 8 and 7 respectively. To obtain a sum of -7, both numbers must be negative, so we take -3 and -4, since (-3) + (-4) = -7 and (-3) x (-4) = 12. Splitting the middle term gives x^2 - 3x - 4x + 12. Grouping the first two and the last two terms, we get x(x - 3) - 4(x - 3), which equals (x - 3)(x - 4). Again we can check by multiplying: (x - 3)(x - 4) = x^2 - 4x - 3x + 12 = x^2 - 7x + 12. This approach works whenever the coefficient of x^2 is 1, and with practice the choice of the correct pair of numbers becomes quick and natural.
Factorisation is one of the most important tools of algebra. In this chapter we learnt how to factorise expressions by taking out common factors, by grouping terms, by applying the standard identities in reverse, and by splitting the middle term of quadratics. We also studied how to divide algebraic expressions by factorising and cancelling common factors. These techniques are used everywhere in mathematics - in solving equations, simplifying rational expressions, and in working with polynomials in higher classes. Careful practice of factorisation builds algebraic fluency and confidence that will benefit students throughout their mathematical journey.