Excel quad iteration M-set iterator Movie maker 75.

309
Excel quad iteration M-set iterator Movie maker 75

Transcript of Excel quad iteration M-set iterator Movie maker 75.

Page 1: Excel quad iteration M-set iterator Movie maker 75.

Excel quad iteration

M-set iterator

Movie maker 75

Page 2: Excel quad iteration M-set iterator Movie maker 75.

The Fractal Geometryof the Mandelbrot Set

How the computer has revolutionized mathematics

Page 3: Excel quad iteration M-set iterator Movie maker 75.

The Fractal Geometryof the Mandelbrot Set

You need to know:

Page 4: Excel quad iteration M-set iterator Movie maker 75.

How to count

The Fractal Geometryof the Mandelbrot Set

You need to know:

Page 5: Excel quad iteration M-set iterator Movie maker 75.

The Fractal Geometryof the Mandelbrot Set

How to add

How to count

You need to know:

Page 6: Excel quad iteration M-set iterator Movie maker 75.

Many people know thepretty pictures...

Page 7: Excel quad iteration M-set iterator Movie maker 75.

but few know the evenprettier mathematics.

Page 8: Excel quad iteration M-set iterator Movie maker 75.
Page 9: Excel quad iteration M-set iterator Movie maker 75.
Page 10: Excel quad iteration M-set iterator Movie maker 75.
Page 11: Excel quad iteration M-set iterator Movie maker 75.
Page 12: Excel quad iteration M-set iterator Movie maker 75.
Page 13: Excel quad iteration M-set iterator Movie maker 75.
Page 14: Excel quad iteration M-set iterator Movie maker 75.
Page 15: Excel quad iteration M-set iterator Movie maker 75.
Page 16: Excel quad iteration M-set iterator Movie maker 75.
Page 17: Excel quad iteration M-set iterator Movie maker 75.
Page 18: Excel quad iteration M-set iterator Movie maker 75.
Page 19: Excel quad iteration M-set iterator Movie maker 75.
Page 20: Excel quad iteration M-set iterator Movie maker 75.
Page 21: Excel quad iteration M-set iterator Movie maker 75.

Oh, that's nothing but the 3/4 bulb ....

Page 22: Excel quad iteration M-set iterator Movie maker 75.

...hanging off the period 16 M-set.....

Page 23: Excel quad iteration M-set iterator Movie maker 75.

...lying in the 1/7 antenna...

Page 24: Excel quad iteration M-set iterator Movie maker 75.

...attached to the 1/3 bulb...

Page 25: Excel quad iteration M-set iterator Movie maker 75.

...hanging off the 3/7 bulb...

Page 26: Excel quad iteration M-set iterator Movie maker 75.

...on the northwest side of the main cardioid.

Page 27: Excel quad iteration M-set iterator Movie maker 75.

Oh, that's nothing but the 3/4 bulb, hanging off the period 16 M-set, lying in the 1/7 antenna of the 1/3 bulb attached to the 3/7 bulb on the northwest side of the main cardioid.

Page 28: Excel quad iteration M-set iterator Movie maker 75.

Start with a function:

x + constant2

Page 29: Excel quad iteration M-set iterator Movie maker 75.

Start with a function:

x + constant2

and a seed:

x0

Page 30: Excel quad iteration M-set iterator Movie maker 75.

Then iterate:

x = x + constant1 02

Page 31: Excel quad iteration M-set iterator Movie maker 75.

Then iterate:

x = x + constant1 02

x = x + constant2 12

Page 32: Excel quad iteration M-set iterator Movie maker 75.

Then iterate:

x = x + constant1 02

x = x + constant2 12

x = x + constant3 2

2

Page 33: Excel quad iteration M-set iterator Movie maker 75.

Then iterate:

x = x + constant1 02

x = x + constant2 12

x = x + constant3 2

2

x = x + constant4 3

2

Page 34: Excel quad iteration M-set iterator Movie maker 75.

Then iterate:

x = x + constant1 02

x = x + constant2 12

x = x + constant3 2

2

x = x + constant4 3

2

Orbit of x0

etc.

Goal: understand the fate of orbits.

Page 35: Excel quad iteration M-set iterator Movie maker 75.

Example: x + 1 Seed 02

x = 00x = 1x = 2

x = 3

x = 4

x = 5

x = 6

Page 36: Excel quad iteration M-set iterator Movie maker 75.

Example: x + 1 Seed 02

x = 00x = 11x =2

x = 3

x = 4

x = 5

x = 6

Page 37: Excel quad iteration M-set iterator Movie maker 75.

Example: x + 1 Seed 02

x = 00x = 11x = 22

x = 3

x = 4

x = 5

x = 6

Page 38: Excel quad iteration M-set iterator Movie maker 75.

Example: x + 1 Seed 02

x = 00x = 11x = 22

x = 53

x = 4

x = 5

x = 6

Page 39: Excel quad iteration M-set iterator Movie maker 75.

Example: x + 1 Seed 02

x = 00x = 11x = 22

x = 53

x = 264

x = 5

x = 6

Page 40: Excel quad iteration M-set iterator Movie maker 75.

Example: x + 1 Seed 02

