The similarity dimension of a fractal is computed using the formula: ds = Log(N)/Log(1/r), where N is the number of self-similar pieces the fractal is composed of, and r is the scaling factor or ratio by which each piece is reduced compared to the whole.
Understanding Similarity Dimension
The similarity dimension (ds) provides a measure of how a fractal fills space at different scales. Unlike Euclidean dimensions (1 for a line, 2 for a plane, 3 for space), fractal dimensions can be non-integer values. This reflects the fact that fractals exhibit more complexity and detail than simple geometric shapes.
Formula Breakdown
- ds: Represents the similarity dimension.
- N: Represents the number of self-similar pieces that the fractal is made up of. For example, the Koch curve is made up of 4 self-similar pieces.
- r: Represents the scaling factor, or the ratio by which each piece is reduced compared to the original. For example, each piece of the Koch curve is 1/3 the size of the original.
- Log: Represents the logarithm, typically base 10 or the natural logarithm (base e). The base used doesn't affect the result, as long as it is consistent.
Calculation Steps
- Identify the self-similar pieces: Determine how many identical copies of a smaller version of the fractal make up the whole fractal. This is your 'N' value.
- Determine the scaling factor (r): Find the ratio by which the smaller copy is scaled down compared to the original. This is your 'r' value. Express r as a fraction or decimal.
- Apply the Formula: Substitute N and r into the formula ds = Log(N) / Log(1/r).
- Calculate: Use a calculator to compute the logarithms and perform the division to find the similarity dimension.
Example: The Koch Curve
- N = 4: The Koch curve is composed of 4 self-similar pieces.
- r = 1/3: Each piece is 1/3 the size of the original Koch curve.
Therefore:
ds = Log(4) / Log(1/(1/3)) = Log(4) / Log(3) ≈ 1.2619
The Koch curve has a similarity dimension of approximately 1.2619. This non-integer dimension indicates that the Koch curve is more complex than a simple line (dimension 1) but less space-filling than a plane (dimension 2).
Conclusion
The similarity dimension is a valuable tool for quantifying the complexity of fractals by relating the number of self-similar parts to their scaling factor. The formula ds = Log(N)/Log(1/r) provides a straightforward method for calculating this dimension, allowing for the comparison and characterization of different fractal structures.