Bisection Method
Computational Math
Bracketing
No Derivatives
Guaranteed Convergence
Root Finding
The bisection method finds a root of \(f(x)=0\) by repeatedly halving an interval \([a,b]\) where \(f\) changes sign, keeping whichever half still brackets the root.