This tool demonstrates the Bisection Method. Load an example or enter your own function `f(x)`, choose an interval `[a, b]` where the function's sign changes, and step through to find the root where `f(x) = 0`.
Iteration | a | b | Midpoint (m) | f(m) | Interval Width |
---|