-
Notifications
You must be signed in to change notification settings - Fork 0
Mandelbrot Mode
The Mandelbrot set is the set of complex numbers c for which the iteration
z(n+1) = z(n)^2 + c
z(0) = 0
does not escape to infinity.
Each point in Mandelbrot mode represents a parameter c in the complex plane. For every such c, the quadratic map above is iterated, and the orbit is checked for boundedness.
The dynamics behind the Mandelbrot set were studied by Pierre Fatou and Gaston Julia in the early 20th century, but the set became famous through the work of Benoit Mandelbrot, who used computer graphics to reveal its extraordinary structure.
The Mandelbrot set is one of the most iconic objects in mathematics because it combines a very simple rule with infinite complexity. Its boundary contains endlessly repeating forms, delicate filaments, spirals, bulbs, and miniature copies of itself at every scale.
A useful way to think about the set is:
- the interior corresponds to parameters with stable attracting behavior
- the boundary is where stability breaks down and chaos emerges
- the deeper you zoom, the more the boundary reveals new copies, new distortions, and new transitions between order and disorder
The Mandelbrot set is finite in overall size, yet infinite in detail.
- The large heart-shaped central region is called the main cardioid.
- The attached circular regions are called bulbs, each associated with stable cycles of different periods.
- Tiny copies of the full set are called mini-Mandelbrots or microbrots.
- Thin branching structures, spirals, and tendrils dominate the chaotic boundary.
- Special boundary points called Misiurewicz points are preperiodic and often create especially sharp and dramatic local geometry.
The Mandelbrot set sits at the crossroads of:
- complex analysis
- dynamical systems
- chaos theory
- fractal geometry
- computer visualization
It also acts as a map of quadratic Julia sets: the location of c determines the character of the corresponding Julia set.
You can explore these in the app.
- Default — The classic full view of the Mandelbrot set, centered on the main cardioid and major bulbs.
- Seahorse Valley — One of the most famous regions, filled with spirals, tendrils, and endlessly repeating seahorse-like forms.
- Misiurewicz Point 1 — A sharp preperiodic landmark with pinched geometry and highly structured branching.
- Misiurewicz Point 2 — Another dramatic preperiodic hotspot with dense local complexity.
- Microbrot — A miniature copy of the Mandelbrot set embedded deep within the boundary.
- Nucleus — A dense central region near a minibrot where multiple layers of structure converge.
-
Devil's Eye — A near-cusp region close to
c = -2, where the boundary forms a narrow eye-like slit. - Where the Math Ends — An ultra-deep zoom near the far left edge, pushing numerical precision to extremes.
- Tip — A razor-thin endpoint of a branching structure, emphasizing the infinite sharpness of the boundary.
- Corona — A halo-like ring of filaments around a tiny structure, resembling a glowing stellar crown.
- Kaleidoscope — Dense mirrored shards and folds that create a highly symmetric visual effect.
- Eyes — Twin cavities framed by curved tendrils, producing an eye-shaped composition.
- Nova Core — A bright knot of branching detail, like a stellar burst frozen in mathematics.
- Tentacles — Long filamentary arms stretching outward from a turbulent boundary region.
- Spiral — A curled structure where repeated folding creates a vortex-like appearance.
- Spacetime Rupture — A dramatic tear-like region where thin threads and large voids collide.
- Owl — A symmetric formation whose dark hollows and arcs suggest an owl face.
- Rabbits — A playful bulb-and-filament arrangement with repeated ear-like protrusions.
- Hyperspace — A tunnel-like zoom through rapidly receding layers of fractal detail.
- Plasma Storm — Highly energetic branching and glowing folds that resemble charged turbulence.
- Grain — Fine particulate texture at larger scale, where the set looks almost dusty or granular.
- MRI — A layered scan-like cross-section of folded bands and interior cavities.
- Hemp — Thin thread-like branching with a fibrous organic texture.
- Wormhole — A narrow channel leading into a dense interior, giving the impression of a portal.
- Cord — A taut filament linking denser nodes across a narrow gap.
- Nebula — A diffuse cloud-like region with soft branching and suspended island detail.
- 8-16-32 — A region suggestive of repeated doubling and layered satellite structure.
- Forest — Dense upright filaments packed together like trunks or reeds.
- Atom — Orbit-like loops around a compact center, evoking an atomic diagram.
- Spike Protein — A spiky exterior region with many short protrusions radiating from a core.
- Cavern — A hollow cave-like opening surrounded by rough fractal walls.
- Keyhole — A narrow neck opening into a rounded chamber, producing a lock-like silhouette.
By Radim Brnka © 2025-2026