How do you solve x^3 - 4x^2 - 11x + 2 = 0?
1 Answer
May 13, 2016
Explanation:
f(x) = x^3-4x^2-11x+2
By the rational root theorem, any rational zeros of
That means that the only possible rational zeros are:
+-1 ,+-2
We find:
f(-2) = -8-16+22+2 = 0
So
x^3-4x^2-11x+2 = (x+2)(x^2-6x+1)
We can factor
x^2-6x+1
=(x-3)^2-9+1
=(x-3)^2-8
=(x-3)^2-(2sqrt(2))^2
=((x-3)-2sqrt(2))((x-3)+2sqrt(2))
=(x-3-2sqrt(2))(x-3+2sqrt(2))
Hence:
x = 3+-2sqrt(2)