Fractals and complex numbers:

Answers

Sample questions:

1. Find the next Julia function iterations, using the function f(z) = z2 + .5 - .3i  starting with the point  z0=0

Step 1: plug in z0=0:
f(0) = 0*0 + .5 - 3i = .5 - 3i
z1 =.5 - 3i
Step 2: plug in z1 =.5 - 3i
f(.5-3i) = (.5 - .3i)(.5 - .3i) + .5 - .3i = .25 - .15i + -.15i + .09i2 + .5 - 3i = .25 - .3i - .09 + .5 - .3i = .66 - .6i
z2 = .66 - .6i
Step 3: plug in z2 = .66 - .6i
f(.5-3i) = (.66 - .6i)(.66 - .6i) + .5 - .3i = .4356 - .396i + -.396i + .36i2 + .5 - 3i = .4356 - .792i - .36 + .5 - .3i = .5756 - 1.092i
z3 = .5756 - 1.092i
2. Find the next Julia function iterations, using the function f(z) = z2 + .2 - .6i  starting with the point  z0=0

Step 1: plug in z0=0:
f(0) = 0*0 + .2 - 6i = .2 - 6i
z1 =.2 - 6i
Step 2: plug in z1 =.2 - 6i
f(.2-6i) = (.2 - .6i)(.2 - .6i) + .2 - 6i = .04 - .12i + -.12i + .36i2 + .2 - 6i = .04 - .24i - .36 + .2 - 6i = -.12 - .84i
z2 = -.12 - .84i
Step 3: plug in z2 = -.12 - .84i
f(-.12 - .84i) = (-.12 - .84i)(-.12 - .84i) + .2 - 6i = .0144 + .1008i + .1008i + .7056i2 + .2 - 6i = .0144 - .2016i - .7056 + .2 - 6i = -.4912 - .3984i
z3 = -.4912 - .3984i

3. Find the next Julia function iterations, using the function f(z) = z2 + -.7 + .5i  starting with the point  z0=0
Step 1: plug in z0=0:
f(0) = 0*0 + -.7 + 5i = -.7 + 5i
z1 =-.7 + 5i
Step 2: plug in z1 =-.7 + 5i
f(-.7 + 5i) = (-.7 + .5i)(-.7 + .5i) + -.7 + 5i = .49 - .35i + -.35i + .25i2 + -.7 + 5i = .49 - .7i - .25 + -.7 + 5 = -.46 - .2i
z2 = -.46 - .2i
Step 3: plug in z2 = -.46 - .2i
f(-.46 - .2i) = (-.46 - .2i)(-.462 - .2i) + -.7 + 5i = .2116 + .092i + .092i + .04i2 + -.7 + 5i = .2116 - .184i - .04 + -.7 + 5i = -.5284 + .684i
z3 = -.5284 + .684i

4. If these are some Julia iterations, what can you say about the Julia set?
A. z0 = 0,   z1 = -.2 +.3i,   z2 = -.25 + .18i,    z3 = -.17 + .21i,    z4= -.21 + .23i   , z5 = -.21 + .20i
These are all staying small--this Julia set is connected

B. z0 = 0,   z1 = .5 +.1i,   z2 = .745 + .2i,    z3 = 1.01 + .40i,    z4= 1.36 + .903i   , z5 = 1.54 + 2.54
These ones are getting larger and larger--this Julia set is not connected (hint: once the numbers get bigger than 1, you're pretty much doomed so far as staying small goes)

A. z0 = 0,   z1 = .2 +.6i,   z2 = -.12 + .848i,    z3 = -.49 + .401i,    z4= .28 + .21i   , z5 = .24 + .72i
These ones look like they might be staying small, but it's hard to tell because the last one has numbers that are significantly larger than the one before it.