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

1 Answer
Jan 22, 2017

Possible Rational Zeros: #+-1, +-2, +-3, +-6, +-1/2, +-3/2#
Actual Zeros: #3/2 and +-sqrt2#.

Explanation:

The way to determine all possible roots is through The Rational Roots Theorem, which states:

If P(x) is a polynomial with integer coefficients and if #p/q# is a zero of #P(x) ( P(p/q) = 0 )#, then p is a factor of the constant term of P(x) and q is a factor of the leading coefficient.

Basically, find all integer (positive AND negative) factors of both the constant term (6, in this case) and the leading coefficient (2, in this case), and find all possible quotients #p/q# where p is a factor of the constant, and q is a factor of the leading coefficient.

The integer factors of 6 are: #+-1, +-2, +-3, +-6#
The integer factors of 2 are: #+-1, +-2#

Therefore, the possible rational roots are:
#+-1, +-2, +-3, +-6, +-1/2, +-3/2#

To find which of these are roots in the actual equation, you could use Guess and Check with Synthetic Division, or simply group and factor the polynomial. I'll show the latter for the sake of space preservation:

#2x^3 - 4x - 3x^2 + 6#
# = 2x(x^2 - 2) - 3(x^2 - 2)#
# = (2x - 3)(x^2 - 2)#
From this we can conclude that one rational root is #3/2#, which is one of the roots we foretold!

However, we are still stuck with #(x^2 - 2)#. Fortunately, we can use a difference of squares formula to factor this into two linear factors:

#(x - sqrt2)(x + sqrt2)#

So your complete factorization of this polynomial is:

#f(x) = (2x - 3)(x - sqrt2)(x + sqrt2)

From this, we can determine that the roots of this equation are #3/2 and +-sqrt2#.