[Home]Mandelbrot set

HomePage | Recent Changes | Preferences

The Mandelbrot set is a fractal that is defined as the set of points in the complex number plane that do not tend to infinity when iterating
zn+1 = zn2 + c
where zi and c are complex numbers. If we reformulate this without complex numbers and assume that z = (x, y) and c = (a, b) then we get
xn+1 = xn2 - yn2 + a, and
yn+1 = 2xnyn + b.

It can be shown that once the modulus of z is larger than 2 (in [cartesian form]?, when x2+y2>22) the point c will tend to infinity. This value, known as the Bailout value enables a large number of iterations to be skipped when calculating points outside the Mandelbrot set. Whilst it is of no mathematical importance, most fractal rendering programs display points outside of the Mandelbrot set depending on the number of iterations before it bailed out, creating concentric shapes, each a better approximation to the Mandelbrot set.

The Mandelbrot set was created by Benoit B. Mandelbrot as an index to the Julia? Sets: each point in the complex plane corresponds to a different Julia set, and those points within the Mandelbrot set correspond precisely to the connected Julia sets.

-

Freeware Fractal Generators:

http://spanky.triumf.ca/www/fractint/fractint.html : Fractint (ports available for most platforms)
http://skyscraper.fortunecity.com/terabyte/966 : Makin' Magic Fractals
http://www.chaospro.de : ChaosPro?


HomePage | Recent Changes | Preferences
This page is read-only | View other revisions
Last edited July 31, 2001 6:54 am by Josh Grosse (diff)
Search: