Lecture 4(1) Falsi Method
Lecture 4(1) Falsi Method
Advantages:
Converges faster than the Bisection Method
in many cases.
Does not require calculating derivatives.
Disadvantages:
Convergence may be slow if the function is
well-behaved..
Example 1
x 0 1 2
f(x) -1 -1 5
From Table it is observed that root lies between 1 and
2
Example 1
1st iteration :
x2=1.16667
Table
n x0 f(x0) x1 f(x1) x2 f(x2) Update
1 1 -1 2 5 1.16667 -0.5787 x0=x2