fractal geometry
The Mandelbrot Set
You should know: complex numbers
Overview
The Mandelbrot set is the set of complex numbers c for which the sequence z→z²+c, starting at z=0, stays bounded forever rather than escaping to infinity. Despite that simple rule, plotting which points belong to the set produces one of the most intricate and famous images in mathematics — infinitely detailed at every zoom level.
Intuition
Pick a complex number c. Start with z=0, and repeatedly replace z with z²+c. For some values of c, this sequence of numbers stays close to the origin forever — bounded. For others, it rockets off toward infinity. Color each point c black if it stays bounded, and color escaping points based on HOW FAST they escape. That coloring rule alone produces the Mandelbrot set's famous shape, and zooming into its boundary reveals endless self-similar detail that never simplifies, no matter how far you zoom in.
Interactive Graph
Formal Definition
The Mandelbrot set M is defined via the iteration:
The defining recurrence
Notation
| Notation | Meaning |
|---|---|
| A complex parameter — the point being tested for set membership | |
| The n-th iterate of the sequence starting from z₀=0 |
Properties
Boundedness
Self-similarity
Connectedness
Theorems
Applications
Worked Examples
z₀=0, and z₁ = 0² + 0 = 0. The sequence stays at 0 forever.
Answer: Yes — trivially bounded, c=0 is in M (it's the center of the main cardioid).
Practice Problems
Is c = -1 in the Mandelbrot set? Compute the first few iterates.
Common Mistakes
Confusing the Mandelbrot set (parameter space, one image for all c) with a Julia set (dynamical space, one image PER fixed c).
The Mandelbrot set answers 'for which c does the orbit of 0 stay bounded?' A Julia set fixes c and asks 'for which starting z does the orbit stay bounded?' -- related but different questions.
Quiz
Flashcards
Historical Background
The set is named for Benoît Mandelbrot, who used computer visualizations at IBM in 1980 to study a family of complex dynamical systems investigated earlier by Pierre Fatou and Gaston Julia in the 1910s (the closely related Julia sets). Mandelbrot's 1980 image was among the first computer-generated fractal images ever published, and his 1982 book The Fractal Geometry of Nature popularized fractals as a serious mathematical subject connecting to coastlines, clouds, and branching patterns in nature.
- 1918
Fatou and Julia study the underlying complex dynamics (Julia sets)
Pierre Fatou, Gaston Julia
- 1980
Mandelbrot generates the first computer visualization of the set
Benoît Mandelbrot
- 1982
The Fractal Geometry of Nature popularizes fractals broadly
Benoît Mandelbrot
Summary
- The Mandelbrot set contains complex numbers c where the orbit of 0 under z→z²+c stays bounded.
- Entirely contained within the disk |c| ≤ 2; if |z| ever exceeds 2, divergence is guaranteed.
- Famous for infinite self-similar detail at every zoom level along its boundary.
- Proven connected by Douady and Hubbard in 1984.
- A standard benchmark for parallel computing since each pixel is independent.
References
- WebsiteWikipedia — Mandelbrot set
Mathematics