How do you solve x^3 - 2x^2 - 5x + 6 = 0?x32x25x+6=0??

1 Answer
Jul 28, 2015

First observe that the sum of the coefficients is 00, so x=1x=1 is a root. Then divide by (x-1)(x1) to get a quadratic that is easier to factor and thus solve to find two other roots x=3x=3 and x=-2x=2.

Explanation:

Let f(x) = x^3-2x^2-5x+6f(x)=x32x25x+6

First note that the sum of the coefficients is 00, so x=1x=1 is a zero of f(x)f(x)...

f(1) = 1-2-5+6 = 0f(1)=125+6=0

Divide f(x)f(x) by (x-1)(x1) to find:

f(x) = x^3-2x^2-5x+6 = (x-1)(x^2-x-6)f(x)=x32x25x+6=(x1)(x2x6)

Then x^2-x-6 = (x-3)(x+2)x2x6=(x3)(x+2)

So the other two roots of f(x) = 0f(x)=0 are x=3x=3 and x=-2x=2

Alternatively, use the rational roots theorem to know that any rational roots of f(x) = 0f(x)=0 must be of the form p/qpq where pp, qq are integers, q != 0q0, pp a factor of the constant term 66 and qq a factor of the coefficient 11 of the term (x^3x3) of highest degree. So the only possible rational roots are:

+-1±1, +-2±2, +-3±3 and +-6±6

Try each to find f(1) = 0f(1)=0, f(-2) = 0f(2)=0 and f(3) = 0f(3)=0.