x = 00x = 11x = 22

x = 53

x = 264

x = big5

x = 6

Page 41: Excel quad iteration M-set iterator Movie maker 75.

Example: x + 1 Seed 02

x = 00x = 11x = 22

x = 53

x = 264

x = big5

x = BIGGER6

Page 42: Excel quad iteration M-set iterator Movie maker 75.

Example: x + 1 Seed 02

x = 00x = 11x = 22

x = 53

x = 264

x = big5

x = BIGGER6

“Orbit tends to infinity”

Page 43: Excel quad iteration M-set iterator Movie maker 75.

Example: x + 0 Seed 02

x = 00x = 1x = 2

x = 3

x = 4

x = 5

x = 6

Page 44: Excel quad iteration M-set iterator Movie maker 75.

Example: x + 0 Seed 02

x = 00x = 01x = 2

x = 3

x = 4

x = 5

x = 6

Page 45: Excel quad iteration M-set iterator Movie maker 75.

Example: x + 0 Seed 02

x = 00x = 01x = 02

x = 3

x = 4

x = 5

x = 6

Page 46: Excel quad iteration M-set iterator Movie maker 75.

Example: x + 0 Seed 02

x = 00x = 01x = 02

x = 03

x = 4

x = 5

x = 6

Page 47: Excel quad iteration M-set iterator Movie maker 75.

Example: x + 0 Seed 02

x = 00x = 01x = 02

x = 03

x = 04

x = 05

x = 06

“A fixed point”

Page 48: Excel quad iteration M-set iterator Movie maker 75.

Example: x - 1 Seed 02

x = 00x = 1x = 2

x = 3

x = 4

x = 5

x = 6

Page 49: Excel quad iteration M-set iterator Movie maker 75.

Example: x - 1 Seed 02

x = 00x = -11x = 2

x = 3

x = 4

x = 5

x = 6

Page 50: Excel quad iteration M-set iterator Movie maker 75.

Example: x - 1 Seed 02

x = 00x = -11x = 02

x = 3

x = 4

x = 5

x = 6

Page 51: Excel quad iteration M-set iterator Movie maker 75.

Example: x - 1 Seed 02

x = 00x = -11x = 02

x = -13

x = 4

x = 5

x = 6

Page 52: Excel quad iteration M-set iterator Movie maker 75.

Example: x - 1 Seed 02

x = 00x = -11x = 02

x = -13

x = 04

x = 5

x = 6

Page 53: Excel quad iteration M-set iterator Movie maker 75.

Example: x - 1 Seed 02

x = 00x = -11x = 02

x = -13

x = 04

x = -15

x = 06

“A two- cycle”

Page 54: Excel quad iteration M-set iterator Movie maker 75.

Example: x - 1.1 Seed 02

x = 00x = 1x = 2

x = 3

x = 4

x = 5

x = 6

Page 55: Excel quad iteration M-set iterator Movie maker 75.

Example: x - 1.1 Seed 02

x = 00x = -1.11x = 2

x = 3

x = 4

x = 5

x = 6

Page 56: Excel quad iteration M-set iterator Movie maker 75.

Example: x - 1.1 Seed 02

x = 00x = -1.11x = 0.112

x = 3

x = 4

x = 5

x = 6

Page 57: Excel quad iteration M-set iterator Movie maker 75.

Example: x - 1.1 Seed 02

x = 00x = -1.11x = 0.112

x = 3

x = 4

x = 5

x = 6

time for the computer!

Excel + OrbDgm

Page 58: Excel quad iteration M-set iterator Movie maker 75.

Observation:

For some real values of c, the orbit of 0 goes to infinity, but for other values, the orbit of 0 does not escape.

Page 59: Excel quad iteration M-set iterator Movie maker 75.

Complex Iteration

Iterate z + c2

complexnumbers

Page 60: Excel quad iteration M-set iterator Movie maker 75.

Example: z + i Seed 02

z = 00z = 1z = 2

z = 3

z = 4

z = 5

z = 6

Page 61: Excel quad iteration M-set iterator Movie maker 75.

Example: z + i Seed 02

z = 00z = i1z = 2

z = 3

z = 4

z = 5

z = 6

Page 62: Excel quad iteration M-set iterator Movie maker 75.

Example: z + i Seed 02

z = 00z = i1z = -1 + i2

z = 3

z = 4

z = 5

z = 6

Page 63: Excel quad iteration M-set iterator Movie maker 75.

Example: z + i Seed 02

z = 00z = i1z = -1 + i2

z = -i 3

z = 4

z = 5

z = 6

Page 64: Excel quad iteration M-set iterator Movie maker 75.

Example: z + i Seed 02

z = 00z = i1z = -1 + i2

z = -i 3

z = -1 + i 4

z = 5

z = 6

Page 65: Excel quad iteration M-set iterator Movie maker 75.

Example: z + i Seed 02

z = 00z = i1z = -1 + i2

z = -i 3

z = -1 + i 4

z = -i 5

z = 6

Page 66: Excel quad iteration M-set iterator Movie maker 75.

Example: z + i Seed 02

z = 00z = i1z = -1 + i2

z = -i 3

z = -1 + i 4

