Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Fractals are shapes or patterns that repeat structure at smaller and smaller scales. This reference helps students connect visual patterns to mathematical rules, especially scaling, iteration, and dimension. It is useful for comparing classic fractals such as the Koch snowflake and Sierpiński triangle with complex fractals such as the Mandelbrot set.

Students need these ideas to understand how simple recursive rules can create detailed and irregular structures.

The most important concept is self-similarity, where a whole object is made from smaller copies of itself. Fractal dimension measures how detail changes as scale changes, often using D=logNlogrD = \frac{\log N}{\log r} for exact self-similar fractals. Geometric fractals are built by repeating construction steps, while complex fractals often come from iterating functions such as zn+1=zn2+cz_{n+1} = z_n^2 + c.

These tools help describe shapes that are too irregular for ordinary one-dimensional, two-dimensional, or three-dimensional classification.

Key Facts

  • A self-similar fractal is made of NN smaller copies of itself, each scaled by a factor of 1r\frac{1}{r}.
  • For an exactly self-similar fractal, the similarity dimension is D=logNlogrD = \frac{\log N}{\log r}.
  • A line segment has dimension D=1D = 1, a filled square has dimension D=2D = 2, and many fractals have non-integer dimensions such as 1<D<21 < D < 2.
  • The Sierpiński triangle has N=3N = 3 copies scaled by 12\frac{1}{2}, so D=log3log21.585D = \frac{\log 3}{\log 2} \approx 1.585.
  • The Koch curve has N=4N = 4 copies scaled by 13\frac{1}{3}, so D=log4log31.262D = \frac{\log 4}{\log 3} \approx 1.262.
  • In the Koch snowflake, the perimeter grows without bound while the enclosed area approaches a finite limit.
  • An iterated function system uses repeated transformations such as scaling, rotation, translation, and reflection to generate a fractal.
  • The Mandelbrot set is defined by iterating zn+1=zn2+cz_{n+1} = z_n^2 + c starting at z0=0z_0 = 0 and checking whether the sequence stays bounded.

Vocabulary

Fractal
A fractal is a pattern or shape with detail that repeats across different scales.
Self-similarity
Self-similarity means a shape contains smaller parts that resemble the whole shape.
Scale factor
A scale factor is the ratio that compares the size of a smaller copy to the original, such as 1r\frac{1}{r}.
Fractal dimension
Fractal dimension is a number that measures how a fractal's detail changes as magnification changes.
Iteration
Iteration is the process of repeating the same rule or function again and again.
Mandelbrot set
The Mandelbrot set is the set of complex numbers cc for which zn+1=zn2+cz_{n+1} = z_n^2 + c remains bounded when z0=0z_0 = 0.

Common Mistakes to Avoid

  • Treating fractal dimension as ordinary area is wrong because dimension measures scaling behavior, not the amount of space filled in square units.
  • Using D=logrlogND = \frac{\log r}{\log N} instead of D=logNlogrD = \frac{\log N}{\log r} is wrong because it reverses the copy count and scale ratio.
  • Counting only the visible pieces after one step can be wrong because NN should represent the number of self-similar copies in the repeating rule.
  • Assuming every repeated pattern is a fractal is wrong because a fractal must show self-similar or scale-dependent structure across multiple levels.
  • Thinking an infinite perimeter always means infinite area is wrong because shapes such as the Koch snowflake can have unbounded perimeter but finite area.

Practice Questions

  1. 1 A fractal is made from 55 smaller copies of itself, each scaled by 13\frac{1}{3}. Find its similarity dimension using D=logNlogrD = \frac{\log N}{\log r}.
  2. 2 For the Sierpiński carpet, each stage keeps 88 smaller squares, each scaled by 13\frac{1}{3}. Calculate D=log8log3D = \frac{\log 8}{\log 3} to three decimal places.
  3. 3 In a Koch curve construction, a segment is replaced by 44 segments, each of length 13\frac{1}{3} of the original. If the starting segment has length 99, what is the total length after 22 iterations?
  4. 4 Explain why the Mandelbrot set is generated by a simple rule but can still produce extremely complicated boundary patterns.