Mathwords logoMathwords

Hausdorff Dimension — Definition, Formula & Examples

Hausdorff dimension is a way to assign a fractional (non-integer) dimension to a set, capturing how it scales in complexity. It generalizes the familiar notion of dimension so that objects like fractals can have dimensions such as 1.26 or 0.63.

For a metric space XX, the Hausdorff dimension is defined as dimH(X)=inf{d0:Hd(X)=0}\dim_H(X) = \inf\{d \geq 0 : H^d(X) = 0\}, where Hd(X)H^d(X) is the dd-dimensional Hausdorff measure of XX. It is the critical value of dd at which the Hausdorff measure transitions from infinity to zero.

Key Formula

d=lnNln(1/r)d = \frac{\ln N}{\ln(1/r)}
Where:
  • dd = Hausdorff (similarity) dimension of the fractal
  • NN = Number of self-similar copies at each iteration
  • rr = Scaling ratio of each copy relative to the whole

How It Works

To find the Hausdorff dimension of a self-similar fractal, you identify how many smaller copies NN the fractal breaks into and the scaling ratio rr of each copy. The dimension then satisfies Nrd=1N \cdot r^d = 1, giving d=lnNln(1/r)d = \frac{\ln N}{\ln(1/r)}. This formula works directly for strictly self-similar fractals with uniform scaling. For more complex sets, computing Hausdorff dimension requires measure-theoretic arguments involving coverings by small balls.

Worked Example

Problem: Find the Hausdorff dimension of the Sierpiński triangle.
Identify self-similar pieces: At each stage, the Sierpiński triangle is composed of 3 smaller copies of itself, so N=3N = 3.
Determine scaling ratio: Each smaller copy is scaled by a factor of 12\frac{1}{2} relative to the original, so r=12r = \frac{1}{2}.
Apply the formula: Substitute into the self-similarity dimension formula.
d=ln3ln21.585d = \frac{\ln 3}{\ln 2} \approx 1.585
Answer: The Hausdorff dimension of the Sierpiński triangle is ln3ln21.585\frac{\ln 3}{\ln 2} \approx 1.585.

Why It Matters

Hausdorff dimension appears in fractal geometry, dynamical systems, and geometric measure theory. It is used to classify strange attractors in chaos theory and to quantify the roughness of coastlines, turbulence boundaries, and signal noise in applied mathematics and physics.

Common Mistakes

Mistake: Assuming Hausdorff dimension must be an integer.
Correction: Unlike topological dimension, Hausdorff dimension can take any non-negative real value. A set embedded in R2\mathbb{R}^2 can have dimension 1.585, for instance.