How can you factorise expressions with power 3 or higher?

The key to factoring big and complicated expressions into simpler forms is to remember the factor theorem. The factor theorem says that if we plug a number k into our expression and it comes out as 0, then k must be a root (so we can factor out (x-k)). For example, say we want to factorise:x4+ 3x3+ x2- 3x - 2We'll start by plugging in some vaules for x:x=1 leads to 14+313+12-31-2 = 0 so 1 must be a root of our expression.Now we should try to take out a factor of (x-1) from the above expression. The key here is to compare coefficients to see what we need:x4+ 3x3+ x2- 3x - 2 = (x-1)(ax3+bx2+cx+d) Expanding this gives:= ax4+bx3+cx2+dx - ax3-bx2-cx-d =ax4+x3(b-a) + x2(c-b) + x(d-c) - dWe can compare the coefficients of our x4, x3, x2, x, and constant terms to get a series of simaltaneous equations:-d=-2, d-c = -3, c-b = 1, b-a = 3, a=1Solving these gives a=1, b=4, c=5, d=2, so:x4+ 3x3+ x2- 3x - 2 = (x-1)(x3+4x2+5x+2)We can repeat the process to factorise x3+4x2+5x+2, and carry on until we end up with the form:x4+ 3x3+ x2- 3x - 2 = (x-1)(x+2)(x+1)2

CD

Related Maths A Level answers

All answers ▸

A curve has the equation, 6x^2 +3xy−y^2 +6=0 and passes through the point A (-5, 10). Find the equation of the normal to the curve at A.


Using the limit definition of the derivative, find the derivative of f(x)=sin(3x) at x=2π


Curves C1 and C2 have equations y= ln(4x-7)+18 and y= a(x^2 +b)^1/2 respectively, where a and b are positive constants. The point P lies on both curves and has x-coordinate 2. It is given that the gradient of C1 at P is equal to the gradient of C2 at P.


Differentiate 6x^2+2x+1 by first principles, showing every step in the process.