z = -i 5

z = -1 + i 6

2-cycle

Page 67: Excel quad iteration M-set iterator Movie maker 75.

Example: z + i Seed 02

1-1

i

-i

Page 68: Excel quad iteration M-set iterator Movie maker 75.

Example: z + i Seed 02

1-1

i

-i

Page 69: Excel quad iteration M-set iterator Movie maker 75.

Example: z + i Seed 02

1-1

i

-i

Page 70: Excel quad iteration M-set iterator Movie maker 75.

Example: z + i Seed 02

-i

-1 1

i

Page 71: Excel quad iteration M-set iterator Movie maker 75.

Example: z + i Seed 02

1-1

i

-i

Page 72: Excel quad iteration M-set iterator Movie maker 75.

Example: z + i Seed 02

-i

-1 1

i

Page 73: Excel quad iteration M-set iterator Movie maker 75.

Example: z + i Seed 02

1-1

i

-i

Page 74: Excel quad iteration M-set iterator Movie maker 75.

Example: z + i Seed 02

-i

-1 1

i

Page 75: Excel quad iteration M-set iterator Movie maker 75.

Example: z + 2i Seed 02

z = 00z = 1z = 2

z = 3

z = 4

z = 5

z = 6

Page 76: Excel quad iteration M-set iterator Movie maker 75.

Example: z + 2i Seed 02

z = 00z = 2i1z = -4 + 2i 2

z = 12 - 14i3

z = -52 + 336i 4

z = big 5

z = BIGGER 6

Off toinfinity

Page 77: Excel quad iteration M-set iterator Movie maker 75.

Same observation

Sometimes orbit of 0 goes to infinity, other times it does not.

Page 78: Excel quad iteration M-set iterator Movie maker 75.

The Mandelbrot Set:

All c-values for which the orbit of 0 does NOT go to infinity.

Page 79: Excel quad iteration M-set iterator Movie maker 75.

Algorithm for computing M

Start with a grid of complex numbers

Page 80: Excel quad iteration M-set iterator Movie maker 75.

Algorithm for computing M

Each grid point is a complex c-value.

Page 81: Excel quad iteration M-set iterator Movie maker 75.

Algorithm for computing M

Compute the orbitof 0 for each c. Ifthe orbit of 0 escapes,color that grid point.

red = fastest escape

Page 82: Excel quad iteration M-set iterator Movie maker 75.

Algorithm for computing M

Compute the orbitof 0 for each c. Ifthe orbit of 0 escapes,color that grid point.

orange = slower

Page 83: Excel quad iteration M-set iterator Movie maker 75.

Algorithm for computing M

Compute the orbitof 0 for each c. Ifthe orbit of 0 escapes,color that grid point.

yellowgreenblueviolet

Page 84: Excel quad iteration M-set iterator Movie maker 75.

Algorithm for computing M

Compute the orbitof 0 for each c. Ifthe orbit of 0 does not escape, leave that grid pointblack.

Page 85: Excel quad iteration M-set iterator Movie maker 75.

Algorithm for computing M

Compute the orbitof 0 for each c. Ifthe orbit of 0 does not escape, leave that grid pointblack.

Page 86: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

Page 87: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

Page 88: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

3-cycle

Page 89: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

3-cycle

Page 90: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

3-cycle

Page 91: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

3-cycle

Page 92: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

3-cycle

Page 93: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

3-cycle

Page 94: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

3-cycle

Page 95: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

3-cycle

Page 96: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

3-cycle

Page 97: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

Page 98: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

Page 99: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

4-cycle

Page 100: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

4-cycle

Page 101: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

4-cycle

Page 102: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

4-cycle

Page 103: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

4-cycle

Page 104: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

4-cycle

Page 105: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

4-cycle

Page 106: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

4-cycle

Page 107: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

Page 108: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

Page 109: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

5-cycle

Page 110: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

5-cycle

Page 111: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

5-cycle

Page 112: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

5-cycle

Page 113: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

5-cycle

Page 114: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

5-cycle

Page 115: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

5-cycle

Page 116: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

5-cycle

Page 117: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

5-cycle

Page 118: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

5-cycle

Page 119: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

5-cycle

Page 120: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

2-cycle

Page 121: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

2-cycle

Page 122: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

2-cycle

Page 123: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

2-cycle

Page 124: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

2-cycle

Page 125: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

fixed point

Page 126: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

fixed point

Page 127: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

fixed point

Page 128: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

fixed point

Page 129: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

fixed point

Page 130: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

fixed point

Page 131: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

fixed point

Page 132: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

fixed point

Page 133: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

goes to infinity

Page 134: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

goes to infinity

Page 135: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

goes to infinity

Page 136: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

goes to infinity

Page 137: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

goes to infinity

Page 138: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

goes to infinity

Page 139: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

goes to infinity

Page 140: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

goes to infinity

Page 141: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

goes to infinity

Page 142: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

goes to infinity

Page 143: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

goes to infinity

Page 144: Excel quad iteration M-set iterator Movie maker 75.

The eventual orbit of 0

gone to infinity

Page 145: Excel quad iteration M-set iterator Movie maker 75.

How understand the periods of the bulbs?

