The document shows the bisection method being used to find the root of the equation f(x)=e^(-X)-X=0 between 0 and 1. It iterates, choosing a new midpoint Xm between the lower Xl and upper Xu bounds and evaluating f(Xm) until the difference between successive midpoints is less than the tolerance, converging on the solution. After 14 iterations, the bisection method converged with an error of less than 6.103515625E-05.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
250 views
Excel Bisection Method
The document shows the bisection method being used to find the root of the equation f(x)=e^(-X)-X=0 between 0 and 1. It iterates, choosing a new midpoint Xm between the lower Xl and upper Xu bounds and evaluating f(Xm) until the difference between successive midpoints is less than the tolerance, converging on the solution. After 14 iterations, the bisection method converged with an error of less than 6.103515625E-05.