Theorem (Convergence Rate for Newton-Raphson Iteration)  Assume that Newton-Raphson iteration produces a sequence  [Graphics:Images/Newton'sMethodProof_gr_174.gif] that converges to the root  p  of the function  [Graphics:Images/Newton'sMethodProof_gr_175.gif].  

If  p  is a simple root, then convergence is quadratic and  [Graphics:Images/Newton'sMethodProof_gr_176.gif]  for  k  sufficiently large.

If  p  is a multiple root of order  m,  then convergence is linear and  [Graphics:Images/Newton'sMethodProof_gr_177.gif]  for  k  sufficiently large.

Proof.

Expand  [Graphics:../Images/Newton'sMethodProof_gr_178.gif]  in a Taylor polynomial of degree n = 1, about  [Graphics:../Images/Newton'sMethodProof_gr_179.gif]  to get  

        [Graphics:../Images/Newton'sMethodProof_gr_180.gif].  

Since  [Graphics:../Images/Newton'sMethodProof_gr_181.gif]  is a zero of  [Graphics:../Images/Newton'sMethodProof_gr_182.gif],  set  [Graphics:../Images/Newton'sMethodProof_gr_183.gif]  in the above equation and obtain

        [Graphics:../Images/Newton'sMethodProof_gr_184.gif].  

Which can be rewritten as  

        [Graphics:../Images/Newton'sMethodProof_gr_185.gif].  

Now assume that  [Graphics:../Images/Newton'sMethodProof_gr_186.gif]  for all  [Graphics:../Images/Newton'sMethodProof_gr_187.gif]  near the root  [Graphics:../Images/Newton'sMethodProof_gr_188.gif],  and observe that  [Graphics:../Images/Newton'sMethodProof_gr_189.gif], so that we can divide by it and obtain:

        [Graphics:../Images/Newton'sMethodProof_gr_190.gif].  

Rearrange the terms and simplify to get  

        [Graphics:../Images/Newton'sMethodProof_gr_191.gif].  

The above equation can be rewritten as:  

        [Graphics:../Images/Newton'sMethodProof_gr_192.gif].  

Now use the Newton-Raphson iteration formula  [Graphics:../Images/Newton'sMethodProof_gr_193.gif]  and substitute it into the above equation to obtain:  

        [Graphics:../Images/Newton'sMethodProof_gr_194.gif].  

Assuming   [Graphics:../Images/Newton'sMethodProof_gr_195.gif]  and    [Graphics:../Images/Newton'sMethodProof_gr_196.gif]  when k is sufficiently large yields  

        [Graphics:../Images/Newton'sMethodProof_gr_197.gif],
    
        [Graphics:../Images/Newton'sMethodProof_gr_198.gif].

Now take absolute values and obtain the desired conclusion

        [Graphics:../Images/Newton'sMethodProof_gr_199.gif].

Q. E. D.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

(c) John H. Mathews 2004