Page 146: Excel quad iteration M-set iterator Movie maker 75.

How understand the periods of the bulbs?

Page 147: Excel quad iteration M-set iterator Movie maker 75.

junction point

three spokes attached

Page 148: Excel quad iteration M-set iterator Movie maker 75.

Period 3 bulb

junction point

three spokes attached

Page 149: Excel quad iteration M-set iterator Movie maker 75.
Page 150: Excel quad iteration M-set iterator Movie maker 75.
Page 151: Excel quad iteration M-set iterator Movie maker 75.

Period 4 bulb

Page 152: Excel quad iteration M-set iterator Movie maker 75.
Page 153: Excel quad iteration M-set iterator Movie maker 75.
Page 154: Excel quad iteration M-set iterator Movie maker 75.

Period 5 bulb

Page 155: Excel quad iteration M-set iterator Movie maker 75.
Page 156: Excel quad iteration M-set iterator Movie maker 75.
Page 157: Excel quad iteration M-set iterator Movie maker 75.

Period 7 bulb

Page 158: Excel quad iteration M-set iterator Movie maker 75.
Page 159: Excel quad iteration M-set iterator Movie maker 75.
Page 160: Excel quad iteration M-set iterator Movie maker 75.
Page 161: Excel quad iteration M-set iterator Movie maker 75.

Period 13 bulb

Page 162: Excel quad iteration M-set iterator Movie maker 75.

Filled Julia Set:

Page 163: Excel quad iteration M-set iterator Movie maker 75.

Filled Julia Set:

Fix a c-value. The filled Julia set is all of the complex seeds whose

orbits do NOT go to infinity.

Page 164: Excel quad iteration M-set iterator Movie maker 75.

Example: z2

Seed: In Julia set?

0

Page 165: Excel quad iteration M-set iterator Movie maker 75.

Example: z2

Seed: In Julia set?

0 Yes

Page 166: Excel quad iteration M-set iterator Movie maker 75.

Example: z2

Seed: In Julia set?

0 Yes

1

Page 167: Excel quad iteration M-set iterator Movie maker 75.

Example: z2

Seed: In Julia set?

0 Yes

1 Yes

Page 168: Excel quad iteration M-set iterator Movie maker 75.

Example: z2

Seed: In Julia set?

0 Yes

1 Yes

-1

Page 169: Excel quad iteration M-set iterator Movie maker 75.

Example: z2

Seed: In Julia set?

0 Yes

1 Yes

-1 Yes

Page 170: Excel quad iteration M-set iterator Movie maker 75.

Example: z2

Seed: In Julia set?

0 Yes

1 Yes

-1 Yes

i

Page 171: Excel quad iteration M-set iterator Movie maker 75.

Example: z2

Seed: In Julia set?

0 Yes

1 Yes

-1 Yes

i Yes

Page 172: Excel quad iteration M-set iterator Movie maker 75.

Example: z2

Seed: In Julia set?

0 Yes

1 Yes

-1 Yes

i Yes

2i

Page 173: Excel quad iteration M-set iterator Movie maker 75.

Example: z2

Seed: In Julia set?

0 Yes

1 Yes

-1 Yes

i Yes

2i No

Page 174: Excel quad iteration M-set iterator Movie maker 75.

Example: z2

Seed: In Julia set?

0 Yes

1 Yes

-1 Yes

i Yes

2i No

5

Page 175: Excel quad iteration M-set iterator Movie maker 75.

Example: z2

Seed: In Julia set?

0 Yes

1 Yes

-1 Yes

i Yes

2i No

5 No way

Page 176: Excel quad iteration M-set iterator Movie maker 75.

Filled Julia Set for z 2

All seeds on and inside the unit circle.

i

1-1

Page 177: Excel quad iteration M-set iterator Movie maker 75.

Other filled Julia sets

Choose c from some componentof the Mandelbrot set, then use the

same algorithm as before:colored points escape to ∞ and soare not in the filled Julia set;

black points form the filled Julia set.

M-set computer

Page 178: Excel quad iteration M-set iterator Movie maker 75.

If c is in the Mandelbrot set, then the filled Julia set is always a connected set.

Page 179: Excel quad iteration M-set iterator Movie maker 75.

Other filled Julia sets

But if c is not in the Mandelbrot set, then the filled Julia set is totally disconnected.

Page 180: Excel quad iteration M-set iterator Movie maker 75.

Amazingly, the orbit of 0 knows it all:

Theorem: For z2 + c:

If the orbit of 0 goes to infinity, the Julia set is a Cantor set (totally disconnected, “fractal dust”), and c is not in the Mandelbrot set.

But if the orbit of 0 does not go to infinity,the Julia set is connected (just one piece),and c is in the Mandelbrot set.

M-set movie maker --- frame # 200

Page 181: Excel quad iteration M-set iterator Movie maker 75.

Animations:

In and out of M

arrangementof the bulbs

Saddle node

Period doubling

Period 4 bifurcation

Page 182: Excel quad iteration M-set iterator Movie maker 75.

How do we understand the arrangement of the bulbs?

Page 183: Excel quad iteration M-set iterator Movie maker 75.

How do we understand the arrangement of the bulbs?

