Julia — Fantastic Fractals

The Julia set is a fractal that is closely related to the Mandelbrot set. Like the Mandelbrot set, it is generated by iterating a simple formula on complex numbers.

The iteration formula for a Julia set is:

Unlike the Mandelbrot set, where the initial is always 0 and varies over the plane, for a Julia set, is a fixed complex number. The initial value is the point on the complex plane being tested (i.e., the coordinate of each pixel).

If the sequence of for a given remains bounded (does not escape to infinity), then is part of the Julia set for that specific . Different values of produce vastly different Julia sets. Some are connected, while others are disconnected dust-like structures.

The Mandelbrot set can be thought of as a "map" of all possible Julia sets. If the value of is chosen from within the Mandelbrot set, the corresponding Julia set will be connected. If is outside the Mandelbrot set, the Julia set will be a disconnected set of points.

Parameters

GUI Parameters

Complex Parameters (Control Points)