Assignment: Fractals Problem Set

Exercises

Iterated Fractals

Using the initiator and generator shown, draw the next two stages of the iterated fractal.

1.

Initiator is a horizontal line. Generator is a horizontal line that then goes up at a right angle, right at a right angle, down at a right angle, and then continues horizontally.

2.

Initiator is a horizontal line. Generator is a zig-zag.

3.

Initiator is an upward-sloping line. Generator is that line with smaller lines branching off of it.

4.

Initiator is a horizontal line. Generator is two short horizontal lines side-by-side.

5.

Initiator is a square. Generator is eight more squares arranged to form the border of a large square.

6.

Initiator is an equilateral triangle. Generator is three equilateral triangles that touch each other at an angle.

  1. Create your own version of Sierpinski gasket with added randomness.
  2. Create a version of the branching tree fractal from example #3 with added randomness.

Fractal Dimension

  1. Determine the fractal dimension of the Koch curve.
  2. Determine the fractal dimension of the curve generated in exercise #1
  3. Determine the fractal dimension of the Sierpinski carpet generated in exercise #5
  4. Determine the fractal dimension of the Cantor set generated in exercise #4

Complex Numbers

  1. Plot each number in the complex plane:
    1. 4
    2. –3i
    3. [latex]–2+3i[/latex]
    4. [latex]2 + i[/latex]
  2. Plot each number in the complex plane:
    1. [latex]–2[/latex]
    2. [latex]4i[/latex]
    3. [latex]1+2i[/latex]
    4. [latex]–1–i[/latex]
  3. Compute:
    1. [latex](2+3i)+(3–4i)[/latex]
    2. [latex](3–5i)–(–2–i)[/latex]
  4. Compute:
    1. [latex](1–i)+(2+4i)[/latex]
    2. [latex](–2–3i)–(4–2i)[/latex]
  5. Multiply:
    1. [latex]3\left(2+4i\right)[/latex]
    2. [latex](2i)\left(-1-5i\right)[/latex]
    3. [latex]\left(2-4i\right)\left(1+3i\right)[/latex]
  6. Multiply:
    1. [latex]2\left(-1+3i\right)[/latex]
    2. [latex](3i)\left(2-6i\right)[/latex]
    3. [latex]\left(1-i\right)\left(2+5i\right)[/latex]
  7. 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?
  8. 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

  1. Given the recursive relationship[latex]{{z}_{n+1}}=i{{z}_{n}}+1,\quad{{z}_{0}}=2[/latex], generate the next 3 terms of the recursive sequence.
  2. Given the recursive relationship [latex]{{z}_{n+1}}=2{{z}_{n}}+i,\quad{{z}_{0}}=3-2i[/latex], generate the next 3 terms of the recursive sequence.
  3. Using [latex]c=–0.25[/latex], calculate the first 4 terms of the Mandelbrot sequence.
  4. Using [latex]c=1–i[/latex], 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?

  1. [latex]c=-0.5+0.25i[/latex].
  2. [latex]c=0.25+0.25i[/latex].
  3. [latex]c=-1.2[/latex].
  4. [latex]c=i[/latex].
  5. [latex]c=0.5+0.25i[/latex].
  6. [latex]c=-0.5+0.5i[/latex].
  7. [latex]c=-0.12+0.75i[/latex].
  8. [latex]c=-0.5+0.5i[/latex].

Exploration

The Julia Set for c is another fractal, related to the Mandelbrot set. The Julia Set for c uses the recursive sequence: [latex]{{z}_{n+1}}={{z}_{n}}^{2}+c,\quad{{z}_{0}}=d[/latex], 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 [latex]{{z}_{n+1}}={{z}_{n}}^{2}-2,\quad{{z}_{0}}=d[/latex]. 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.

  1. Determine which of these numbers are in the Julia Set at [latex]c=-0.12i+0.75i[/latex]
    1. a) [latex]0.25i[/latex]
    2. b) [latex]0.1[/latex]
    3. c) [latex]0.25+0.25i[/latex]
  2. Determine which of these numbers are in the Julia Set at
    1. a) [latex]0.5i[/latex]
    2. b) [latex]1[/latex]
    3. c) [latex]0.5-0.25i[/latex]

You can find many images online of various Julia Sets[1].

  1. Explain why no point with initial distance from the origin greater than 2 will be part of the Mandelbrot sequence

 

Download the assignment from one of the links below (.docx or .rtf):

Fractals Problem Set: Word Document

Fractals Problem Set: Rich Text Format