Mandelbrot set

fractal named after mathematician Benoit Mandelbrot

The Mandelbrot set is an example of a fractal in mathematics. It is named after Benoît Mandelbrot, a Polish-French-American mathematician. The Mandelbrot set is important for chaos theory. The edging of the set shows a self-similarity, which is perfect, but because of the minute detail, it looks like it evens out.

The Mandelbrot set

The Mandelbrot set can be explained with the equation . In that equation, and are complex numbers and is zero or a positive integer (natural number). Starting with , is in the Mandelbrot set if the absolute value of never becomes larger than a certain number (that number depends on ), no matter how large gets.

Mandelbrot was one of the first to use computer graphics to create and display fractal geometric images, leading to his discovering the Mandelbrot set in 1979. That was because he had access to IBM's computers. He was able to show how visual complexity can be created from simple rules. He said that things typically considered to be "rough", a "mess" or "chaotic", like clouds or shorelines, actually had a "degree of order". The equation was known long before Benoit Mandelbrot used a computer to visualize it.

Images are created by applying the equation to each pixel in an iterative process, using the pixel's position in the image for the number 'c'. 'c' is obtained by mapping the position of the pixel in the image relative to the position of the point on the complex plane.

The shape of the Mandelbrot Set is represented in black in the image on this page.

For example, if then the sequence is which goes to infinity. Therefore, 1 is not an element of the Mandelbrot set, and thus is not coloured black.

On the other hand, if is equal to the square root of -1, also known as i, then the sequence is which does not go to infinity and so it belongs to the Mandelbrot set.

When graphed to show the entire Set, the resultant image is striking, pretty, and quite recognizable.

There are many variations of the Mandelbrot set, such as Multibrot, Buddhabrot, and Nebulabrot.

Multibrot is a generalization that allows any exponent: . These sets are called Multibrot sets. The Multibrot set for d = 2 is the Mandelbrot set.