Solve
Find every real solution to six decimal places.
Expand and move everything to one side. Distributing the :
so the equation becomes
Note there is no , or term — the polynomial is sparse but not of a form () that a substitution would reduce, because of the .
Rule out rational roots. The rational root theorem allows only divisors of : Testing the small ones,
None is zero, and no factorisation into rational quadratics exists either, so the roots must be found numerically.
Bracket the sign changes — there are two, not one. The four values above already reveal both:
so by the intermediate value theorem there is a root in and another in . Sweeping across in steps of finds exactly these two sign changes, so the sextic has two real roots (the remaining four are complex). Stopping after the positive root — the easy mistake — loses half the answer.
Bisect each bracket to full precision. Halving the interval repeatedly and keeping the half where changes sign:
Each converges to after about 40 halvings. A quoted value of is a little coarse: , not .
Substitute both roots back. At : and , whose product is ✓. At : and the bracket evaluates to , again giving ✓. The two roots are not symmetric because of the odd-power term.
Need to solve a different problem like this? Open the solver →