Julia set Guide, Meaning , Facts, Information and Description
Julia sets, described by Gaston Julia, are fractal shapes defined on the complex number plane. Given an iterated map of the complex plane to itself, or a collection of such maps, the Julia set for this system can be defined (informally) as the set of points for which nearby points do not exhibit similar behaviour under repeated iterations of the map(s).
| Table of contents |
|
2 Relation to Mandelbrot set 3 Attractors and repellers 4 Generalisations 5 Examples of Julia sets for quadratic maps 6 Reverse Julia sets 7 External links |
Quadratic maps
Given two complex numbers, c and z0, we define the following recursion:
- zn+1 = zn2 + c
Depending on the exact choice of and , a large range of orbit patterns are possible. For a given fixed , most choices of yield orbits that tend towards infinity. (That is, the modulus grows without limit as increases.) For some values of certain choices of yield orbits that eventually go into a periodic loop.
Finally, some starting values yield orbits that appear to dance around the complex plane, apparently at random. (This is an example of chaos.) These starting values make up the Julia set of the map, denoted . Some authors also define the filled-in Julia set, denoted , which is the set of all with yield orbits which do not tend towards infinity. The "normal" Julia set is the edge of the filled-in Julia set.
If the modulus of zn becomes larger than 2 for some n then it is guaranteed that the orbit will tend to infinity. This test makes it straightforward to plot Julia sets for quadratic maps using a computer
Julia sets are closely related to the Mandelbrot set which is the set of all values of c for which zn = zn-12 + c does not tend to infinity through application of the recursion with z0 = 0. Like the Mandelbrot set, the Julia set is often plotted with different colors signifying the number of iterations carried out before the modulus of z becomes larger than 2.
The Mandelbrot set is, in a way, an index of all Julia sets, For any point on the complex plane (which represents a value of c) a corresponding Julia set can be drawn. We can imagine a movie of a point moving about the complex plane with its corresponding Julia set. When the point lies in the Mandelbrot set, the Julia set is connected. Otherwise, the Julia set is a Cantor dust of unconnected points.
If c is on the boundary of the Mandelbrot set, and is not a waist, the Julia set of c looks like the Mandelbrot set in sufficiently small neighborhoods of c. For instance:
As stated above, for any given , the majority of orbits tend toward infinity. For this reason, infinity is described as an attractor of the system. The set of all points with orbits that are "attracted to" infinity makes up the basin of attraction to infinity.
Depending on the choice of , there may also exist one other attractor in the system. While infinity is a point attractor, the second attractor may be either a point attractor or a periodic cycle. (A point attractor is essentially a periodic cycle of period 1.) The exact shape of the basin of attraction to this second attractor depends on .
If this second attractor does exist for a particular , then the Julia set is topologically connected, and is in fact the boundery between the basin of attraction to infinity and the basin of attraction to the finite attractor. If there is no second attractor (i.e., infinity is the only attractor) then the Julia set is a disconnected Cantor dust set.
One of Gaston Julia's important results is that every basin of attraction always contains at least one critical point of the map (provided the map is rational - which the quadratic map is). Since the quadratic map has two critical points (0 and infinity), there can only ever be at most 2 basins of attraction. Since it turns out that infinity is always an attractor, one can determine whether a second attractor exists simply by examining the orbit of 0. This is why the Mandelbrot set can be drawn by examining the behaviour of quadratic maps at 0.
Since (in general) the Julia set is the boundary between basins of attraction, the Julia set is sometimes described as being a repeller because all orbits tend away from it.
The Julia set can be defined for any iterated map of the complex plane to itself, or collection of maps. The formal mathematical definition is that the Julia set is the smallest closed, completely invariant point set for such a map or collection of maps which contains at least 3 points. It can also be defined (informally) as the set of points for which nearby points do not exhibit similar behaviour under repeated iterations of the map(s).
Julia sets can also be defined for any n-dimensional space, not just the complex plane.
Julia sets typically (though not always) have a fractal structure, and Julia sets can be associated with fractals such as the Sierpinski triangle and the Cantor set.
The complement of the Julia set (i.e. the set of points for which nearby points do exhibit similar behaviour) is sometimes called the Fatou set, although some authors use the term Fatou set or Fatou dust for a disconnected Julia set.
Some common generalisations include:
Relation to Mandelbrot set
Attractors and repellers
Generalisations
Examples of Julia sets for quadratic maps
It is also possible to generate Julia sets using a method derived from the Iterated function system (IFS) "random game" method. Instead of using an "escape time" method to find the points that do not belong to the Julia set, the "random game" method uses the reverse formula to track the convergence of a single point towards the edge of the Julia set.
For example, for the Mandelbrot set, the reverse formula is
The process of "reversing" the mapping essentially exchanges the attractors and repellers; the Julia set is now an attractor, with infinity and possibly the usual periodic cycle now being repellers.
Note that certain parts of the Julia set - notably the "waists" - are quite hard to reach with the reverse Julia algorithm, since the "points" or "tips" of the Julia set are more strongly attractive.Reverse Julia sets
At each iteration one of the two roots is selected at random. After a sufficiently large number of iterations the current position of z is plotted. The process is then repeated with a different random sequence of roots.
