How do you find all zeros of the function #f(x) = 3x^5 - x^2 + 2x + 18#?
1 Answer
Use a numerical method to find approximations for the zeros:
#x_1 ~~ -1.35047#
#x_(2,3) ~~ -0.506174+-1.35526i#
#x_(4,5) ~~ 1.18141+-0.852685i#
Explanation:
#f(x) = 3x^5-x^2+2x+18#
By the rational root theorem, any rational zeros of
That means that the only possible rational zeros are:
#+-1/3, +-2/3, +-1, +-2, +-3, +-6, +-9, +-18#
None of these work, so
In common with most quintics and higher order polynomials, the zeros are not expressible in terms of
About the best you can do is use a numerical method like Durand-Kerner to find approximations:
#x_1 ~~ -1.35047#
#x_(2,3) ~~ -0.506174+-1.35526i#
#x_(4,5) ~~ 1.18141+-0.852685i#
See https://socratic.org/s/awNxzXZ9 for a description of the method and another example quintic approximated using this method.