1.C. An Example of The False Position Method
1.C. An Example of The False Position Method
Versions of the Method of False Position, which gives successive approximations converging to
a solution for an equation of the form f(x) = 0, were known and used in ancient Egyptian and
Babylonian mathematics. The objective here is to describe the level of sophistication needed
to develop such procedures by using the method to find the unique real root of the cubic
equation
.
This method applies particularly well in situations where there are two points a and b such
that f(a) and f(b) are nonzero with different signs and there is exactly one value of r between a
and b such that f(r) = 0. For the given example we have f (– 1) < 0 < f (– ½) and the
function f is strictly increasing (because its derivative is always positive). Much of this
discussion is adapted from the following site;
http://www.math.buffalo.edu/~pitman/courses/mth437/na/node20.html
Suppose now that we are given a reasonable function f satisfying the conditions in the
preceding paragraph. One naïve way to search for a root is to pretend that the function is
linear between a and b and to find the value c for which this linear function’s value is
zero. In graphical terms, c is the x – intercept of the line between (a, f(a)) and (b, f(b)). To
find c, we first need to write out the equation for the line joining (a, f(a)) and (b, f(b)):
The next step is to evaluate f(c) and determine whether it is positive or negative or zero. If it is
zero, then obviously we are done; otherwise, we let c replace either a or b, taking the one for
which the sign of f(c) is equal to the sign of f(a) or f(b). The effect of this replacement is to
narrow the search for the root to a slightly smaller interval. We can now repeat this procedure
on the smaller interval, obtaining another, even smaller interval, and so forth. As suggested by
the drawing below, in favorable cases the values for c obtained at the successive steps will
converge to the root of the equation f(x) = 0.
(Source: http://mathworld.wolfram.com/MethodofFalsePosition.html)
Here is a table describing 15 iterations of the method for the cubic equation x3 + x + 1 = 0. As
indicated above, the initial interval is [– 1, ½ ], and we know that the values of the polynomial at
the left and right end points are negative and positive respectively
respectively.
In this example all the replacements involve the right hand endpoint
endpoint. On the other hand,
hand as
suggested by the drawing below
below, there are cases in which successive replacements involve
both right and left hand endpoints
endpoints.
(Source: http://en.wikipedia.org/wiki/False_position_method
http://en.wikipedia.org/wiki/False_position_method)
In addition to the references cited in Unit 1 of the notes, some additional information and
comments about this method appear on pages 73 – 75 of the following standard textbook on
numerical methods:
th
R. L. Burden and J. D. Faires, Numerical Analysis (9 Ed.). Brooks – Cole,
Boston, 2011. ISBN – 10: 0 – 538 – 73351 – 9.
Also, here is an online reference which includes a proof that the method’s iterated approximations
actually converges to the desired solution:
http://astro.temple.edu/~dhill001/course/numanalfall2009/False%20Position%20Section%202_2.pdf