Example 5.  Use Newton's method to construct a linearly convergent sequence  [Graphics:Images/AitkenSteffensenMod_gr_192.gif]  which converges slowly to the multiple root  [Graphics:Images/AitkenSteffensenMod_gr_193.gif]  of  [Graphics:Images/AitkenSteffensenMod_gr_194.gif].  
Then use the Aitken  [Graphics:Images/AitkenSteffensenMod_gr_195.gif] process to construct  [Graphics:Images/AitkenSteffensenMod_gr_196.gif]   which converges faster to the root  [Graphics:Images/AitkenSteffensenMod_gr_197.gif].  

Solution 5.

[Graphics:../Images/AitkenSteffensenMod_gr_198.gif]


[Graphics:../Images/AitkenSteffensenMod_gr_199.gif]

Graph the function.

[Graphics:../Images/AitkenSteffensenMod_gr_200.gif]

[Graphics:../Images/AitkenSteffensenMod_gr_201.gif]

[Graphics:../Images/AitkenSteffensenMod_gr_202.gif]

Starting with  [Graphics:../Images/AitkenSteffensenMod_gr_203.gif], use the Newton-Raphson method to find a numerical approximation to the root.

[Graphics:../Images/AitkenSteffensenMod_gr_204.gif]


[Graphics:../Images/AitkenSteffensenMod_gr_205.gif]

 

 

Since we know the root is   [Graphics:../Images/AitkenSteffensenMod_gr_206.gif],  we can determine the error for each iteration.

[Graphics:../Images/AitkenSteffensenMod_gr_207.gif]


[Graphics:../Images/AitkenSteffensenMod_gr_208.gif]

 

 

Newton's method is converging linearly (or slowly), the error at each step is being reduced by approximately one-half.  Let us apply Aitken's acceleration process to a sequence  [Graphics:../Images/AitkenSteffensenMod_gr_209.gif]  of iterations generated by Newton's method.

[Graphics:../Images/AitkenSteffensenMod_gr_210.gif]


[Graphics:../Images/AitkenSteffensenMod_gr_211.gif]

 

 

Again, we can determine the error for each term.

[Graphics:../Images/AitkenSteffensenMod_gr_212.gif]


[Graphics:../Images/AitkenSteffensenMod_gr_213.gif]

 

 

The sequence  [Graphics:../Images/AitkenSteffensenMod_gr_214.gif]  is converging to  p  faster than the sequence  [Graphics:../Images/AitkenSteffensenMod_gr_215.gif]  converges to  p.  

[Graphics:../Images/AitkenSteffensenMod_gr_216.gif]


[Graphics:../Images/AitkenSteffensenMod_gr_217.gif]

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

(c) John H. Mathews 2004