Last Time | Next Time |
We looked at two fractals in particular:
I've found a Java program (from here) that we can use to visualize fractals using what is known as the "L-System" (Lindenmayer Substitution Fractals).
So Emma's fractal is f=f++f---fff+++f--f (sort of).
This key notion is more formally called "self-similarity": "a self-similar object is exactly or approximately similar to a part of itself (i.e. the whole has the same shape as one or more of the parts)."
See how these arise out of the idea that we carry out a process, then "do it again, do it again"....
"A paper" is something you've no doubt encountered before: it's the long sheets we occasionally use (usually "A4" paper), which is far more common in Europe.
"A paper" is constructed so that, if folded in half (do we say the long way or the short way?), you get a sheet which has exactly the same shape -- that is, the ratio of its side lengths is the same as the original sheet.
Let's see what the dimensions of A paper must be so that this requirement is fulfilled....
Call the long dimension of the A1 paper above , and the
short dimension 1.
Why not an A0 paper spiral? Let's try that.... This is the spiral, created using non-squares each time:
In both cases there's "the world within the world". Both are fractals.
It turns out that nature loves fractals, just like it loves Fibonacci numbers.
Let's make a variation of that. Use your graph paper, and a stick along the edge that's 27 units long. Best to use a pencil with a good eraser!
Triangular paper (you will want to try making one of those).
What happens to the length of the Koch fractal? Let's compute it for the first few cases.
How big of an area contains the Koch fractal? A finite area. And how long is it? Infinitely long! This is kind of puzzling.... But, in a way, it helps to explain things like DNA: if you twist something up enough, you can get a very long thing in a tight space!
Alternatively: instead of triangular tents, we could make square tents. What happens if we do that? Again, use a power of 3 to make your fractal (because we're cutting things into threes).
The golden spiral is a fractal generated with areas rather than sticks (as are the Fibonacci spiral fractal and the A-paper spiral).
The Sierpinski triangle is a more famous area fractal.
Again, there is an initiator and a generator: the object, and then what one does to it to create new initiators.
After we're finished removing all that stuff, how much area is left in the triangle?
The Chaos game - generating Sierpinski's triangle using random movement!
Start with an equilateral triangle. Pick a point, anywhere. Roll a die. If you roll
Here's a better version of that, that has more general options.
From randomness comes order; from simple rules comes complicated objects! Then all hell broke loose....
You might try creating some of your own.
The Koch fractal is this:
Let me re-introduce you to Vi Hart, who will talk us through the relationship between Pascal and Sierpinski. She talks really fast, however!
Then we'll try her method to see how, within Pascal, there's Sierpinski....