Assign a fraction p/q to eachbulb hanging off the main cardioid;

q = period of the bulb.

Page 184: Excel quad iteration M-set iterator Movie maker 75.

?/3 bulb

principal spoke

shortest spoke

Page 185: Excel quad iteration M-set iterator Movie maker 75.

1/3 bulb

Page 186: Excel quad iteration M-set iterator Movie maker 75.

1/3 bulb

1/3

Page 187: Excel quad iteration M-set iterator Movie maker 75.

1/3 bulb

1/3

Page 188: Excel quad iteration M-set iterator Movie maker 75.

1/3 bulb

1/3

Page 189: Excel quad iteration M-set iterator Movie maker 75.

1/3 bulb

1/3

Page 190: Excel quad iteration M-set iterator Movie maker 75.

1/3 bulb

1/3

Page 191: Excel quad iteration M-set iterator Movie maker 75.

1/3 bulb

1/3

Page 192: Excel quad iteration M-set iterator Movie maker 75.

1/3 bulb

1/3

Page 193: Excel quad iteration M-set iterator Movie maker 75.

1/3 bulb

1/3

Page 194: Excel quad iteration M-set iterator Movie maker 75.

1/3 bulb

1/3

Page 195: Excel quad iteration M-set iterator Movie maker 75.

1/3 bulb

1/3

Page 196: Excel quad iteration M-set iterator Movie maker 75.

??? bulb

1/3

Page 197: Excel quad iteration M-set iterator Movie maker 75.

1/4 bulb

1/3

Page 198: Excel quad iteration M-set iterator Movie maker 75.

1/4 bulb

1/3

1/4

Page 199: Excel quad iteration M-set iterator Movie maker 75.

1/4 bulb

1/3

1/4

Page 200: Excel quad iteration M-set iterator Movie maker 75.

1/4 bulb

1/3

1/4

Page 201: Excel quad iteration M-set iterator Movie maker 75.

1/4 bulb

1/3

1/4

Page 202: Excel quad iteration M-set iterator Movie maker 75.

1/4 bulb

1/3

1/4

Page 203: Excel quad iteration M-set iterator Movie maker 75.

1/4 bulb

1/3

1/4

Page 204: Excel quad iteration M-set iterator Movie maker 75.

1/4 bulb

1/3

1/4

Page 205: Excel quad iteration M-set iterator Movie maker 75.

1/4 bulb

1/3

1/4

Page 206: Excel quad iteration M-set iterator Movie maker 75.

1/4 bulb

1/3

1/4

Page 207: Excel quad iteration M-set iterator Movie maker 75.

??? bulb

1/3

1/4

Page 208: Excel quad iteration M-set iterator Movie maker 75.

2/5 bulb

1/3

1/4

Page 209: Excel quad iteration M-set iterator Movie maker 75.

2/5 bulb

1/3

1/42/5

Page 210: Excel quad iteration M-set iterator Movie maker 75.

2/5 bulb

1/3

1/42/5

Page 211: Excel quad iteration M-set iterator Movie maker 75.

2/5 bulb

1/3

1/42/5

Page 212: Excel quad iteration M-set iterator Movie maker 75.

2/5 bulb

1/3

1/42/5

Page 213: Excel quad iteration M-set iterator Movie maker 75.

2/5 bulb

1/3

1/42/5

Page 214: Excel quad iteration M-set iterator Movie maker 75.

??? bulb

1/3

1/42/5

Page 215: Excel quad iteration M-set iterator Movie maker 75.

3/7 bulb

1/3

1/42/5

Page 216: Excel quad iteration M-set iterator Movie maker 75.

3/7 bulb

1/3

1/42/5

3/7

Page 217: Excel quad iteration M-set iterator Movie maker 75.

3/7 bulb

1/3

1/42/5

3/7

Page 218: Excel quad iteration M-set iterator Movie maker 75.

3/7 bulb

1/3

1/42/5

3/7

Page 219: Excel quad iteration M-set iterator Movie maker 75.

3/7 bulb

1/3

1/42/5

3/7

Page 220: Excel quad iteration M-set iterator Movie maker 75.

3/7 bulb

1/3

1/42/5

3/7

Page 221: Excel quad iteration M-set iterator Movie maker 75.

3/7 bulb

1/3

1/42/5

3/7

Page 222: Excel quad iteration M-set iterator Movie maker 75.

3/7 bulb

1/3

1/43/7

2/5

Page 223: Excel quad iteration M-set iterator Movie maker 75.

??? bulb

1/3

1/43/7

2/5

Page 224: Excel quad iteration M-set iterator Movie maker 75.

1/2 bulb

1/3

1/43/7

1/2

2/5

Page 225: Excel quad iteration M-set iterator Movie maker 75.

1/2 bulb

1/3

1/43/7

1/2

2/5

Page 226: Excel quad iteration M-set iterator Movie maker 75.

1/2 bulb

1/3

1/43/7

1/2

2/5

Page 227: Excel quad iteration M-set iterator Movie maker 75.

1/2 bulb

1/3

1/43/7

1/2

2/5

Page 228: Excel quad iteration M-set iterator Movie maker 75.

??? bulb

