Session overview Complex maps and Julia sets Reminder: project - - PowerPoint PPT Presentation

session overview
SMART_READER_LITE
LIVE PREVIEW

Session overview Complex maps and Julia sets Reminder: project - - PowerPoint PPT Presentation

Session overview Complex maps and Julia sets Reminder: project topics and teams due Thursday before class, earlier is better. Submit survey on Angel April 29, 2008 CSSE/MA 325 Lecture #27 1 Examples of Lyapunov Exponents


slide-1
SLIDE 1

April 29, 2008 CSSE/MA 325 Lecture #27 1

Session overview

Complex maps and Julia

sets

Reminder: project topics

and teams due Thursday before class, earlier is better.

Submit survey on Angel

slide-2
SLIDE 2

April 29, 2008 CSSE/MA 325 Lecture #27 2

Examples of Lyapunov Exponents

Henon attractor: λ = 0.419217 Lorenz attractor: λ = 0.90563 (for

the parameters given earlier)

Rossler attractor: λ = 0.13 (for

a=0.15, b=0.2, c-10)

slide-3
SLIDE 3

April 29, 2008 CSSE/MA 325 Lecture #27 3

Consider f(z)=z2

Plot a number of points together Define the escape set and the

prisoner set

Define Julia set Define filled Julia set

slide-4
SLIDE 4

April 29, 2008 CSSE/MA 325 Lecture #27 4

c = 0

slide-5
SLIDE 5

April 29, 2008 CSSE/MA 325 Lecture #27 5

c = -0.52 + 0.57i

slide-6
SLIDE 6

April 29, 2008 CSSE/MA 325 Lecture #27 6

slide-7
SLIDE 7

April 29, 2008 CSSE/MA 325 Lecture #27 7

Inverse iteration

Graphically, one of the easiest ways to

find the Julia set is by the inverse iteration method

In this method, we take successive

square roots of z and plot them

Use polar form for a complex number to

take the square root

take the square root of the magnitude take half the angle

slide-8
SLIDE 8

April 29, 2008 CSSE/MA 325 Lecture #27 8

Square root properties

Recognize that successive square

roots approach 1 in magnitude

A typical value for z0 is 0.5 + 0.5i There are two possible square

roots at each stage:

angle is half the original angle angle is π + half the original angle

Choose either angle randomly

slide-9
SLIDE 9

April 29, 2008 CSSE/MA 325 Lecture #27 9

Example program 1

The inverse iteration method

generates boundaries

Program juliasets.cpp

demonstrates this