How do you factor x^3 - 2x^2 - x + 2x32x2x+2 by grouping?

1 Answer
Mar 11, 2018

color(magenta)(=(x-1)(x+1)(x-2)=(x1)(x+1)(x2)

Explanation:

x^3-2x^2-x+2x32x2x+2

=x^3-x-2x^2+2=x3x2x2+2

Grouping the 1^(st1st 22 terms together and the 2^(nd2nd 22 together:

=x(x^2-1)-2(x^2-1)=x(x21)2(x21)

=(x^2-1)(x-2)=(x21)(x2)

Using the identity: a^2-b^2=(a+b)(a-b)a2b2=(a+b)(ab)

=(x^2-1^2)(x-2)=(x212)(x2)

color(magenta)(=(x-1)(x+1)(x-2)=(x1)(x+1)(x2)

color(red)("Alternate Method:-"Alternate Method:-

The above method is an easy on to solve this question. For factorizing other cubic polynomials, the following method can be used:

First, by trial and error method, you can find one factor as follows:

x^3-2x^2-x+2x32x2x+2

When replacing 1,

=>1^3-2xx1^2-1+2132×121+2

=>cancel1-cancel2-cancel1+cancel2

=>0

So, we get (x-1) as factor.

Then by long division, divide (x-1) by (x^3-2x^2-x+2)

You get=>(x-1)(x^2-x-2)

Then you have to factorize it by splitting the middle term method.

=>(x-1)[x^2+x-2x-2]

=>(x-1)[x(x+1)-2(x+1)]

color(magenta)(=>(x-1)(x+1)(x-2)

~Hope this helps! :)