Julia SetsThe set of all the points for a function of the form z2+c.
To understand Julia sets and ultimately the Mandelbrot set
-- the world's most famous fractal -- we need to be able to
find the boundary between the prisoner and escapee sets for
a particular value of c.
An example of a function is: f(Z) = Z2 + (0.5, 0.5)
.
If we start with the point (0, 0) and plug it in for Z
f(0, 0) = (0, 0)2 + (0.5, 0.5) = (0, 0) + (0.5, o.5) = (0.5, 0.5)
f(0.5, 0.5) = (0.5, 0.5)2 + (0.5, 0.5) = (0, 0.5) + (0.5, 0.5) = (0.5, 1)
f(0.5, 1) = (0.5, 1)2 + (0.5, 0.5) = (-0.75, 1) + (0.5, 0.5) = (-0.25, 1.5)
f(-0.75, 1.5) = (-0.75, 1.5)2 + (0.5, 0.5) = (-2.1875, -0.75) + (0.5, 0.5) =
(-1.6875, -0.25)
f(-1.6875, -0.25) = (-1.6875, -0.25)2 + (0.5, 0.5) = (2.7852, 0.84375) + (0.5, 0.5)
= (3.2852, 1.34375)
Here is a graph of these points all connected from one iteration to the next:
This is in the escapee set for C=(0.5, 0.5). If we continue this
process for many values of Z we can get a feel for the picture
of the Julia set. Here is the Julia Set for for all values of Z in the function
f(Z) = Z2 + (0.5, 0.5)
:
Notice that there are no black areas on this image. Black
denotes the prisoners and the other
colors on the picture are the escapees, and the different colors
denote how quickly the point's orbit jumped
out of the circle of radius 2. There actually
are prisoners but they
are completely scattered around and isolated from each other.
This forces the Julia set -- the points that neither are prisoners
or escapees -- to be completely disconnected from each other.
The .
Here's another one with an obvious prisoner set; C = (0,0).
This has a nice big connected set of prisoners -- giving a connected
Julia set, the circle of radius 1.
Mandelbrot found that these are the only two things that happen,
either the Julia set is totally disconnected (fractal dust) or
it is one piece.
Here are a few of the more popular Julia sets:
C = (-1, 0):
C = (-.1, 0.8):
C = (0.5, 0):
C = (-0.8, 0.4)
The first two are connected and the last two are fractal dust.
Julia Sets are the basis for the world's most famous fractal, The Mandelbrot Set.

Please direct questions and comments about this page to
Interactivate@shodor.org
© Copyright 1997-2000 The Shodor Education Foundation, Inc.