Iterated Fractals
Using the initiator and generator shown, draw the next two stages of the iterated fractal.
1.
2.
3.
4.
5.
6.
- Create your own version of Sierpinski gasket with added randomness.
- Create a version of the branching tree fractal from example #[latex]3[/latex] with added randomness.
Fractal Dimension
- Determine the fractal dimension of the Koch curve.
- Determine the fractal dimension of the curve generated in exercise #[latex]1[/latex]
- Determine the fractal dimension of the Sierpinski carpet generated in exercise #[latex]5[/latex]
- Determine the fractal dimension of the Cantor set generated in exercise #[latex]4[/latex]
Complex Numbers
- Plot each number in the complex plane:
- [latex]4[/latex]
- [latex]–3i[/latex]
- [latex]–2+3i[/latex]
- [latex]2 + i[/latex]
- Plot each number in the complex plane:
- [latex]-2[/latex]
- [latex]4i[/latex]
- [latex]1+2i[/latex]
- [latex]-1-i[/latex]
- Compute:
- [latex](2+3i) + (3-4i)[/latex]
- [latex](3-5i) - (-2-i)[/latex]
- Compute:
- [latex](1-i) + (2+4i)[/latex]
- [latex]( -2-3i) - (4-2i)[/latex]
- Multiply:
- [latex]3(2+4i)[/latex]
- [latex](2i)(-1-5i)[/latex]
- [latex](2-4i)(1+3i)[/latex]
- Multiply:
- [latex]2(-1+3i)[/latex]
- [latex](3i)(2-6i)[/latex]
- [latex](1-i)(2+5i)[/latex]
- Plot the number [latex]2+3i[/latex]. Does multiplying by [latex]1-i[/latex] move the point closer to or further from the origin? Does it rotate the point, and if so which direction?
- Plot the number [latex]2+3i[/latex]. Does multiplying by [latex]0.75+0.5i[/latex] move the point closer to or further from the origin? Does it rotate the point, and if so which direction.
Recursive Sequences
- Given the recursive relationship zn+1 = izn+i, z0 = 2, generate the next 3 terms of the recursive sequence.
- Given the recursive relationship zn+1 = 2zn+i, z0 = 3-2i, generate the next 3 terms of the recursive sequence.
- Using c = [latex]-0.25[/latex], calculate the first [latex]4[/latex] terms of the Mandelbrot sequence.
- Using c = [latex]1[/latex]-i, calculate the first [latex]4[/latex] terms of the Mandelbrot sequence., calculate the first 4 terms of the Mandelbrot sequence.
For a given value of c, the Mandelbrot sequence can be described as escaping (growing large), a attracted (it approaches a fixed value), or periodic (it jumps between several fixed values). A periodic cycle is typically described the number if values it jumps between; a [latex]2[/latex]-cycle jumps between [latex]2[/latex] values, and a [latex]4[/latex]-cycle jumps between [latex]4[/latex] values.
For questions [latex]25 – 30[/latex], you’ll want to use a calculator that can compute with complex numbers, or use an online calculator which can compute a Mandelbrot sequence. For each value of c, examine the Mandelbrot sequence and determine if the value appears to be escaping, attracted, or periodic?
- [latex]c = -0.5+0.25i.[/latex]
- [latex]c = 0.25+-0.25i.[/latex]
- [latex]c = -1.2.[/latex]
- [latex]c = i.[/latex]
- [latex]c = 0.5+0.25i.[/latex]
- [latex]c = -0.5+0.5i.[/latex]
- [latex]c = -0.12+0.75i.[/latex]
- [latex]c = -0.5+0.5i.[/latex]