How do you use the Rational Zeros theorem to make a list of all possible rational zeros, and use the Descarte's rule of signs to list the possible positive/negative zeros of #f(x)=x^3+4x^2-11x+6#?

1 Answer
Jan 2, 2018

#x=-6,x=1#

Explanation:

The pattern of signs of #f(x)# is #++ -+# and it has two sign changes. Descartes' rule of signs then tells us that this polynomial has either no or two positive roots.

We then look at the pattern of #f(-x)#, which is #-+++#, containing one change, meaning we have one negative root.

The rational roots theorem says that we can find all possible rational roots of a polynomial by dividing #+-# the factors of the last term by #+-# the factors of the first. In this case, we get:
#+-1,+-2,+-3,+-6#

I will start by looking at the negative values, since we know for a fact the polynomial has a negative root. Of these, we find that #f(-6)# is a root. This means we can factor like so (using polynomial long division):
#(x+6)(x^2-2x+1)#

The quadratic we just factored out is in the form of the expansion of #(a-b)^2#, so we can factor it:
#(x+6)(x-1)^2#

This means that #x=1# is also a root of the polynomial. You might wonder why we haven't got another root since Descartes' rule told us we'd have either two or no roots, but Descartes' rule counts the root #x=1# twice because it has a mulitplicity of two (due to the power of two).