How do you find all the real and complex roots of #f(x)= x^3-x+3#?
1 Answer
Use Cardano's method to find Real zero:
#x_1 = 1/6(root(3)(-324+12sqrt(717))+root(3)(-324-12sqrt(717)))#
and related Complex zeros.
Explanation:
Using the rational root theorem, we find that the only possible rational zeros of
In fact it turns out to have one Real zero and two non-Real Complex zeros.
We can use Cardano's method to find all three as follows:
Let
#u^3+v^3+(3uv-1)(u+v)+3 = 0#
Let
#u^3+1/(27u^3)+3 = 0#
Multiply through by
#27(u^3)^2+81(u^3)+1 = 0#
Using the quadratic formula, we get:
#u^3=(-81+-sqrt(81^2-4*27*1))/(2*27)#
#=(-81+-sqrt(6561-108))/54#
#=(-81+-sqrt(6453))/54#
#=(-81+-3sqrt(717))/54#
#=(-324+-12sqrt(717))/216#
Since these roots are Real and the derivation was symmetric in
#x_1 = 1/6(root(3)(-324+12sqrt(717))+root(3)(-324-12sqrt(717)))#
and Complex zeros:
#x_2 = 1/6(omega root(3)(-324+12sqrt(717))+omega^2 root(3)(-324-12sqrt(717)))#
#x_3 = 1/6(omega^2 root(3)(-324+12sqrt(717))+omega root(3)(-324-12sqrt(717)))#