Example 3.  Use Newton's method to construct a linearly convergent sequence  [Graphics:Images/AitkenSteffensenMod_gr_112.gif]  which converges slowly to the multiple root  [Graphics:Images/AitkenSteffensenMod_gr_113.gif]  of  [Graphics:Images/AitkenSteffensenMod_gr_114.gif].  
Then use the Aitken  [Graphics:Images/AitkenSteffensenMod_gr_115.gif] process to construct  [Graphics:Images/AitkenSteffensenMod_gr_116.gif]   which converges faster to the root  [Graphics:Images/AitkenSteffensenMod_gr_117.gif].  

Solution 3.

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


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

Graph the function.

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

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

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

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

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


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

 

 

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

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


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

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


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

 

 

Again, we can determine the error for each term.

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


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

 

 

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

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


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

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

(c) John H. Mathews 2004