The image above shows a construction of
fractals
by joining smaller and smaller cubes to each face of one single cube.
This recursion continues indefinitely.
If is the total surface area of the figure (from the left), what is the value of ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Relevant wiki: General Term Pattern Recognition
For every new cube formed, there will be 4 new square areas arising from each face (Imagine a rising square platform, revealing new 4 lateral squares), and from a 3 on, there will be 5 faces on each old cube for such formation can occur. Hence, the recursion can be evaluated as followed:
a 1 = 6 × ( 3 × 3 ) = 5 4
a 2 = 5 4 + 6 × 4 × ( 1 2 ) = 7 8
a 3 = 7 8 + 6 × 5 × 4 × ( 3 1 ) 2
a 4 = 7 8 + 6 × 5 × 4 × ( 3 1 ) 2 + 6 × 5 2 × 4 × ( 9 1 ) 2
⋮
a n = 7 8 + 6 × 4 [ ( 9 5 ) + ( 9 5 ) 2 + ⋯ + ( 9 5 ) n − 2 ]
Let S = ( 9 5 ) + ( 9 5 ) 2 + ⋯ + ( 9 5 ) n − 2 = 1 − 9 5 9 5 = 4 5 . (This is a sum of a geometric progression)
Hence, n → ∞ lim a n = 7 8 + 6 × 4 ( 4 5 ) = 1 0 8 .