1/3

1/43/7

1/2

2/5

Page 229: Excel quad iteration M-set iterator Movie maker 75.

2/3 bulb

1/3

1/43/7

1/2

2/3

2/5

Page 230: Excel quad iteration M-set iterator Movie maker 75.

2/3 bulb

1/3

1/43/7

1/2

2/3

2/5

Page 231: Excel quad iteration M-set iterator Movie maker 75.

2/3 bulb

1/3

1/43/7

1/2

2/3

2/5

Page 232: Excel quad iteration M-set iterator Movie maker 75.

2/3 bulb

1/3

1/43/7

1/2

2/3

2/5

Page 233: Excel quad iteration M-set iterator Movie maker 75.

2/3 bulb

1/3

1/43/7

1/2

2/3

2/5

Page 234: Excel quad iteration M-set iterator Movie maker 75.

2/3 bulb

1/3

1/43/7

1/2

2/3

2/5

Page 235: Excel quad iteration M-set iterator Movie maker 75.

How to count

Page 236: Excel quad iteration M-set iterator Movie maker 75.

1/4

How to count

Page 237: Excel quad iteration M-set iterator Movie maker 75.

1/3

1/4

How to count

Page 238: Excel quad iteration M-set iterator Movie maker 75.

1/3

1/42/5

How to count

Page 239: Excel quad iteration M-set iterator Movie maker 75.

1/3

1/42/5

3/7

How to count

Page 240: Excel quad iteration M-set iterator Movie maker 75.

1/3

1/42/5

3/7

1/2

How to count

Page 241: Excel quad iteration M-set iterator Movie maker 75.

1/3

1/42/5

3/7

1/2

2/3

How to count

Page 242: Excel quad iteration M-set iterator Movie maker 75.

1/3

1/42/5

3/7

1/2

2/3

The bulbs are arranged in the exactorder of the rational numbers.

How to count

Page 243: Excel quad iteration M-set iterator Movie maker 75.

1/3

1/42/5

3/7

1/2

2/3

The bulbs are arranged in the exactorder of the rational numbers.

1/101

32,123/96,787

How to count

Page 244: Excel quad iteration M-set iterator Movie maker 75.

Animations:

Mandelbulbs

Spiralling fingers

Page 245: Excel quad iteration M-set iterator Movie maker 75.

How to add

Page 246: Excel quad iteration M-set iterator Movie maker 75.

How to add

1/2

Page 247: Excel quad iteration M-set iterator Movie maker 75.

How to add

1/2

1/3

Page 248: Excel quad iteration M-set iterator Movie maker 75.

How to add

1/2

1/3

2/5

Page 249: Excel quad iteration M-set iterator Movie maker 75.

How to add

1/2

1/3

2/5

3/7

Page 250: Excel quad iteration M-set iterator Movie maker 75.

+ =

1/2 + 1/3 = 2/5

Page 251: Excel quad iteration M-set iterator Movie maker 75.

+ =

1/2 + 2/5 = 3/7

Page 252: Excel quad iteration M-set iterator Movie maker 75.

Undergrads who add fractions this way will be subject to a minimum of five years in jail where

they must do at least 500 integrals per day.

Only PhDs in mathematics are allowed to add fractions this way.

Page 253: Excel quad iteration M-set iterator Movie maker 75.

221/2

0/1

Here’s an interesting sequence:

Page 254: Excel quad iteration M-set iterator Movie maker 75.

221/2

0/1

Watch the denominators

1/3

Page 255: Excel quad iteration M-set iterator Movie maker 75.

221/2

0/1

Watch the denominators

1/3

2/5

Page 256: Excel quad iteration M-set iterator Movie maker 75.

221/2

0/1

Watch the denominators

1/3

2/5

3/8

Page 257: Excel quad iteration M-set iterator Movie maker 75.

221/2

0/1

Watch the denominators

1/3

2/5

3/85/13

Page 258: Excel quad iteration M-set iterator Movie maker 75.

221/2

0/1

What’s next?

1/3

2/5

3/85/13

Page 259: Excel quad iteration M-set iterator Movie maker 75.

221/2

0/1

What’s next?

1/3

2/5

3/85/13

8/21

Page 260: Excel quad iteration M-set iterator Movie maker 75.

221/2

0/1

The Fibonacci sequence

1/3

2/5

3/85/13

8/2113/34

Page 261: Excel quad iteration M-set iterator Movie maker 75.

The Farey Tree

0

1

1

1

Page 262: Excel quad iteration M-set iterator Movie maker 75.

The Farey Tree

0

1

1

1

How get the fraction in betweenwith the smallest denominator?

Page 263: Excel quad iteration M-set iterator Movie maker 75.

The Farey Tree

0

1

1

1

1

2

Farey addition

How get the fraction in betweenwith the smallest denominator?

Page 264: Excel quad iteration M-set iterator Movie maker 75.

The Farey Tree

0

1

1

1

1

2

1

3

2

3

Page 265: Excel quad iteration M-set iterator Movie maker 75.

The Farey Tree

0

1

1

1

1

2

1

3

2

3

2

5

1

4

3

5

3

4

Page 266: Excel quad iteration M-set iterator Movie maker 75.

