Decimal Search (Bisection Method) Root-Finder

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`.

IterationabMidpoint (m)f(m)Interval Width