Sierpinski Triangle (Sieve) — Definition, Formula & Examples
The Sierpinski Triangle (also called the Sierpinski Sieve) is a fractal created by starting with an equilateral triangle and repeatedly removing the middle triangle from every remaining filled triangle. This process continues infinitely, producing a shape with zero area but infinite perimeter.
The Sierpinski Triangle is a self-similar fractal subset of the Euclidean plane. Beginning with a solid equilateral triangle , each iteration is formed by subdividing every filled equilateral triangle into four congruent sub-triangles and removing the interior of the central one. The Sierpinski Triangle is the limit , and its Hausdorff dimension is .
Key Formula
Where:
- = Total shaded area after n iterations
- = Area of the original equilateral triangle
- = Number of iterations (removal steps)
How It Works
To build a Sierpinski Triangle, start with a filled equilateral triangle. Find the midpoints of all three sides and connect them, forming four smaller congruent triangles. Remove the central upside-down triangle. Now repeat this process for each of the three remaining filled triangles. At each stage, the number of filled triangles triples while each one shrinks to one-quarter of its previous area, so the total shaded area is multiplied by . After infinitely many iterations, the remaining area approaches zero, yet the boundary length grows without bound.
Worked Example
Problem: An equilateral triangle has side length 8 cm. After 3 iterations of the Sierpinski process, how many filled triangles remain and what is the total shaded area?
Step 1: Find the area of the original triangle using the equilateral triangle formula.
Step 2: Count the filled triangles. Each iteration triples the count: after n iterations there are filled triangles.
Step 3: Apply the area formula. Each iteration keeps three-quarters of the remaining area.
Answer: After 3 iterations, there are 27 filled triangles with a combined area of cm².
Another Example
Problem: What fraction of the original area remains after 5 iterations of the Sierpinski process?
Step 1: Use the ratio formula with n = 5.
Step 2: Compute the power.
Answer: About 23.7% of the original area remains after 5 iterations — roughly of the starting triangle.
Visualization
Why It Matters
The Sierpinski Triangle appears in precalculus and discrete math courses when studying sequences, geometric series, and limits. It also shows up in Pascal's Triangle — if you shade only the odd entries, the pattern converges to a Sierpinski Triangle. Computer scientists use it to teach recursive algorithms, and engineers encounter fractal antenna designs based on this shape.
Common Mistakes
Mistake: Thinking the area shrinks to zero after a finite number of steps.
Correction: Each iteration multiplies the area by 3/4, which never reaches zero. The area only reaches zero in the limit as n approaches infinity. After any finite number of steps, some positive area remains.
Mistake: Multiplying the number of triangles by 4 instead of 3 at each stage.
Correction: Each filled triangle splits into 4 sub-triangles, but you remove the central one. So only 3 filled triangles survive per parent, giving total after n iterations.
