What are all the zeroes of f(x)= x^3 -4x^2 +6x - 4?
1 Answer
Explanation:
Given:
f(x) = x^3-4x^2+6x-4
Rational root theorem
By the rational root theorem any rational zeros of
That means that the only possible rational zeros are:
+-1, +-2, +-4
Descartes' Rule of Signs
The pattern of signs of the coefficients of
The pattern of signs of the coefficients of
So the only possible rational zeros are the positive ones:
1, 2, 4
We find:
f(2) = 8-16+12-4 = 0
So
x^3-4x^2+6x-4 = (x-2)(x^2-2x+2)
The zeros of the remaining quadratic are non-real complex, but we can find them by completing the square:
x^2-2x+2 = x^2-2x+1+1
color(white)(x^2-2x+2) = (x-1)^2-i^2
color(white)(x^2-2x+2) = ((x-1)-i)((x-1)+i)
color(white)(x^2-2x+2) = (x-1-i)(x-1+i)
So the remaining zeros are:
x = 1+-i