Solve for :
Note why the constant term cannot simply be dropped. Without it the equation factors as with a triple root at . The tiny constant perturbs that triple root into three small roots clustered near the origin, so it controls the entire small- behaviour and must be kept.
Find the three large roots from the cubic factor. For well away from zero the constant is negligible and the roots are those of
Sign changes: , , , . Bisecting each bracket on the full sextic gives
The first two are only apart, so a solver that steps too coarsely will miss one of them.
Resolve the three small roots near the origin. For the sextic is dominated by , giving the estimate , i.e. . Newton refinement on the full polynomial gives the real value
and the other two are the complex cube-root partners .
Confirm the count. A degree-six polynomial has exactly six roots with multiplicity. We have four real (, , , ) and one conjugate pair — six in total, so nothing is missing.
Check each real root by residual. Substituting them back gives residuals of , , and — all zero to machine precision ✓. By contrast a commonly quoted set containing and produces residuals of and , so those are not roots of this equation.
Need to solve a different problem like this? Open the solver →