ConceptComplete

Fractals and Dimension - Examples and Constructions

Classical fractals demonstrate key principles of self-similarity, iteration, and scaling. These examples provide intuition for fractal geometry and serve as models for understanding more complex dynamical attractors.

ExampleKoch Snowflake

The Koch curve is constructed by iteratively replacing each line segment with four segments of 1/3 the length, forming a triangular bump. Starting with an equilateral triangle, the Koch snowflake results after infinitely many iterations.

Properties:

  • Self-similar: each small section resembles the whole
  • Infinite perimeter: length grows by factor 4/3 each iteration, diverging
  • Finite area: bounded by the circumscribed circle
  • Dimension: d=log⁑4/log⁑3β‰ˆ1.262d = \log 4/\log 3 \approx 1.262

The Koch snowflake models coastlines and natural boundaries with fractal structure.

ExampleSierpinski Gasket

The Sierpinski gasket (or triangle) removes the central triangle from an equilateral triangle, then repeats for each remaining piece. Alternatively, it's the attractor of an IFS with three similarities, each scaling by 1/21/2:

3β‹…(1/2)d=1β‡’d=log⁑3log⁑2β‰ˆ1.5853 \cdot (1/2)^d = 1 \quad \Rightarrow \quad d = \frac{\log 3}{\log 2} \approx 1.585

This fractal appears in:

  • Cellular automata (Rule 90)
  • Pascal's triangle mod 2
  • Vibration modes of triangular membranes

The gasket demonstrates that fractals arise naturally in diverse mathematical contexts.

ExampleJulia Sets

For fc(z)=z2+cf_c(z) = z^2 + c, the filled Julia set KcK_c consists of bounded orbits:

Kc={z∈C:fcn(z)β†’ΜΈβˆž}K_c = \{z \in \mathbb{C} : f_c^n(z) \not\to \infty\}

The Julia set Jc=βˆ‚KcJ_c = \partial K_c (boundary) is typically fractal:

  • For c=0c = 0: J0J_0 is the unit circle (dimension 1)
  • For c=βˆ’1c = -1: Jβˆ’1J_{-1} is a dendrite with dimension β‰ˆ1.27\approx 1.27
  • For cc in the Mandelbrot set but near the boundary: JcJ_c has intricate fractal structure

Julia sets exhibit self-similarity under iteration of fcf_c, with dimension varying continuously with cc. They're among the most visually striking fractals, displaying infinite complexity at all scales.

ExampleDragon Curve

The dragon curve is the limit of folding a strip of paper in half repeatedly and unfolding at right angles. It's self-similar with two pieces, each rotated 45Β°45Β° and scaled by 1/21/\sqrt{2}:

2β‹…(1/2)d=1β‡’d=22 \cdot (1/\sqrt{2})^d = 1 \quad \Rightarrow \quad d = 2

Despite being a curve, its dimension is 2β€”it's a space-filling curve that completely covers a region. This demonstrates that topological and fractal dimensions can differ dramatically.

ExampleMenger Sponge

The Menger sponge is the 3D analog of the Sierpinski carpet: remove the central cube and face centers from a cube, then repeat. It has:

  • Zero volume (measure decreases geometrically)
  • Infinite surface area
  • Dimension: d=log⁑20/log⁑3β‰ˆ2.727d = \log 20/\log 3 \approx 2.727

The sponge models porous materials and demonstrates that fractals extend naturally to higher dimensions. Its structure appears in chemical catalysts and biological tissues.

Remark

These constructions reveal common themes:

  • Iteration: Fractals emerge from repeated application of simple rules
  • Self-similarity: Each part resembles the whole at different scales
  • Non-integer dimension: Quantifies how fractals fill space incompletely
  • Infinite detail: Zooming in reveals ever-finer structure

These examples inspired the modern theory of fractals and continue to serve as test cases for numerical algorithms and theoretical results.

Classical fractals bridge pure mathematics and natural phenomena. While initially mathematical curiosities, they now model coastlines, turbulence, galaxy distributions, and market fluctuations. Understanding these examples provides intuition for analyzing the fractal geometry that emerges ubiquitously in chaotic dynamical systems.