2.1 Bisection Method
- Identify an interval
such that either a or b overshoots the mark while the other undershoots it. - Calculate the midpoint, m, of the identified interval.
- If a and m both overshoot or both undershoot the mark, the desired value lies in
. - If b and m both overshoot or both undershoot the mark, the desired value lies in
. - Return to step 2 using the newly identified interval.
Error Analysis
if
Taking
which converges to a real
Clearly has rate of convergence of