Solve
Simplify the decimal coefficients. Since and , the equation is
Clear the decimals by multiplying by 25. Because and :
Working with integers removes any risk of rounding drift in the root-finding to come.
Substitute — only even powers appear. With and :
The degree drops from six to three, and crucially , so only non-negative roots can produce real .
Check for rational roots, then go numerical. The candidates all fail — for example gives and gives . So the sign change between and locates the only positive root, which must be found numerically.
Find the positive root accurately. Newton iteration on starting from converges to
A verification matters here: , whereas a nearby wrong value such as gives , nowhere near zero. The other two roots, and , are negative and give no real .
Return to . From ,
Substituting back: ✓. The sextic has exactly two real roots and four complex ones.
Need to solve a different problem like this? Open the solver →