Solve
Find all real roots to four decimal places.
Note the missing linear term and the lack of rational roots. The polynomial has no term, and the decimal coefficients rule out a tidy rational root. So the roots must be located numerically — but how many there are can be settled first.
Sweep for sign changes across a wide interval. Evaluating from to in small steps reveals three sign changes, near , and . A cubic has at most three real roots, so all three are real and there are no complex ones. Sampling only the interval — where and — would find just one of them.
Bisect each bracket. Halving each interval until :
The large negative root exists because the term dominates until , where the cubic term finally overtakes it — a root easy to miss without a wide sweep.
Check against Vieta's formulas. For the roots satisfy and :
This is the decisive test: any proposed triple of roots whose sum is not is wrong, whatever the individual values look like.
Verify by substitution. , and ✓. Rounded to four decimals the roots are , and ; note the positive root is , not , so quoting extra digits from a coarse bisection is risky.
Need to solve a different problem like this? Open the solver →