Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Julia set


 

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).


1 Quadratic maps

Given two complex numbers, c and z0, we define the following recursion:

zn+1 = zn2 + c

This is sometimes referred to as a quadratic map, and is a type of dynamical system. Given a specific choice of and , the above recursion leads to a sequence of complex numbers , , ... called the orbit of .

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

2 Relation to Mandelbrot set

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:

3 Attractors and repellers

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 pointIn chemistry, a critical point is the conditions ( temperature, pressure) at which the liquid state of the matter ceases to exist. As a liquid is heated, its density decreases while the density of the vapor being formed increases. The liquid and vapor den of the map (provided the map is rationalIn mathematics, a rational function is a ratio of polynomials. For a single variable x a typical rational function is therefore P ''x Q ''x where P and Q are polynomials in x as indeterminate, and Q isn't the zero polynomial. Any non-zero polynomial Q is - 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.



Read more »

Non User