Example 4.7.  Trace out the next five iterates of Newton's method given an initial guess of  [Graphics:Images/JuliaMandelbrotMod_gr_16.gif]  as a solution to the equation  [Graphics:Images/JuliaMandelbrotMod_gr_17.gif],  where  [Graphics:Images/JuliaMandelbrotMod_gr_18.gif].  

Solution.  For any guess z for a solution, Newton's method gives as the next guess the number  [Graphics:Images/JuliaMandelbrotMod_gr_19.gif].  Table 4.1 gives the required iterates, rounded to five decimal places.  Figure 4.2 shows the relative positions of these points on the z plane.  Note that the points [Graphics:Images/JuliaMandelbrotMod_gr_20.gif] are so close together that they appear to coincide, and that the value for [Graphics:Images/JuliaMandelbrotMod_gr_21.gif] agrees to five decimal places with the actual solution [Graphics:Images/JuliaMandelbrotMod_gr_22.gif].  

[Graphics:Images/JuliaMandelbrotMod_gr_23.gif]

            Table 4.1  The iterates of [Graphics:Images/JuliaMandelbrotMod_gr_24.gif] for Newton's method applied to [Graphics:Images/JuliaMandelbrotMod_gr_25.gif].

[Graphics:Images/JuliaMandelbrotMod_gr_26.gif]

            Figure 4.2  The iterates of [Graphics:Images/JuliaMandelbrotMod_gr_27.gif] for Newton's method applied to [Graphics:Images/JuliaMandelbrotMod_gr_28.gif].

Explore Solution 4.7.

Enter the function  [Graphics:../Images/JuliaMandelbrotMod_gr_29.gif]  and find the next five iterates.

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



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

 

 

Now compute the next five iterates  [Graphics:../Images/JuliaMandelbrotMod_gr_32.gif]  and the corresponding values of  [Graphics:../Images/JuliaMandelbrotMod_gr_33.gif].

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




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

 

 

 

Plot the iterates  [Graphics:../Images/JuliaMandelbrotMod_gr_36.gif]  and observe that they are converging to  [Graphics:../Images/JuliaMandelbrotMod_gr_37.gif].  

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




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

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

Notice that the points  [Graphics:../Images/JuliaMandelbrotMod_gr_41.gif]  are co close together that they appear to coincide and that the value for  [Graphics:../Images/JuliaMandelbrotMod_gr_42.gif]  agrees to six decimal places with the actual solution  [Graphics:../Images/JuliaMandelbrotMod_gr_43.gif].  

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

(c) 2006 John H. Mathews, Russell W. Howell