Root-Finding using the Bisection Method
and Floating-Point Arithmetic

Kenny Hoff
1/20/97


Problem Statement:

We are interested in computing the roots of the following polynomial using the bisection method:


Polynomial Evaluation using Horner's Rule:


Bisection Method for Root-Finding:


The Main Driver evaluating the Bisection routine 
for different bracketing intervals (50x50 samples):
  given A in {1.96,2.00} and B in {2.00,2.04},
  the intervals are for all {A,B] (in discrete steps).


Plot of the Polynomial Near the Actual Root:


Plotted Results of the Bisection Routine over varying intervals:


Improving the Accuracy of the Algorithm: