info prev up next book cdrom email home

Mandelbrot Set

\begin{figure}\begin{center}\BoxedEPSF{Mandelbrot.epsf}\end{center}\end{figure}

The set obtained by the Quadratic Recurrence

\begin{displaymath}
z_{n+1}={z_n}^2+C,
\end{displaymath} (1)

where points $C$ for which the orbit $z_0=0$ does not tend to infinity are in the Set. It marks the set of points in the Complex Plane such that the corresponding Julia Set is Connected and not Computable. The Mandelbrot set was originally called a Mu Molecule by Mandelbrot.


J. Hubbard and A. Douady proved that the Mandelbrot set is Connected. Shishikura (1994) proved that the boundary of the Mandelbrot set is a Fractal with Hausdorff Dimension 2. However, it is not yet known if the Mandelbrot set is pathwise-connected. If it is pathwise-connected, then Hubbard and Douady's proof implies that the Mandelbrot set is the image of a Circle and can be constructed from a Disk by collapsing certain arcs in the interior (Douady 1986).


The Area of the set is known to lie between 1.5031 and 1.5702; it is estimated as 1.50659....


Decomposing the Complex coordinate $z=x+iy$ and $z_0=a+ib$ gives

$\displaystyle x'$ $\textstyle =$ $\displaystyle x^2-y^2+a$ (2)
$\displaystyle y'$ $\textstyle =$ $\displaystyle 2xy+b.$ (3)

In practice, the limit is approximated by
\begin{displaymath}
\lim_{n\to\infty} \vert z_n\vert \approx \lim_{n\to n_{\rm max}} \vert z_n\vert < r_{\rm max}.
\end{displaymath} (4)

Beautiful computer-generated plots can be created by coloring nonmember points depending on how quickly they diverge to $r_{\rm max}$. A common choice is to define an Integer called the Count to be the largest $n$ such that $\vert z_n\vert<r$, where $r$ is usually taken as $r=2$, and to color points of different Count different colors. The boundary between successive Counts defines a series of ``Lemniscates,'' called Equipotential Curves by Peitgen and Saupe (1988), $\vert L_n(C)\vert=r$ which have distinctive shapes. The first few Lemniscates are
$\displaystyle L_1(C)$ $\textstyle =$ $\displaystyle C$ (5)
$\displaystyle L_2(C)$ $\textstyle =$ $\displaystyle C(C+1)$ (6)
$\displaystyle L_3(C)$ $\textstyle =$ $\displaystyle C+(C+C^2)^2$ (7)
$\displaystyle L_4(C)$ $\textstyle =$ $\displaystyle C+[C+(C+C^2)^2]^2.$ (8)

When written in Cartesian Coordinates, the first three of these are


$\displaystyle r^2$ $\textstyle =$ $\displaystyle x^2+y^2$ (9)
$\displaystyle r^2$ $\textstyle =$ $\displaystyle (x^2+y^2)[(x+1)^2+y^2]$ (10)
$\displaystyle r^2$ $\textstyle =$ $\displaystyle (x^2+y^2)(1+2x+5x^2+6x^3+6x^4+4x^5+x^6-3y^2-2xy^2+8x^2y^2$  
  $\textstyle \phantom{=}$ $\displaystyle +8x^3y^2+3x^4y^2+2y^4+4xy^4+3x^2y^4+y^6),$ (11)

which are a Circle, an Oval, and a Pear Curve. In fact, the second Lemniscate $L_2$ can be written in terms of a new coordinate system with $x'\equiv x-1/2$ as
\begin{displaymath}[(x'-{\textstyle{1\over 2}})^2+y^2][(x'+{\textstyle{1\over 2}})^2+y^2]=r^2,
\end{displaymath} (12)

which is just a Cassini Oval with $a=1/2$ and $b^2=r$. The Lemniscates grow increasingly convoluted with higher Count and approach the Mandelbrot set as the Count tends to infinity.

\begin{figure}\begin{center}\BoxedEPSF{MandelbrotLemniscates.epsf}\end{center}\end{figure}


The kidney bean-shaped portion of the Mandelbrot set is bordered by a Cardioid with equations

\begin{displaymath}
4x=2\cos t-\cos(2t)
\end{displaymath} (13)


\begin{displaymath}
4y=2\sin t-\sin(2t).
\end{displaymath} (14)

The adjoining portion is a Circle with center at $(-1, 0)$ and Radius $1/4$. One region of the Mandelbrot set containing spiral shapes is known as Sea Horse Valley because the shape resembles the tail of a sea horse.


Generalizations of the Mandelbrot set can be constructed by replacing ${z_n}^2$ with ${z_n}^k$ or ${z_n^*}^k$, where $k$ is a Positive Integer and $z^*$ denotes the Complex Conjugate of $z$. The following figures show the Fractals obtained for $k=2$, 3, and 4 (Dickau). The plots on the right have $z$ replaced with $z^*$ and are sometimes called ``Mandelbar Sets.''

\BoxedEPSF{Mandel+2.epsf scaled 500} \BoxedEPSF{Mandel-2.epsf scaled 450}
\BoxedEPSF{Mandel+3.epsf scaled 500} \BoxedEPSF{Mandel-3.epsf scaled 500}
\BoxedEPSF{Mandel+4.epsf scaled 400} \BoxedEPSF{Mandel-4.epsf scaled 500}

See also Cactus Fractal, Fractal, Julia Set, Lemniscate (Mandelbrot Set), Mandelbar Set, Quadratic Map, Randelbrot Set, Sea Horse Valley


References

Alfeld, P. ``The Mandelbrot Set.'' http://www.math.utah.edu/~alfeld/math/mandelbrot/mandelbrot1.html.

Branner, B. ``The Mandelbrot Set.'' In Chaos and Fractals: The Mathematics Behind the Computer Graphics, Proc. Sympos. Appl. Math., Vol. 39 (Ed. R. L. Devaney and L. Keen). Providence, RI: Amer. Math. Soc., 75-105, 1989.

Dickau, R. M. ``Mandelbrot (and Similar) Sets.'' http://forum.swarthmore.edu/advanced/robertd/mandelbrot.html.

Douady, A. ``Julia Sets and the Mandelbrot Set.'' In The Beauty of Fractals: Images of Complex Dynamical Systems (Ed. H.-O. Peitgen and D. H. Richter). Berlin: Springer-Verlag, p. 161, 1986.

Eppstein, D. ``Area of the Mandelbrot Set.'' http://www.ics.uci.edu/~eppstein/junkyard/mand-area.html.

Fisher, Y. and Hill, J. ``Bounding the Area of the Mandelbrot Set.'' Submitted.

Hill, J. R. ``Fractals and the Grand Internet Parallel Processing Project.'' Ch. 15 in Fractal Horizons: The Future Use of Fractals. New York: St. Martin's Press, pp. 299-323, 1996.

Lauwerier, H. Fractals: Endlessly Repeated Geometric Figures. Princeton, NJ: Princeton University Press, pp. 148-151 and 179-180, 1991.

Munafo, R. ``Mu-Ency--The Encyclopedia of the Mandelbrot Set.'' http://home.earthlink.net/~mrob/muency.html.

Peitgen, H.-O. and Saupe, D. (Eds.). The Science of Fractal Images. New York: Springer-Verlag, pp. 178-179, 1988.

Shishikura, M. ``The Boundary of the Mandelbrot Set has Hausdorff Dimension Two.'' Astérisque, No. 222, 7, 389-405, 1994.



info prev up next book cdrom email home

© 1996-9 Eric W. Weisstein
1999-05-26