Lecture 2_2 False Position Method
Lecture 2_2 False Position Method
Geometrical representation of
the roots of the equation f(x)
= 0 can be shown as:
Here 2x3-2x-5=0
Let f(x)=2x3-2x-5
x 0 1 2
f(x) -5 -5 7
Approximate root of
the equation 2x3-2x-
5=0 using
False Position
method is 1.60056
10
False Position Method: Algorithm
11
Advantages
Regula- Falsi Method
13
Error Analysis of Bisection Method
-34.8 17.6
At the n-th iteration:
endpoints of the inteval
12 14 Chang 16
e of
Iter2 sign
Change of sign
14.5
15
14
Iter4
1.5
-5.8
-12.6
Error 12 14 16
Estimates for Iter1
Bisection -34.8 -12.6 17.6
At the iter1:
True root
live inside
this
interval
At the iter2:
14 15 16
Iter2
-12.6 1.5 17.6
the absolute
error in the
n-th iteration
Example:
Theorem 2.1
Remark
Example
Determine the number of
iterations necessary to solve f (x)
= 0 with accuracy 10−2 using a1 1 14.0000 9.0000e-
= 12 and b1 = 16. 2 01
2 15.0000 1.0000e-
2n the desired error 01
3 14.5000 4.0000e-
solve for 01
n: 4 14.7500 1.5000e-
01
Remark 5 14.8750 2.5000e-
It is important to keep in mind that the error 02
analysis gives only a bound for the number of 6 14.9375 3.7500e-
iterations. In many cases this bound is much 02
larger than the actual number required. 7 14.9063 6.2500e-
03