Example 1.   Use Newton's method to construct a linearly convergent sequence  [Graphics:Images/AitkenSteffensenMod_gr_32.gif]  which converges slowly to the multiple root  [Graphics:Images/AitkenSteffensenMod_gr_33.gif]  of  [Graphics:Images/AitkenSteffensenMod_gr_34.gif].  
Then use the Aitken  [Graphics:Images/AitkenSteffensenMod_gr_35.gif] process to construct  [Graphics:Images/AitkenSteffensenMod_gr_36.gif]   which converges faster to the root  [Graphics:Images/AitkenSteffensenMod_gr_37.gif].  

Solution 1.

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


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

Graph the function.

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

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

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

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

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


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

 

 

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

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


[Graphics:../Images/AitkenSteffensenMod_gr_48.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_49.gif]  of iterations generated by Newton's method.

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


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

 

 

Again, we can determine the error for each term.

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


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

 

 

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

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


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

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

(c) John H. Mathews 2004