What are the zeroes of #f(x) = x^4 – x^3 + 7x^2 – 9x – 18#?
1 Answer
Nov 28, 2015
Explanation:
First notice that by reversing the signs of the coefficients of the terms with odd degree, the sum is zero. So
#f(-1) = 1+1+7+9-18 = 0#
and
#x^4-x^3+7x^2-9x-18#
#=(x+1)(x^3-2x^2+9x-18)#
then factor by grouping...
#=(x+1)((x^3-2x^2)+(9x-18))#
#=(x+1)(x^2(x-2)+9(x-2))#
#=(x+1)(x^2+9)(x-2)#
then take square root of
#=(x+1)(x-3i)(x+3i)(x-2)#
So the zeros are