How do you find all the zeros of f(x)=x^4+5x^3+5x^2-5x-6f(x)=x4+5x3+5x25x6?

1 Answer
Jul 9, 2016

Find zeros: x=1x=1, x=-1x=1, x=-2x=2 and x=-3x=3

Explanation:

f(x)=x^4+5x^3+5x^2-5x-6f(x)=x4+5x3+5x25x6

First note that the sum of the coefficients is 00. That is:

1+5+5-5-6 = 01+5+556=0

So f(1) = 0f(1)=0, x=1x=1 is a zero and (x-1)(x1) a factor:

x^4+5x^3+5x^2-5x-6 = (x-1)(x^3+6x^2+11x+6)x4+5x3+5x25x6=(x1)(x3+6x2+11x+6)

Next note that if you reverse the signs of the coefficients of odd degree in the remaining cubic, then the sum is 00. That is:

-1+6-11+6 = 01+611+6=0

Hence x=-1x=1 is a zero and (x+1)(x+1) a factor:

x^3+6x^2+11x+6 = (x+1)(x^2+5x+6)x3+6x2+11x+6=(x+1)(x2+5x+6)

To factor the remaining quadratic, note that 2+3 = 52+3=5 and 2xx3=62×3=6.

Hence:

x^2+5x+6 = (x+2)(x+3)x2+5x+6=(x+2)(x+3)

giving zeros x=-2x=2 and x=-3x=3