For each of the following seeds,
(a) Find the first 6 terms of the Mandelbrot sequence with seed s.
(b) Decide whether that Mandelbrot sequence is escaping, periodic, or attracted.
(c) Will the point in the plane corresponding to the seed s be a black point or a non-black point?
Work with:
zn=zn-12-1
We can see that as we repeat this process ad infinitum, we always bounce back and forth between -1 and 0. Thus we can say that the Mandelbrot sequence is
The seed s=-1 is periodic, because the sequence bounces back and forth.
Thinking of -1 as the complex number -1+0i, we can see it corresponds to the point (-1,0).
Since it is not escaping, the point (-1,0) is in the Mandelbrot set.
Color the point (-1,0) black.
Work with:
zn=zn-12-2
We can see that as we repeat this process ad infinitum, from here on out we will always get 2. Thus we can say that the Mandelbrot sequence is
The seed s=-2 is attracted, because it approaches a specific number. (In this case, it reaches that number, and reaches it quickly, but that doesn't have to happen.
Thinking of -2 as the complex number -2+0i, we can see it corresponds to the point (-2,0).
Since it is not escaping, the point (-2,0) is in the Mandelbrot set.
Color the point (-2,0) black.
Work with:
zn=zn-12-i
We can see that as we repeat this process ad infinitum, from here on out we will continue to bounce between -1-i and i. Thus we can say that the Mandelbrot sequence is
The seed s=-i is periodic, because it bounces between two numbers.
Thinking of -i as the complex number 0-1i, we can see it corresponds to the point (0,-1).
Since it is not escaping, the point (0,-1) is in the Mandelbrot set.
Color the point (0,-1) black.
Thus the first six terms of the Mandelbrot sequence are 0,-1,0,-1,0,-1.
Thus the first six terms of the Mandelbrot sequence are 0,-2, 2, 2, 2, 2.
Thus the first five terms of the Mandelbrot sequence are 0,-i, -1-i, i, -1-i, i.
Janice Sklensky
Wheaton College
Department of Mathematics and Computer Science
Science Center, Room 109
Norton, Massachusetts 02766-0930
TEL (508) 286-3973
FAz (508) 285-8278