Lec 6 Secant-Method
Lec 6 Secant-Method
𝑟𝑜𝑜𝑡
Derivation of Formula
By definition
Algorithm
1. If initial guess is and then compute next approximation to the
root by
where and
Solution
H. W
1. Given . Use Secant method to determine the maximum of this function
with initial guess 1. Assuming that convergence is not an issue, approximate
the point of maxima until the .
2. Compute four iterations for the function , using the secant method, in
which the real roots of the equation lies in the interval [0, 1]. Also calculate
%age error in your answer.
3. Compute the root of the equation in the interval [0, 2] using the secant
method. The root should be correct to three decimal places.
Difference between False Position
and Secant Method
Secant Method False Position Method