Iterative Fractals Exploration
Objective:
A first look at Fractals. Explore the Sierpinski triangle by creating some iterations by hand and then using the computer.
The simplest fractals are constructed by iteration. This means that we apply a certain process repeatedly. For example, start with a filled-in triangle and remove the middle fourth. Repeat this process:
Here we see respectively 1 and 2 iterations of this recursive process.
For every filled-in triangle, connect the midpoints of the sides and remove the middle triangle. Iterating this process produces, in the limit, the Sierpinski Gasket. The gasket is self-similar. That is, it is made up of smaller copies of itself. "Big gaskets are made of little gaskets, The bits into which we slice 'em. And little gaskets are made of lesser gaskets And so ad infinitum."
- Iterate the process four times, shade in the resulting triangles:
- Go to the Geometer’s Sketchpad. Go to the folder “Samples”, then “Sketches”, then “Geometry”. Open “Fractal Gallery”. Explore the Sierpinski Gadget, the Koch Snowflake and the Golden Spiral.
a. Explain how the Koch Snowflake fractal is produced. (give a sketch.)
b. Explain how the Golden Spiral is produced. (give a sketch.)
Handin: A sheet with answers to all questions.