Block Fractals

Exercises - Five Block Configuration Volume

Here we compute the volume of the four cube configuration by finding a pattern in the volumes of the first few levels of the construction.

Level 1 Level 2 Level 3

LevelSide LengthNumber of CubesCube VolumeTotal Volume
1151 V1 = 5*1
21/252 (1/2)3 = 1/8V2 = 52*(1/8)
31/453 (1/4)3 = (1/8)2 V3 = 53*(1/8)2
......... ......
n1/2n-15n (1/2n-1)3 = (1/8)n-1 Vn = 5n*(1/8)n-1 = 5*(5/8)n-1
Total Vol vs level

Because Vn = 5*(5/8)n-1 -> 0 as n -> infinity, the limiting shape has zero volume.

Return to exercises.