Fractals are geometric figures that show repeating structure at many different scales. They matter because they connect simple rules to shapes that look complex, such as snowflakes, coastlines, ferns, and branching blood vessels. Self-similarity means that a smaller part of the figure resembles the whole figure.
The Koch snowflake and Sierpinski triangle are classic examples because both grow from simple starting shapes by repeated iteration.
In an iteration, the same construction rule is applied again and again to every eligible part of the shape. For the Koch snowflake, each line segment is replaced by four shorter segments that form a triangular bump, causing the perimeter to grow without limit. For the Sierpinski triangle, the middle triangle is repeatedly removed, leaving a pattern of smaller triangles.
These examples show how fractals can have surprising properties, such as finite area with infinite perimeter or a dimension between ordinary one-dimensional and two-dimensional shapes.
Key Facts
- Self-similarity means a shape contains smaller copies or near-copies of itself.
- Iteration means repeating the same rule step by step to build a pattern.
- Koch segment rule: replace 1 segment with 4 segments, each of length 1/3 of the original.
- Koch snowflake perimeter after n iterations: P_n = P_0(4/3)^n.
- Sierpinski triangle count after n iterations: N_n = 3^n smaller triangles remain.
- Sierpinski triangle area after n iterations: A_n = A_0(3/4)^n.
Vocabulary
- Fractal
- A fractal is a geometric pattern that has detailed structure at many scales and is often created by repeating a simple rule.
- Self-similarity
- Self-similarity is the property that parts of a shape look like smaller versions of the whole shape.
- Iteration
- Iteration is the process of applying the same rule repeatedly to generate each new stage of a pattern.
- Koch snowflake
- The Koch snowflake is a fractal made by adding triangular bumps to the sides of an equilateral triangle again and again.
- Sierpinski triangle
- The Sierpinski triangle is a fractal made by repeatedly removing the middle triangle from an equilateral triangle.
Common Mistakes to Avoid
- Thinking a fractal is just any complicated shape is wrong because a fractal is defined by repeated structure across scales, not by visual complexity alone.
- Counting only the outer outline of a Sierpinski triangle is wrong because the pattern depends on the repeated removal of central triangles and the remaining smaller triangles.
- Assuming the Koch snowflake perimeter stays finite is wrong because each iteration multiplies the perimeter by 4/3, so it grows without bound.
- Confusing area and perimeter growth is wrong because the Koch snowflake perimeter increases forever while its area approaches a finite limit.
Practice Questions
- 1 A Koch snowflake starts with an equilateral triangle of side length 9 cm. What is its perimeter after 2 iterations?
- 2 A Sierpinski triangle starts with area 64 cm^2. What area remains after 3 iterations?
- 3 Explain why the Koch snowflake can have an infinite perimeter but still enclose a finite area.