Block Fractals

Sample - Perimeter

Here we compute the perimeters (lengths of the edges) of levels 1, 2, and 3, and the perimeter of the limiting shape.
Some of the edges of the cubes are shared between two or three cubes, so a bit of care is needed with this calculation.
Click the Total Perimeter entry for an explanation of the overlaps.

Level 1 Level 2 Level 3

LevelSide LengthNumber of CubesCube PerimeterTotal Perimeter
11312 P1 = 3*12*1 - (2*6*1 + 2*1) = (3*12 - (2*6 + 2))*1 = 22*1
21/232 12*(1/2) P2 = (3*22 - 6 - 6 - 1)*(1/2) = (3*22 - 13)*(1/2)
31/433 12*((1/2)2) P3 = (3*(3*22 - 13) - 13)*(1/4) = (3*3*22 - 13*(1 + 3))*(1/4)
41/834 12*((1/2)3) P4 = (33*22 - 13*(1 + 3 + 32))*(1/8)
......... ......
n1/2n-13n 12*((1/2)n-1) Pn = (3n-1*22 - 13*(1 + 3 + 32 + ... + 3n-2))*(1/2n-1)
Total Perimeter vs level

Recognizing the bracketed sum in Pn is a finite geometric series, we see
    Pn = (3n-1*22 - 13*(1 + 3 + 32 + ... + 3n-2))*(1/2n-1)
    = (3n-1*22 - 13*(1 - 3n-1)/(1 - 3))*(1/2n-1)
    = (3n-1*(22 - (13/2)) + 13/2)*(1/2n-1)
So Pn -> infinity as n -> infinity.
This suggests the limiting shape has infinite perimeter, yet some care is needed.
The perimeters of the cubes are longer than the perimeters of the corresponding pieces of the limiting shape, so we have just shown that infinity is an upper bound for the perimeter of the limiting shape.
More carefully, we see the limiting shape is a right isosceles gasket, which we have seen has infinite perimeter.
This is no surprise: the gasket has dimension Log(3)/Log(2) > 1, the perimeter is a 1-dimensional measure, and so the perimeter of a Log(3)/Log(2)-dimensional object is infinite.

Return to sample.