chaos and fractals
Fractal Geometry
You should know: chaos theory, lorenz system
Overview
Fractal geometry studies objects with non-integer dimension, self-similar structure at all scales, and intricate detail that cannot be captured by classical Euclidean geometry. Fractals arise naturally as attractors of chaotic dynamical systems, boundaries of basins of attraction, and limit sets of iterated function systems. Key measures include Hausdorff dimension, box-counting dimension, and the relationship between dimension and chaos.
Intuition
Classical geometry asks: what is the length of a coastline? As you use a finer and finer ruler, you find more and more detail, and the measured length keeps growing. Fractals formalize this idea: a coastline is not 1-dimensional (a line) nor 2-dimensional (an area), but something in between -- perhaps dimension 1.25. Self-similarity means zooming in reveals copies of the whole: the Mandelbrot set is endlessly complex at every scale.
Formal Definition
The Hausdorff dimension of a set E is defined via s-dimensional Hausdorff measure: dim_H(E) = inf{s >= 0 : H^s(E) = 0}. The box-counting (Minkowski) dimension is: dim_B(E) = lim_{epsilon->0} log N(epsilon)/log(1/epsilon), where N(epsilon) is the number of boxes of size epsilon needed to cover E. For self-similar sets satisfying the open set condition, both coincide.
Notation
| Notation | Meaning |
|---|---|
| Hausdorff dimension | |
| Box-counting (Minkowski) dimension | |
| s-dimensional Hausdorff measure | |
| Number of boxes of size epsilon needed to cover the set |
Theorems
Worked Examples
- 1
At stage n, the Cantor set is covered by 2^n intervals of length epsilon = (1/3)^n.
- 2
So N(epsilon) = 2^n and epsilon = (1/3)^n.
- 3
Compute the box-counting dimension:
✓ Answer
dim_B(Cantor set) = log(2)/log(3) approximately 0.631.
Practice Problems
Compute the Hausdorff dimension of the Sierpinski triangle (each step replaces a triangle with 3 half-sized copies).
A self-similar fractal consists of 5 copies of itself, each scaled by factor 1/4. What is its Hausdorff dimension?
Explain why the boundary of the Mandelbrot set is considered a fractal, and what property characterizes points on it.
What is the Hausdorff dimension of the Koch snowflake curve (boundary only)?
Common Mistakes
A fractal must be self-similar (exactly the same at every scale).
Exact self-similarity is a special case. Many fractals (like the Mandelbrot set boundary) are statistically self-similar or have approximate self-similarity under magnification, but not exact copies.
Hausdorff dimension and topological dimension are the same thing.
Topological dimension is always an integer (0 for points, 1 for curves, 2 for surfaces). Hausdorff dimension can be any non-negative real number. For a fractal, Hausdorff dimension strictly exceeds topological dimension.
Quiz
Historical Background
Benoit Mandelbrot coined the term 'fractal' in 1975, unifying previously isolated mathematical curiosities (Cantor set, Koch curve, Sierpinski triangle) under a common framework. However, these objects had been studied decades earlier: Georg Cantor described his set in 1883, Helge von Koch created his snowflake in 1904, and Waclaw Sierpinski his triangle in 1915. Mandelbrot's 1982 book 'The Fractal Geometry of Nature' demonstrated that fractals appear throughout nature in clouds, coastlines, ferns, and galaxy distributions.
- 1883
Cantor describes the Cantor set (middle-thirds construction)
Georg Cantor
- 1904
Koch introduces the snowflake curve (continuous but nowhere differentiable)
Helge von Koch
- 1915
Sierpinski describes his triangle (gasket)
Waclaw Sierpinski
- 1918
Hausdorff introduces Hausdorff measure and fractional dimension
Felix Hausdorff
- 1975
Mandelbrot coins 'fractal' and demonstrates fractals in nature
Benoit Mandelbrot
- 1979
Mandelbrot discovers the Mandelbrot set during exploration of quadratic maps
Benoit Mandelbrot
- 1982
Mandelbrot publishes The Fractal Geometry of Nature
Benoit Mandelbrot
Summary
- Fractals are sets with non-integer Hausdorff dimension, self-similarity at multiple scales, and intricate structure.
- Hausdorff dimension is defined via measure theory; box-counting dimension is computed as lim log N(eps)/log(1/eps).
- Key examples: Cantor set (dim = log2/log3 ~ 0.63), Koch curve (dim = log4/log3 ~ 1.26), Sierpinski triangle (dim = log3/log2 ~ 1.58).
- Julia sets and the Mandelbrot set arise from complex quadratic dynamics and are canonical examples of fractals in dynamical systems.
References
- BookMandelbrot, B. B. (1982). The Fractal Geometry of Nature. W. H. Freeman.
- BookFalconer, K. (2003). Fractal Geometry: Mathematical Foundations and Applications (2nd ed.). Wiley.
Mathematics