๐ŸŒ€ Mandelbrot Set

Centre Reโ€”0.5
Centre Im0.0
Zoom1ร—
Iterations256

Left-click to zoom in on a point. Right-click to zoom out. Scroll wheel also works. Drag to pan.

Renderingโ€ฆ

The Mandelbrot Set

The Mandelbrot set is the set of complex numbers c for which the iteration $z_{n+1} = z_n^2 + c$ (starting from $z_0 = 0$) remains bounded โ€” i.e. does not escape to infinity. Points inside the set are coloured black; points outside are coloured according to how quickly they escape.

Smooth (continuous) colouring uses the fractional iteration count $\mu = n - \log_2(\log_2|z_n|)$ which removes band artifacts and produces gradients.

How to Explore

Did You Know?

The Mandelbrot set boundary is a fractal: it has infinite perimeter and self-similar structure at every scale of magnification. Zooming in by a factor of 10200 still reveals new structures. A related family, Julia sets, are obtained by fixing c and varying $z_0$; every point in the Mandelbrot set corresponds to a connected Julia set.