Guest Session: 1 Question Remaining. Create Account to save progress.
Login
Recursionmedium
0:00.0

A fractal is constructed by starting with an equilateral triangle of area 1. In each step, we replace each line segment of the boundary with a generator of 4 segments, each of length 1/3 of the original. The area of the resulting Koch snowflake at step nnn is modeled by An=An−1+13(49)n−1A_n = A_{n-1} + \frac{1}{3} \left(\frac{4}{9}\right)^{n-1}An​=An−1​+31​(94​)n−1 for n≥1n \geq 1n≥1 with A0=1A_0 = 1A0​=1. Find the limit of the area AnA_nAn​ as n→∞n \to \inftyn→∞.