The Farey Tree

0

1

1

1

1

2

1

3

2

3

2

5

1

4

3

5

3

4

3

8

5

13

....

essentially the golden number

Page 267: Excel quad iteration M-set iterator Movie maker 75.

Another sequence (denominatorsonly)

1

2

Page 268: Excel quad iteration M-set iterator Movie maker 75.

Another sequence (denominatorsonly)

1

2

3

Page 269: Excel quad iteration M-set iterator Movie maker 75.

Another sequence (denominatorsonly)

1

2

3

4

Page 270: Excel quad iteration M-set iterator Movie maker 75.

Another sequence (denominatorsonly)

1

2

3

4

5

Page 271: Excel quad iteration M-set iterator Movie maker 75.

Another sequence (denominatorsonly)

1

2

3

4

5

6

Page 272: Excel quad iteration M-set iterator Movie maker 75.

Another sequence (denominatorsonly)

1

2

3

4

5

67

Page 273: Excel quad iteration M-set iterator Movie maker 75.

sequence

1

2

3

4

5

67

Devaney

Page 274: Excel quad iteration M-set iterator Movie maker 75.

The Dynamical Systems and Technology Project at Boston University

website: math.bu.edu/DYSYS:

Have fun!

Mandelbrot set explorer;Applets for investigating M-set;Applets for other complex functions;Chaos games, orbit diagrams, etc.

Page 275: Excel quad iteration M-set iterator Movie maker 75.

Farey.qt

Farey tree

D-sequence

Continued fraction expansion

Far from rationals

Other topics

Website

Page 276: Excel quad iteration M-set iterator Movie maker 75.

Continued fraction expansion

Let’s rewrite the sequence:

1/2, 1/3, 2/5, 3/8, 5/13, 8/21, 13/34, ..... as a continued fraction:

Page 277: Excel quad iteration M-set iterator Movie maker 75.

Continued fraction expansion

12

= 12

the sequence: 1/2, 1/3, 2/5, 3/8, 5/13, 8/21, 13/34,.....

Page 278: Excel quad iteration M-set iterator Movie maker 75.

Continued fraction expansion

13

= 12 + 1

1

the sequence: 1/2, 1/3, 2/5, 3/8, 5/13, 8/21, 13/34,.....

Page 279: Excel quad iteration M-set iterator Movie maker 75.

Continued fraction expansion

25

= 12 + 1

1 + 11

the sequence: 1/2, 1/3, 2/5, 3/8, 5/13, 8/21, 13/34,.....

Page 280: Excel quad iteration M-set iterator Movie maker 75.

Continued fraction expansion

38

= 12 + 1

1 + 11 1

1+

the sequence: 1/2, 1/3, 2/5, 3/8, 5/13, 8/21, 13/34,.....

Page 281: Excel quad iteration M-set iterator Movie maker 75.

Continued fraction expansion

= 12 + 1

1 + 11 1

1+

11

+

513

the sequence: 1/2, 1/3, 2/5, 3/8, 5/13, 8/21, 13/34,.....

Page 282: Excel quad iteration M-set iterator Movie maker 75.

Continued fraction expansion

= 12 + 1

1 + 11 1

1+

11

+

821

11

+

the sequence: 1/2, 1/3, 2/5, 3/8, 5/13, 8/21, 13/34,.....

Page 283: Excel quad iteration M-set iterator Movie maker 75.

Continued fraction expansion

= 12 + 1

1 + 11 1

1+

11

+

1334

11

+

11

+

the sequence: 1/2, 1/3, 2/5, 3/8, 5/13, 8/21, 13/34,.....

Page 284: Excel quad iteration M-set iterator Movie maker 75.

Continued fraction expansion

= 12 + 1

1 + 11 1

1+

11

+

1334

11

+

11

+

essentially the1/golden number

the sequence: 1/2, 1/3, 2/5, 3/8, 5/13, 8/21, 13/34,.....

Page 285: Excel quad iteration M-set iterator Movie maker 75.

We understand what happens for

= 1a + 1

b + 1c 1

d+

1e

+

1f

+

1g

+

where all entries in the sequence a, b, c, d,.... are bounded above. But if that sequence grows too quickly, we’re in trouble!!!

etc.€

θ

Page 286: Excel quad iteration M-set iterator Movie maker 75.

The real way to prove all this:

Need to measure: the size of bulbs the length of spokes the size of the “ears.”

Page 287: Excel quad iteration M-set iterator Movie maker 75.

There is an external Riemann map : C - D C - Mtaking the exterior of the unit disk to the exterior of the Mandelbrot set.

Φ

Φ

Page 288: Excel quad iteration M-set iterator Movie maker 75.

Φ

Φ takes straight rays in C - D to the “external rays” in C - M

01/2

1/3

2/3 €

γ0

γ1/3

γ2/3€

γ1/2

external ray of angle 1/3

Page 289: Excel quad iteration M-set iterator Movie maker 75.

1

3→2

3→1

3→

1

7→2

7→4

7→1

7→

1

5→2

5→4

5→3

5→1

5→

Suppose p/q is periodic of period k under doubling mod 1:

period 2

period 3

period 4

