Bracket a root and halve confidently. See each iteration and stopping rule. Get clean reports for classes and projects.
| Example | f(x) | a | b | ε | Max iters | Expected root (approx.) |
|---|---|---|---|---|---|---|
| 1 | x^3 - x - 2 |
1 | 2 | 1e-6 | 50 | 1.52138 |
| 2 | cos(x) - x |
0 | 1 | 1e-6 | 60 | 0.739085 |
| 3 | ln(x) + x - 2 |
1 | 2 | 1e-6 | 60 | 1.557146 |
Tip: if f(a) and f(b) share a sign, adjust the interval.
Bisection is guaranteed to converge when the function is continuous and the initial interval brackets a sign change.
x as the variable.For best results, bracket tightly and use a small tolerance.
Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.