What are all the possible rational zeros for #f(x)=x^4-3x^3-6x^2+6x+8# and how do you find all zeros?

1 Answer
Nov 14, 2016

The "possible" rational zeros are: #+-1#, #+-2#, #+-4#, #+-8#

The actual zeros are: #-1#, #4#, #+-sqrt(2)#

Explanation:

#f(x) = x^4-3x^3-6x^2+6x+8#

By the rational root theorem, any rational zeros of #f(x)# are expressible in the form #p/q# for integers #p, q# with #p# a divisor of the constant term #8# and #q# a divisor of the coefficient #1# of the leading term.

That means that the only possible rational zeros are:

#+-1, +-2, +-4, +-8#

We find:

#f(-1) = 1+3-6-6+8 = 0#

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

#x^4-3x^3-6x^2+6x+8 = (x+1)(x^3-4x^2-2x+8)#

Notice that the ratio between the first and second terms of the remaining cubic is the same as that between the third and fourth terms. So this cubic will factor by grouping:

#x^3-4x^2-2x+8 = (x^3-4x^2)-(2x-8)#

#color(white)(x^3-4x^2-2x+8) = x^2(x-4)-2(x-4)#

#color(white)(x^3-4x^2-2x+8) = (x^2-2)(x-4)#

Finally we can factor the quadratic as a difference of squares:

#x^2-2 = x^2-(sqrt(2))^2 = (x-sqrt(2))(x+sqrt(2))#

So the zeros are: #-1#, #4#, #+-sqrt(2)#