next up previous
Next: Newton's Method Up: The Bisection Method Previous: The Bisection Method

Bisection Error Analysis

A strong attribute of the bisection method is that the length of the interval guaranteed to contain a root is halved at each step.

   theorem367

    The proof of Theorem 4.1 is very straight-forward. An immediate proof involves induction and an argument which shows that the sequence of approximations is a Cauchy sequence. The usefulness of Theorem 4.1 is two-fold: First, Theorem 4.1 states that convergence is guaranteed; an attribute not commonly found in algorithms. Secondly, it provides a definitive convergence criterion which may be used to determine the maximum number of iterations prior to any calculations.

    To see how many iterations will be required for convergence, Equation 4.1 can be used. The bisect method's convergence condition is:

displaymath3018

Equation 4.1 says that this will be satisfied when

displaymath3019

or,

displaymath3020

The quantity of interest here is n, which can be solved for after taking logarithms of both sides, yielding

  equation387

example391

    In addition, Equation 4.1 also provides us the necessary result for the the bisection method's order of convergence. Recalling Definition 1.7, we have

theorem398
 


Paul Gray

Wed Oct 28 11:42:13 EST 1998