Define the function where
and
are complex numbers and
is a constant. For fixed
, we consider the orbit of
under iteration of
. That is, we consider the sequence of iterates
.
Expressed recursively: Where , and
, we consider the sequence of iterates
.
We say that a sequence is bounded if there exists a real number such that
for all integers
. And a sequence is unbounded if it is not bounded, that is, if its values go to infinity. Here are some examples of
for different values of
.
- For
, the orbit is fixed:
- For
, the orbit grows unbounded in the real numbers:
- For
, the orbit is eventually (quickly) periodic, oscillating between
and
:
- For
, the orbit oscillates between -1 and 0:
- For
, the orbit oscillates between
and
:
- For
, the orbit is unbounded:
It can be shown that the orbit of under
is bounded if and only if
for all
. (Used in this way, the value 2 is called the orbit’s escape radius.) This justifies the claim above that the orbits for
and
are unbounded.
The following program lets us view the orbits of 0 under . Use the sliders to fix
by setting its real part cr and its imaginary part ci. Note that an orbit’s first two values are 0 and
. Use iterations to set the number of iterates. Whenever an orbit escapes the gray disk
, we stop iterating since the orbit proves unbounded.
The Mandelbrot set comprises the set of complex numbers
such that the orbit of 0 under
is bounded. We’ve seen that
is not empty since it contains
,
,
, and
, and that its complement
is not empty since
and
do not belong to
. You can use the program to visualize the examples given above. By using the sliders, it’s not hard to find values of
for which the orbit of 0 appears bounded at first, only to escape as the number of iterations is increased. Such values of
belong to
, the Mandelbrot set’s complement.