Fractal Cubes

The image above shows a construction of fractals by joining smaller and smaller cubes to each face of one single cube.

  • We start with a cube of side length 3.
  • In the second figure, the 6 new cubes are formed with a side length of 1 3 \dfrac{1}{3} of its previous cube.
  • Then from the third figure and so on, the new cubes can only be formed on the 5 faces of the previous cubes with side length 1 3 \dfrac{1}{3} of its previous cube.

This recursion continues indefinitely.

If a n a_{n} is the total surface area of the n th n^\text{th} figure (from the left), what is the value of lim n a n \displaystyle \lim_{n \to \infty} a_{n} ?


The answer is 108.

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.

1 solution

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 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 ) = 54 a_{1} = 6\times (3\times 3) = 54

a 2 = 54 + 6 × 4 × ( 1 2 ) = 78 a_{2} = 54 + 6\times 4\times (1^2) = 78

a 3 = 78 + 6 × 5 × 4 × ( 1 3 ) 2 a_{3} = 78 + 6\times 5\times 4\times (\dfrac{1}{3})^2

a 4 = 78 + 6 × 5 × 4 × ( 1 3 ) 2 + 6 × 5 2 × 4 × ( 1 9 ) 2 a_{4} = 78 + 6\times 5\times 4\times (\dfrac{1}{3})^2 + 6\times 5^2 \times 4\times (\dfrac{1}{9})^2

\vdots

a n = 78 + 6 × 4 [ ( 5 9 ) + ( 5 9 ) 2 + + ( 5 9 ) n 2 ] a_{n} = 78 + 6\times 4[ (\dfrac{5}{9}) + (\dfrac{5}{9})^2 + \cdots + (\dfrac{5}{9})^{n-2}]

Let S = ( 5 9 ) + ( 5 9 ) 2 + + ( 5 9 ) n 2 = 5 9 1 5 9 = 5 4 S = (\dfrac{5}{9}) + (\dfrac{5}{9})^2 + \cdots + (\dfrac{5}{9})^{n-2} = \dfrac{\dfrac{5}{9}}{1-\dfrac{5}{9}} = \dfrac{5}{4} . (This is a sum of a geometric progression)

Hence, lim n a n = 78 + 6 × 4 ( 5 4 ) = 108 \displaystyle \lim_{n \to \infty} a_{n} = 78 + 6\times 4(\dfrac{5}{4}) = \boxed{108} .

Moderator note:

Good explanation.

In the write-up, it would be better to leave a 2 , a 3 , a 4 a_2, a_3, a_4 in it's expanded form where it has a first term of 54. This makes the pattern more obvious.

Thank you for the review. ;)

Worranat Pakornrat - 5 years, 3 months ago

108 is a very sacred number for us Hindus in India.

Vijay Simha - 12 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...