Explore the infinite complexity of the Mandelbrot set — one of the most famous fractals in mathematics. Zoom into self-similar patterns, adjust iteration depth, and generate high-quality fractal art.
The Mandelbrot set is defined as the set of complex numbers \(c\) for which the function \(f_c(z) = z^2 + c\) does not diverge when iterated from \(z = 0\). In other words, the sequence \(z_{n+1} = z_n^2 + c\) remains bounded. Points inside the set are colored black, while points outside receive colors based on how quickly they escape to infinity.
First visualized by Robert W. Brooks and Peter Matelski in 1978, and later popularized by Benoit Mandelbrot, this set exhibits infinite detail, self-similarity, and a boundary that is a fractal of Hausdorff dimension 2. Our generator computes the escape time for each pixel and maps it to a smooth gradient, revealing the intricate filaments and spirals that surround the cardioid.
The Mandelbrot set is not just an artistic curiosity; it connects to chaos theory, complex dynamics, and even number theory. The boundary of the set is where the behavior of the iteration changes dramatically — regions of stability versus chaos. The set's cardioid shape corresponds to the set of parameters for which the iteration has an attracting fixed point. The bulbs attached to it correspond to periodic cycles of higher orders. Our tool allows you to witness these mathematical phenomena visually.