How do you find the rational roots of #x^4+8x^3+7x^2-40x-60=0#?

1 Answer
Jul 23, 2017

The rational roots are: #-2# and #-6#

It also has irrational roots: #+-sqrt(5)#

Explanation:

Given:

#x^4+8x^3+7x^2-40x-60=0#

Let:

#f(x) = x^4+8x^3+7x^2-40x-60#

#color(white)()#
Rational roots theorem

By the rational roots theorem, any rational zeros of this quartic must be expressible in the form #p/q# for integers #p, q# with #p# a divisor of the constant term #-60# and #q# a divisor of the coefficient #1# of the leading term.

That means that the only possible rational roots are:

#+-1, +-2, +-3, +-4, +-5, +-6, +-10, +-12, +-15, +-20, +-30, +-60#

#color(white)()#
Descartes' Rule of Signs

The pattern of signs of the coefficients of #f(x)# is #+ + + - -#. With one change of sign, we can tell that #f(x)# has one positive real zero.

The pattern of signs of the coefficients of #f(-x)# is #+ - + + -#. With three changes of sign, we can tell that #f(x)# has #3# or #1# negative real zeros.

#color(white)()#
Given that there is at least one and possibly three negative real zeros, let us try the possible negative rational zeros first:

#f(-1) = 1-8+7+40-60 = -20#

#f(-2) = 16-64+28+80-60 = 0#

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

#x^4+8x^3+7x^2-40x-60 = (x+2)(x^3+6x^2-5x-30)#

Note 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+6x^2-5x-30 = (x^3+6x^2)-(5x+30)#

#color(white)(x^3+6x^2-5x-30) = x^2(x+6)-5(x+6)#

#color(white)(x^3+6x^2-5x-30) = (x^2-5)(x+6)#

#color(white)(x^3+6x^2-5x-30) = (x^2-(sqrt(5))^2)(x+6)#

#color(white)(x^3+6x^2-5x-30) = (x-sqrt(5))(x+sqrt(5))(x+6)#

Hence the remaining rational zero is #x=-6# and there are two irrational zeros: #x = +-sqrt(5)#.