The image above shows a construction of fractal by joining smaller and smaller squares to each side of one single square.
As this recursion continues indefinitely, what does the total area of the figure tend to?
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.
a 1 = 3 × 3 = 9
a 2 = 3 × 3 + 4 × ( 1 2 ) = 1 3
a 3 = 9 + 4 + 4 × 3 × ( 3 1 ) 2
a 4 = 9 + 4 + 4 × 3 × ( 3 1 ) 2 + 4 × 3 2 × ( 3 2 1 ) 2
⋮
a n = 9 + 4 + 4 [ ( 3 1 ) + ( 9 1 ) + ( 2 7 1 ) + ⋯ + ( 3 n − 2 1 ) ]
Let S = ( 3 1 ) + ( 9 1 ) + ( 2 7 1 ) + ⋯ + ( 3 n − 2 1 ) = 1 − 3 1 3 1 = 2 1 . (This is a sum of a geometric progression)
Hence, n → ∞ lim a n = 9 + 4 + 4 ( 2 1 ) = 1 5 .