The Sierpiński triangle is a classic example of a self-similar fractal, meaning the same overall
shape repeats at smaller and smaller scales. Start with an equilateral triangle. In the first iteration, connect the
midpoints of the three sides to split the triangle into 4 congruent smaller triangles. Then remove (or “punch out”)
the center one. You are left with 3 solid corner triangles. In the next iteration, you repeat the exact same
procedure on each remaining solid triangle: split it into 4 pieces and remove the new center. After many iterations,
the pattern becomes the familiar “gasket” full of triangular holes.
This construction highlights why fractals are fascinating: each zoom level resembles the whole. In fact, the
Sierpiński triangle contains three copies of itself, each scaled by a factor of \(\tfrac12\). That simple
self-similarity lets you predict several quantities exactly. For example, each iteration keeps 3 triangles out of 4,
so the area shrinks by a factor of \(\tfrac34\) each time. After \(n\) iterations, the remaining area fraction is
\[
\left(\tfrac34\right)^n.
\]
As \(n\to\infty\), this tends to 0, so the limiting fractal has zero area even though it still
occupies space visually and has infinitely many boundary points.
Another striking fact is the number of pieces. At depth \(n\), there are \(3^n\) solid triangles. Each triangle’s
side length is \((\tfrac12)^n\) of the original, so the figure is made of many tiny components. This helps explain
why the boundary becomes extremely complicated: the process creates new edges at every scale. The Sierpiński triangle
also has a non-integer fractal dimension. Using self-similarity, its dimension \(D\) satisfies
\[
3 = \left(\tfrac{1}{2}\right)^{-D} \quad \Rightarrow \quad D=\frac{\ln 3}{\ln 2}\approx 1.585.
\]
This value lies between 1 (a curve) and 2 (a filled region), matching the intuition that the gasket is “more than a
line” but “less than a full area.”
Interactive visualization makes these ideas tangible. When you increase the iteration depth, you see repeated hole
removal and the emergence of self-similar structure. Panning and zooming lets you check that local patches look like
scaled copies of the whole. Because the pattern becomes finer with each depth, higher iterations may require more
drawing work; that’s why calculators often offer both an iteration control and an animation slider for step-by-step
construction. Together, they show how a simple geometric rule produces an object with deep mathematical properties.