| The Sierpenski Triangle is a fractal, much like the Cantor Set, which is generated by starting with a Triangle and iteratively taking the middle fourth out of all of the triangles. To the right are the first four iterations of the Sierpenski Triangle. |
|
|||||||
Let us create an iteration and name it Arean, standing for the Area at the nth iteration. We know that:
Area0 = c
Arean = (3/4)*Arean-1, n>0
Arean = c(3/4)n
So:
| Iteration | Area |
|---|---|
| 0 | 1.00000*c |
| 1 | 0.75000*c |
| 2 | 0.56250*c |
| 3 | 0.42187*c |
| 4 | 0.31641*c |
| 5 | 0.23730*c |
| ... | ... |
| 10 | 0.05631*c |
| ... | ... |
| 100 | 3.207*10-13*c |
| ... | ... |