![]() Complexity Pages
A non-technical introduction to the
new
science of Chaos and Complexity |
![]() On this Site
Articles written by Victor
involving aspects of Chaos and Complexity Web
resources and links
A
Glossary of Terms
used
in Chaos and Complexity from http:// www.calresco.org Search this site |
The
Mandelbrot Set
The Mandelbrot Set is
calculated using a process of iteration. Where we would be more
accustomed to
seeing an "equals sign" ( = ) in a mathematical equation, the
Mandelbrot Set uses an “iterates to” symbol as shown above. If our
mathematical
statement says
“a iterates to a+c”, then a becomes a+c. The (a+c) then becomes the new
a. Next,
the new a is run through the process again, so the next value of a,
which was
a+c becomes (a+c)+c. In the next iteration [(a+c)+c] becomes
[(a+c)+c]+c. The result then just keeps being looped back
going round and round so what started as “a” becomes a long string with
an
extra c being added for each iteration. So, to recap: a iterates to become
a+c, In theory this lopping can continue
forever.
If say a=1 and c=2, we see the iterations would go 1,3,5,7,9,11.... We
can see
that this iteration would keep increasing until it reaches infinity.
The statement that
generates the Mandelbrot Set, has the surprisingly simple formula of z
iterates
to z2+c (i.e. (z multiplied by z) + c). The c in this case
is a
complex number, meaning it is a multiple of the number "i", which is
the square root of -1. A graph is created with real numbers along one
axis and
complex numbers along another. Every point on the plane that is created
is then
iterated according to the formula z iterates to z2+c. When we take any
number and multiply it by itself time and time again (eg z multiplied
by z,
multiplied by z, multiplied by z, multiplied by z) one of two things
will
happen. If z is greater than 1, the resulting number will get bigger
and bigger
and bigger until it becomes infinite. If z is a number between 0 and 1,
the
result will get smaller and smaller approaching closer to zero the more
times
it is iterated. (Eg. 0.5 x 0.5 x 0.5 = 0.125; x 0.5 x 0.5 x 0.5 =
0.015625).
When graphed, points on the Mandelbrot Set that tend towards zero as
they are
iterated are coloured black and points that tend towards infinity as
they are
iterated are assigned a colour depending on how fast the number
approaches
infinity. When we actually come
to plot the Mandelbrot Set, we find not the dull graphs you may
remember from
school but the most amazing, beautiful, organic looking pictures you
can
imagine as seen in the accompanying diagram.
|