The Hidden Beauty of Numbers
Mathematics is often seen as a field of rigid rules and dry formulas. Yet behind the simple elegance of the equation z² + c lies something fascinating: the world of fractals. These images are not hand-drawn illustrations, but the visual echo of infinite iterations in the complex number plane. The journey takes us from binary decisions through complex renormalizations to simulated lighting effects.
Step 1: The Binary Foundation / Inside or Outside?

Every fractal visualization begins with escape-time analysis. The principle is based on a simple feedback loop: we take a point in the complex number plane and run it through the formula again and again. This creates two groups:
- The Prisoners (Prisoner Set): Points whose values remain stable and never grow beyond a certain boundary.
- The Escapees (Escape Set): Points whose values escape after a few or many steps.
In binary mode, this distinction is strictly separated: white or black for the prisoners, and the opposite color for the escaping points. Visually, however, this model is unsatisfying; it recalls the rough aesthetic of early computer graphics. Details in fine structures are lost. If the parameter c lies outside the Mandelbrot set, the image also breaks apart into so-called “fractal dust,” a mathematical Cantor set that, in binary mode, appears as little more than flickering noise.
Step 2: Escape Velocity / Grayscale Adds Depth

To make the dynamics of the number plane visible, we use the information of how quickly a point escapes. We check the magnitude, or modulus, of the value: as soon as |z| > 2, the point is irreversibly on its way to infinity. We then count the number of calculation steps, the raw escape count, until this boundary is crossed.
Escape time functions here like a kind of ink drawing of the dynamics. It makes the invisible currents of the number plane tangible by giving each point visual depth based on its individual “escape velocity.”
These grayscale values suddenly reveal structures and filaments that were previously invisible. We no longer see just a solid mass, but the complex extensions the fractal sends out into space.
Step 3: The Color Spectrum

The transition from grayscale to color works best through the HSV color space: hue, saturation, and value. In flow mode, the smoothed escape time is projected onto the color wheel, creating hypnotic “chromatic waves” that flow through the fractal.
Imagine coloring a topographic map. Here, however, the “elevation levels” do not correspond to vertical position, but to the time a point needs to escape. We assign colors to these “time elevations” in order to make the valleys and peaks of the dynamics visible.
Conclusion: Infinity in the Living Room
The journey from a simple binary decision to a sculptural work of art reveals the symbiosis of precise numerical computation and aesthetic intuition. It is the transformation of computation time into spatial depth.