Fractal Archive

This archive contains fractal images that I generated with Fractint, mathematical and artistic notes on each, and resources for generating them yourself. Some images are 800x600 and others are 1024x768, depending basically on when I created them.

Images

A minibrot

The classic mandelbrot set is by far the most famous fractal of its type, mentioned in every book on fractals. It is based on iterating the formula zn+1=zn2+z0 on the complex plane, where z0 is the pixel coordinate, and colouring each pixel according to the number of iterations needed to make |z| greater than four. Among its features are an infinite number of minature copies of itself, often called "minibrots". This image is a fine specimen of such a minibrot.

A fractal alien

In this picture, I see a decidedly feminine fractal alien. I have used the image to decorate a wooden tray. Mathematically, it is an image from a classic Julia set. Every good book on fractals mentions Julia sets, and how for every point in and around the Mandelbrot set, there is a corresponding Julia set full of the characteristic geometry of that region. Whereas in the Mandelbrot set, the pixel value is added at each iteration, in a Julia set, a constant is added instead.

My fractal

Finding your own fractal-generating formula can be fun, as it gives you a world of infinite detail of your own. This one is based on the formula zn+1=(z0*log (zn+z0)) / (log(z0)) - (zn+z0) and there doesn't have to be a reason. The overall appearance is attractive and mysterious, I think, and I can just see it as a design for some sort of magical artifact.

It yields some interesting surprises when we zoom in. For example:

Sunshine in an egg

If, in some mythology, the sun were to hatch from an egg, the egg might look like this. Just as every point of the classic Mandelbrot set has its corresponding Julia set, so it is with fractals based on other formulas. This is an example of a "Julia" set corresponding to my fractal formula above.

Mandelbrot Ex Machina

This is the image I use for my computer desktop. I see an image of linear, mechanical shapes being grinded into chaos by a vaguely Mandelbrot-shaped cog. The formula is ultimately the same as in my fractal above, but it is used in a very different way.

Tilting my fractal

The colouring for the classic Mandelbrot Set is based on when the value of |z| exceeds four, because it can be shown that any value which does exceed four will continue to approach infinity. However, for my fractal formula, there is nothing special about the number four; it's really arbitrary. You can think of the fractal as a slice through a three-dimensional shape, in which the third dimension is the value which |z| must exceed. I experimented once to see what happens if the value |z| must exceed is equal to the real component of the pixel, which makes, if you like, a diagonal slice through that three-dimensional shape. This was a whimsical idea but it generated two very nice fractals.

Battle of the Chistmas trees

This looks to me like two Christmas trees engaged in psychic warfare, draining vitality from each other. Unfortunately, I can't let you explore this fractal for yourself, as I have lost the information about the formula that generated it.

Source files

The following are supplied for people who have Fractint and would like to explore these fractals. You should instruct your browser to save these files to disk.

Notes: