How do you use the rational root theorem to list all possible roots for #36x^3+144x^2-x-4=0#?

2 Answers
Nov 7, 2016

#(x+4)(6x-1)(6x+1)=0#
Rational roots:
#x=-4,x=+-1/6#

Nov 9, 2016

The rational root theorem gives you possible rational roots:

#+-1/36, +-1/18, +-1/12, +-1/9, +-1/6, +-2/9, +-1/4, +-1/3, +-4/9, +-1/2, +-2/3, +-1, +-4/3, +-2, +-4#

The actual roots are:

#+-1/6#, #-4#

Explanation:

Given:

#f(x) = 36x^3+144x^2-x-4#

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 #-4# and #q# a divisor of the coefficient #36# of the leading term.

That means that the only possible rational zeros are:

#+-1/36, +-1/18, +-1/12, +-1/9, +-1/6, +-2/9, +-1/4, +-1/3, +-4/9, +-1/2, +-2/3, +-1, +-4/3, +-2, +-4#

Note well that the rational root theorem will not identify possible irrational or Complex zeros.

In this particular example, we do not have to try each of these rational possibilities, since there is a shortcut...

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

#0 = 36x^3+144x^2-x-4#

#color(white)(0) = (36x^3+144x^2)-(x+4)#

#color(white)(0) = 36x^2(x+4)-1(x+4)#

#color(white)(0) = (36x^2-1)(x+4)#

#color(white)(0) = ((6x)^2-1^2)(x+4)#

#color(white)(0) = (6x-1)(6x+1)(x+4)#

Hence roots:

#+-1/6# and #-4#