Factorising
In a nutshell
Factorising is the inverse process of expanding brackets. Factorising helps you to find the roots of equations and they offer an alternative, sometimes more useful, way to write expressions.
Factorising a linear expression
To factorise a linear expression, find all common factors between each term and factor them out. As a result, divide each term by these factors. Write the result inside brackets, with the factored out factors sitting before the brackets.
Example 1
Factorise fully 4x+32.
There is a common factor of 4 between these terms. Hence:
4x+32=4(x+8)
This method can work with non-linear expressions.
Example 2
Factorise fully 5x3y2−10xy3+20xy2.
Each term has a common factor of 5xy2. Hence the factorised form is:
5x3y2−10xy3+20xy2=5xy2(x2−2y+4)
This is fully factorised since there are no more common factors between the terms.
Factorising a quadratic expression
PROCEDURE
1. | Ensure the quadratic is in the form ax2+bx+c and identify a,b and c |
2. | Set up the answer with two brackets, as follows (Ax+B)(Cx+D) |
3. | Find two numbers A and C which multiply to give a, and also two numbers B and D that multiply to give c such that when the brackets are expanded, AC and BD add to give b |
4. | Fill these numbers in the double brackets |
Example 3
Factorise fully x2+12x+20.
You have that a=1, b=12 and c=20. Set up the factorisation:
x2+12x+20=(Ax+B)(Cx+D)
Since a=1, you have that AC=1. Set A=C=1. x2+12x+20=(x+B)(x+D)
Now seek a B and D such that B+D=12 and BD=20. You can use B=2 and D=10:
x2+12x+20=(x+2)(x+10)
This is the fully factorised form.
There are some notable product that can help with factorisation:
- (a+b)2=a2+2ab+b2
- (a−b)2=a2−2ab+b2
- (a+b)(a−b)=a2−b2
Example 4
Factorise this expression as far as possible: 4x2−9y2.
This is similar to one of the notable products: a2−b2=(a+b)(a−b). Equate a2=4x2 and b2=9y2, therefore a=2x and b=3y.
Now write your factorised expression:
4x2−9y2=(2x+3y)(2x−3y)
Factorising simple cubic expressions
Some cubic expressions can be factorised partially, leaving an expression you already know how to factorise.
Example 5
Factorise this expression as far as possible: x3+3x2−10x.
First, extract the common factor x.
x3+3x2−10x=x(x2+3x−10)
Now you have a quadratic expression. Factorising this can be done by looking for two numbers that add to three and multiply to minus ten. The numbers minus five and two do this:
Therefore x3+3x2−10=x(x−5)(x+2)