Extra Example 1.  Investigate Newton's method for finding the roots of  [Graphics:Images/JuliaMandelbrotMod_gr_74.gif].
Given the initial seed  [Graphics:Images/JuliaMandelbrotMod_gr_75.gif]  determine if the sequence  [Graphics:Images/JuliaMandelbrotMod_gr_76.gif]  converges to one of the roots  [Graphics:Images/JuliaMandelbrotMod_gr_77.gif].  

Explore Extra Solution 1.

Enter the function  [Graphics:../Images/JuliaMandelbrotMod_gr_78.gif]  and find its roots.

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




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

 

 

We color each point [Graphics:../Images/JuliaMandelbrotMod_gr_81.gif]  in the rectangle  [Graphics:../Images/JuliaMandelbrotMod_gr_82.gif] in the following fashion.  Color the point yellow, blue, or red, if the sequence of iterations produced by the seed  [Graphics:../Images/JuliaMandelbrotMod_gr_83.gif]  converges to [Graphics:../Images/JuliaMandelbrotMod_gr_84.gif], respectively.  The iteration formula is

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


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

 

 

The formulas for  f[z] and  g[z]  and approximations to the roots [Graphics:../Images/JuliaMandelbrotMod_gr_87.gif] are used in the function  newton[x,y]  to make the density plot.

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

Make a plot showing the initial seeds  [Graphics:../Images/JuliaMandelbrotMod_gr_89.gif],  and the nature of the sequence [Graphics:../Images/JuliaMandelbrotMod_gr_90.gif]  that is produced by it.

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




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

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

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

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