What are all the possible rational zeros for #y=x^3-5x^2+17x-13# and how do you find all zeros?

1 Answer
Sep 5, 2016

The zeros are #x=1# and #x=2+-3i#

Explanation:

#y = x^3-5x^2+17x-13#

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

In addition note that there are no negative zeros, since reversing the signs of the coefficients of the terms of odd degree results in all positive coefficients.

Hence the only possible rational zeros are:

#1, 13#

Also note that the sum of the coefficients is zero, so #x=1# is a zero and #(x-1)# a factor:

#x^3-5x^2+17x-13 = (x-1)(x^2-4x+13)#

We can find the zeros of the remaining quadratic by completing the square and using the difference of squares identity:

#a^2-b^2 = (a-b)(a+b)#

with #a=(x-2)# and #b=3i# as follows:

#0 = x^2-4x+13#

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

#color(white)(0) = (x-2)^2-(3i)^2#

#color(white)(0) = ((x-2)-3i)((x-2)+3i)#

#color(white)(0) = (x-2-3i)(x-2+3i)#

So the remaining two zeros are #x = 2+-3i#