|
|
|
Viewing Version
5
of
'Mandelbrot set'
|
[ view 'Mandelbrot set'
|
back to history
]
| Title of object: |
Mandelbrot set |
| Canonical Name: |
MandelbrotSet |
| Type: |
Definition |
| Created on: |
2007-04-21 18:36:57 |
| Modified on: |
2007-04-27 13:28:39 |
| Classification: |
msc:28A80 |
Revision comment (for changes between this and next version):
| Made change per a message from mps |
Preamble:
% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.
% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}
% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}
% there are many more packages, add them here as you need them
% define commands here
|
Content:
The \emph{Mandelbrot set} is a fractal in the complex plane defined as the collection of $c\in\mathbb{C}$ for which the orbit of $0$ under the quadratic dynamical system $f_c(z)\colon z \mapsto z^2 + c$ is bounded. That is, to test whether $c$ is in the Mandelbrot set, one computes the limit of the sequence $(f_c(0), f_c(f_c(0)), f_c(f_c(f_c(0))), \ldots)$ If the limit is finite, $c$ is in the set; otherwise, it is not.
There are deep connections between points in the Mandelbrot set and the corresponding Julia sets $J(f_c)$. In particular, $c$ is in the Mandelbrot set if and only if the Julia set corresponding to $c$ is connected.
The Mandelbrot set is perhaps the most famous fractal. At every level, it has smaller copies of the overall shape that are connected to the main shape. The higher the resolution, the easier it is to see that the entire Mandelbrot set is simply connected, with no holes. Discovered by Beno\^it Mandelbrot, the first print-out of it was in black and white.
\begin{center}
\includegraphics{C:TempMandelbrotSetBW}
\end{center}
Most of the Mandelbrot set lies within the unit disk of the complex plane. The second largest `circle' (to the left of the main `circle' in the standard illustration) is centered at $-1 + 0i$. Points with real part outside the range $-2 < a < 1$ and imaginary part $(1 < |b|)i$ will certainly tend to infinity.
Nowadays, most images of the Mandelbrot set include colors, with the colors for escaping values of $c$ being assigned in some correspondence to how many iterations it took to determine that $c$ escaped. |
|
|
|
|
|