How do you find all the zeros of f(x)=x4+5x3+5x25x6?

1 Answer
Mar 15, 2016

Look at coefficient sums and divide by the factors found to simplify the problem and find zeros:

x=1, x=1, x=2 and x=3

Explanation:

First note that the sum of the coefficients is zero.

That is: 1+5+556=0

So f(1)=0 and (x1) is a factor:

x4+5x3+5x25x6=(x1)(x3+6x2+11x+6)

Next note the if you reverse the signs of the terms of the remaining cubic factor with odd degree then the sum of the coefficients is zero.

That is 1+611+6=0

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

x3+6x2+11x+6=(x+1)(x2+5x+6)

Then note that 2+3=5 and 2×3=6, so the remaining quadratic factor factorises as follows:

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

Putting this all together, we find:

f(x)=(x1)(x+1)(x+2)(x+3)

with zeros x=1, x=1, x=2 and x=3