Solve
Test every rational candidate. By the rational root theorem the only possibilities are divisors of :
None is zero, so the cubic is irreducible over and no exact factorisation by inspection is available.
Bracket the single real root. A cubic always has at least one real root. The sign change
pins a root in . Moreover has discriminant , so everywhere: is strictly increasing and there is exactly one real root.
Refine with Newton's method. Iterating from converges quickly to
At 40-digit working precision the residual is below . (A common slip is to stop at a coarse estimate such as ; there , not .)
Divide out the real root. Synthetic division by leaves the quadratic
with zero remainder, where the coefficients are and .
Solve the quadratic for the complex pair. Its discriminant is negative:
Cross-check with Vieta's formulas. The three roots must sum to and multiply to :
Both identities close, confirming the numerics independently of the iteration.
Need to solve a different problem like this? Open the solver →