

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Notes; Professor: Haugli; Class: NUM&GRAPHC&LAB TCNQ; Subject: AEROSPACE ENGINEERING; University: Iowa State University; Term: Spring 2005;
Typology: Study notes
1 / 2
This page cannot be seen from the preview
Don't miss anything!


D. Haugli, Lecturer Aer E 161 Aerospace Engineering
2/11/2005 The Interpolation Method, Page 1 Iowa State University
The Interpolation Method
Whereas the bisection method uses simple averaging between left and right bounds to estimate a
root, the interpolation (or “false-position method”) uses linear interpolation to obtain improved
estimates. Both methods are examples of bracketing methods.
Graphically, the interpolation method can be visualized by drawing a line between the left and
right guesses. As shown in Figure 1, the root, x 0 , is approximated where the line intersects the
x-axis. Note that the average of xl and xr would yield a value of x 0 much further from the root.
The interpolation method has the advantage of honing in on the root very quickly, and generally
requires fewer iterations than the bisection method.
Figure 1. A graphical depiction of the interpolation method.
The equation for x 0 can be derived as follows. Recall the linear interpolation formula,
2 1
2 1 1 x x x x
y y y y − −
r l
r l l x x x x
f x f x f x f x − −
D. Haugli, Lecturer Aer E 161 Aerospace Engineering
2/11/2005 The Interpolation Method, Page 2 Iowa State University
Equation (2) to obtain,
l r l l f x f x
f x x x x x −
which replaces the average equation in the bisection method.