Next: Quadrature
Up: Solution of Non-Linear Equations
Previous: The Secant Method
Subtracting
from both sides of equation (
), we
find

with values of
in appropriate intervals.
Set
for
; then

Increasing each subscript by 1, taking logs and setting
, we obtain the difference equation
vn+2-vn+1-vn=cn.
We use the displacement operator, E, defined by Evn=vn+1
to write this as (E2-E-1)vn=cn, or (E-q)(E-p)vn=cn,
where
. Now set
whence we obtain

Putting this back into (
), we find

Provided that the
are all of the same sign, the
first n terms of the right hand side form an alternating series, since
-1<q<0, and so
, say, where
,which gives

This gives the order of the secant method as
; as we had suspected, the rate of
convergence is somewhere between linear and second order. In order to be
sure that
are of the same sign, we need
to be all greater than 1 or all less
than 1. Since
, we
can achieve this by starting with an x0 sufficiently near to
.
Finally, there is a classical variant of the secant method, which is
defined by

Here the first and last values of the iterate are used. Following
through the convergence analysis above, we find

which shows that the convergence is only linear.
Next: Quadrature
Up: Solution of Non-Linear Equations
Previous: The Secant Method
John Gilbert
5/8/1998