Can we make use of the above to construct a method with quadratic convergence?
To solve f(x)=0 we must rearrange ino the form x=g(x), so let us try to make this rearrangement in such a way that we have quadratic convergence. If the iteration
xn+1=g(xn)=xn+h(xn)f(xn),
is convergent, so that![]()
This condition only specifies the function h at a single point
, so any h which fulfills this condition would do. However, since we
do not know the value of
(finding it is the whole object of
the exercise!), the easiest choice for h is given by
, which clearly gives the correct value at
for any continuous function f. The resulting iterative method is the
classical Newton method
![]()
We chose g to make
, but if
also,
while
, we
would have

![]()
![]()
We should check that Newton's method is precisely second order. We have
| |
(1) |
![]()
What happens if
but
? From (
), we see
that g' only exists as a limit at
. We evaluate this limit
with the help of Taylor's theorem as follows:
![]()
If we know this to be the case, we can replace the usual g(x) in Newton's
method by
. For this form of g
![]()
For what sort of function f is it true that
? One possibility is when f has a repeated zero, eg, it is given by
, where h is
any function which does not vanish at
.