Exercises
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 #3 with added randomness.
Fractal Dimension
- Determine the fractal dimension of the Koch curve.
- Determine the fractal dimension of the curve generated in exercise #1
- Determine the fractal dimension of the Sierpinski carpet generated in exercise #5
- Determine the fractal dimension of the Cantor set generated in exercise #4
Complex Numbers
- Plot each number in the complex plane:
- 4
- –3i
- –2+3i
- 2+i
- Plot each number in the complex plane:
- –2
- 4i
- 1+2i
- –1–i
- Compute:
- (2+3i)+(3–4i)
- (3–5i)–(–2–i)
- Compute:
- (1–i)+(2+4i)
- (–2–3i)–(4–2i)
- Multiply:
- 3(2+4i)
- (2i)(−1−5i)
- (2−4i)(1+3i)
- Multiply:
- 2(−1+3i)
- (3i)(2−6i)
- (1−i)(2+5i)
- Plot the number 2+3i. Does multiplying by 1−i move the point closer to or further from the origin? Does it rotate the point, and if so which direction?
- Plot the number 2+3i. Does multiplying by 0.75+0.5i 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 relationshipzn+1=izn+1,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=–0.25, calculate the first 4 terms of the Mandelbrot sequence.
- Using c=1–i, 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 2-cycle jumps between 2 values, and a 4-cycle jumps between 4 values.
For questions 25 – 30, 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?
- c=−0.5+0.25i.
- c=0.25+0.25i.
- c=−1.2.
- c=i.
- c=0.5+0.25i.
- c=−0.5+0.5i.
- c=−0.12+0.75i.
- c=−0.5+0.5i.
Exploration
The Julia Set for c is another fractal, related to the Mandelbrot set. The Julia Set for c uses the recursive sequence: zn+1=zn2+c,z0=d, where c is constant for any particular Julia set, and d is the number being tested. A value d is part of the Julia Set for c if the sequence does not grow large.
For example, the Julia Set for -2 would be defined by zn+1=zn2−2,z0=d. We then pick values for d, and test each to determine if it is part of the Julia Set for -2. If so, we color black the point in the complex plane corresponding with the number d. If not, we can color the point d based on how fast it grows, like we did with the Mandelbrot Set.
For questions 33-34, you will probably want to use the online calculator again.
- Determine which of these numbers are in the Julia Set at c=−0.12i+0.75i
- a) 0.25i
- b) 0.1
- c) 0.25+0.25i
- Determine which of these numbers are in the Julia Set at
- a) 0.5i
- b) 1
- c) 0.5−0.25i
You can find many images online of various Julia Sets[1].
- Explain why no point with initial distance from the origin greater than 2 will be part of the Mandelbrot sequence
Candela Citations
- Fractals Problem Set. Authored by: Lippman, David. Located at: http://www.opentextbookstore.com/mathinsociety/. License: CC BY: Attribution