Page 290: Excel quad iteration M-set iterator Movie maker 75.

1

3→2

3→1

3→

1

7→2

7→4

7→1

7→

1

5→2

5→4

5→3

5→1

5→

Suppose p/q is periodic of period k under doubling mod 1:

period 2

period 3

period 4

Then the external ray of angle p/qlands at the “root point” of a period k bulb in the Mandelbrot set.

Page 291: Excel quad iteration M-set iterator Movie maker 75.

Φ0

1/3

2/3

γ00 is fixed under angle doubling, so lands at the cusp of the main cardioid.

γ0

Page 292: Excel quad iteration M-set iterator Movie maker 75.

Φ0

1/3

2/3

γ1/3

γ2/3

γ0

γ1/3

γ2/31/3 and 2/3 have period 2 under doubling, so and land at the root of the period 2 bulb.

2

Page 293: Excel quad iteration M-set iterator Movie maker 75.

Φ0

1/3

2/3

γ1/3

γ2/3

γ0

γ1/3

γ2/3And if lies between 1/3 and 2/3,then lies between and .

2

θ

γθ

θ

γθ

Page 294: Excel quad iteration M-set iterator Movie maker 75.

Φ0

1/3

2/3

γ1/3

γ2/3

γ0

So the size of the period 2 bulb is, by definition, the length of the set of rays

between the root point rays, i.e., 2/3-1/3=1/3.

2

Page 295: Excel quad iteration M-set iterator Movie maker 75.

Φ0

1/3

2/3

γ1/3

γ2/3

γ0

1/15 and 2/15 have period 4, andare smaller than 1/7....

1/72/7

3/7

4/7

5/7

6/7

γ1/7

γ2/7

γ3/7

γ4 /7

γ5/7

γ6/7

2

3

3

1/15

2/15

Page 296: Excel quad iteration M-set iterator Movie maker 75.

Φ0

1/3

2/3

γ1/3

γ2/3

γ0

1/15 and 2/15 have period 4, andare smaller than 1/7....

1/72/7

3/7

4/7

5/7

6/7

γ1/7

γ2/7

γ3/7

γ4 /7

γ5/7

γ6/7

2

3

3

1/15

2/15

γ1/15€

γ2/15

Page 297: Excel quad iteration M-set iterator Movie maker 75.

Φ0

1/3

2/3

γ1/3

γ2/3

γ0

1/72/7

3/7

4/7

5/7

6/7

γ1/7

γ2/7

γ3/7

γ4 /7

γ5/7

γ6/7

2

3

3

1/15

2/15

γ1/15€

γ2/15

3/15 and 4/15 have period 4, andare between 1/7 and 2/7....

Page 298: Excel quad iteration M-set iterator Movie maker 75.

Φ0

1/3

2/3

γ1/3

γ2/3

γ0

3/15 and 4/15 have period 4, andare between 1/7 and 2/7....

1/72/7

3/7

4/7

5/7

6/7

γ1/7

γ2/7

γ3/7

γ4 /7

γ5/7

γ6/7

2

3

3

1/15

2/15

γ1/15€

γ2/15

Page 299: Excel quad iteration M-set iterator Movie maker 75.

1/72/7

3/15 and 4/15 have period 4, andare between 1/7 and 2/7....

Page 300: Excel quad iteration M-set iterator Movie maker 75.

1/72/7

3/15 and 4/15 have period 4, andare between 1/7 and 2/7....

3/154/15

Page 301: Excel quad iteration M-set iterator Movie maker 75.

So what do we know about M?

All rational external rays land at a single point in M.

Page 302: Excel quad iteration M-set iterator Movie maker 75.

So what do we know about M?

All rational external rays land at a single point in M.

Rays that are periodic under doubling land at root points of a bulb.

Non-periodic rational raysland at Misiurewicz points(how we measure lengthof antennas).

Page 303: Excel quad iteration M-set iterator Movie maker 75.

So what do we know about M?

“Highly irrational” rays also land at unique points, and we understand what goes on here.

“Highly irrational" = “far”from rationals, i.e.,

θ −pq>c

qk

Page 304: Excel quad iteration M-set iterator Movie maker 75.

So what do we NOT know about M?

But we don't know if irrationals that are “close” to rationals land.

So we won't understandquadratic functions untilwe figure this out.

Page 305: Excel quad iteration M-set iterator Movie maker 75.

MLC Conjecture:

The boundary of the M-setis “locally connected” ---if so, all rays land and we are in heaven!. But if not......

Page 306: Excel quad iteration M-set iterator Movie maker 75.

The Dynamical Systems and Technology Project at Boston University

website: math.bu.edu/DYSYS

Have fun!

Page 307: Excel quad iteration M-set iterator Movie maker 75.

A number is far from the rationals if:

θ

|θ − p /q |

>

Page 308: Excel quad iteration M-set iterator Movie maker 75.

A number is far from the rationals if:

θ

|θ − p /q |

>

c /qk

Page 309: Excel quad iteration M-set iterator Movie maker 75.

A number is far from the rationals if:

θ

|θ − p /q |

>

c /qk

This happens if the “continued fraction expansion” of has only bounded terms.

θ