SWE Math4543 Lecture4
SWE Math4543 Lecture4
Advantages
Avoids the cost of symbolically finding the derivative, unlike Newton-Raphson.
Typically converges faster than bracketed methods like the Bisection method.
Disadvantages
× Division by zero if functional values at both guesses are equal.
× Converges slower compared to Newton-Raphson, since derivative is approximated.
× No guarantee of converging.
Fig: Problem-26 from the Rhind Mathematical Papyrus, written in Egyptian hieroglyphics.
Remember what may happen when one of the initial guesses is very close to the root
in the Bisection Method? (a lot of wasteful iterations!)
A C
E
Advantages
May converge faster than Bisection Method.
Since it is a bracketed method, the convergence is guaranteed.
Disadvantages
× Almost the same as the drawbacks of the Bisection method. (think about it later…)