0% found this document useful (0 votes)
79 views26 pages

2015 One-Dimensional Maps

The document discusses one-dimensional maps and their properties. It begins by defining maps as models with discrete time where each point is determined by the previous point and an initial condition. It then discusses fixed points and their stability, providing the example of the map xn+1 = sin(xn) which has a fixed point at x* = 0 that is stable. The document also covers bifurcations, periodic orbits, and chaos in one-dimensional maps like the logistic map. It introduces the Lyapunov exponent as a measure of sensitivity to initial conditions and a signature of chaos.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
79 views26 pages

2015 One-Dimensional Maps

The document discusses one-dimensional maps and their properties. It begins by defining maps as models with discrete time where each point is determined by the previous point and an initial condition. It then discusses fixed points and their stability, providing the example of the map xn+1 = sin(xn) which has a fixed point at x* = 0 that is stable. The document also covers bifurcations, periodic orbits, and chaos in one-dimensional maps like the logistic map. It introduces the Lyapunov exponent as a measure of sensitivity to initial conditions and a signature of chaos.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 26

One-dimensional maps

Simple dynamical systems do not necessarily


lead to simple dynamical behavior .
(R. M. May, 1976)
__________________________
R. M. May, Simple mathematical models with very complicated dynamics, Nature, 261, 459, 1976.

March 23, 2015

M. Biey - Dip. di Elettronica e Telecomunicazioni - Politecnico di Torino

Maps
The solutions of dynamical models with discrete time,
are characterized by sequences of points, each of which
is determined from an initial point (the initial condition).
Such models are called recurrence relationships,
recurrences, iterations, or simply maps. Their explicit
form is written:

X is a p-dimensional real vector, n denotes the discrete


time, is a parameter vector, X0 is the vector of initial
conditions.

March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

Maps (cont.)
Maps arise in various ways:

As model of natural phenomena


E.g.: Capital growth: C n

C n (1

I ) , where I is the annual rate of interest

As tools for analyzing differential equations


E.g.: Forward Euler Integration Formula:

f (x )

xk

xk

hf (x k )

As simple examples of chaos

March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

Maps (cont.)
If the vector X has dimension 1, we have onedimensional maps:

xn

f (x n ),

x (n

0)

x0

f is a smooth function from the real line to itself


and x0 is the initial condition.

The sequence x0, x1, x2, . is called the


orbit (or trajectory) starting from x0 .
Simple examples of one-dimensional maps:

March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

Maps (cont.)
A geometric way of thinking:
Cobweb construction to
iterate the map graphically:

March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

Fixed points
Definition
Suppose x* satisfies f (x*) = x*.
Then, if xn = x*, it follows that
xn+1 = f (xn) = f (x*) = x*
Hence the orbit remains at x* for all future
iterations.
x* is called a fixed (or equilibrium) point.

Fixed points are the intersections of the map


with the straight line xn+1 = xn
What about the stability of a fixed point?
March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

Fixed points (cont.)


Linear stability of a fixed point x*
xn = x* + n : does n grow or decay as n increases?
xn+1 = x* + n+1 = f (x* + n) = f (x*) + f (x*) n + (n2 )
n+1 f (x*) n n , with
1 = 0 ,

March 23, 2015

2 = 1 = 2 0 , ..... ,

= f (x*) Then
n = n 0

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

Fixed points (cont.)


Linear stability

If the multiplier satisfies


f (x *)

then the fixed point x* is (linearly) stable.


If f (x *)

1 the fixed point is unstable.

Nothing can be said about the marginal case


f (x *) 1 . In this case, graphical way can help!

March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

Fixed points (cont.)


Problem:
Consider the map x n 1 sin x n . Determine the
stability of the fixed point x* = 0.
f (0) cos(0) 1 .
At x* = 0 we have
Nothing can be said about stability. We use a
geometrical approach:

x* = 0 is a stable equilibrium point!


March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

Logistic Map
Logistic (or quadratic) map[*]:
(1)

xn

rx n (1 x n )

________________________________
[*] Discrete-time analog of the logistic equation for population growth
March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

10

Logistic Map (cont.)


Fixed points:

x*

0,

x*

(0 r
1
, (r
r

4)
1)

REMARKS:
For 0 < r < 1 there is just an equilibrium point at the origin (x* can not
be negative)
A second equilibrium point appears for r > 1
It is stable for 1< r < 3
For r > 3 a period-2 cycle is born
March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

11

Bifurcations
A bifurcation represents the sudden
appearance of a qualitatively different solution
for a nonlinear system as some parameter is
varied.

Logistic map

Bifurcations occur in four basic varieties:


flip, fold, pitchfork, and transcritical (Rasband 1990)
March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

12

Bifurcations (cont.)
In the logistic map, at r = 1 the equilibrium x = 0
becomes unstable and a new equilibrium point appears:
that is called a transcritical bifurcation.
At r = 3, x* becomes unstable and a 2-cycle appears.
That is called a flip (or period-doubling) bifurcation
FLIP

TRANSCRITICAL

March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

13

Bifurcations (cont.)
In one-dimensional maps a 2-cycle exists if and
only if there are two points p and q such that

f (p) = q and f (q) = p


Equivalently, p must satisfy
f ( f (p)) = p
Hence, p is a fixed point of the second-iterate
map f 2(x) = f ( f (p)) . The same for q.

In conclusion:
p and q are fixed points of the second-iterate
map.
March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

14

Bifurcations (cont.)

March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

15

Bifurcations (cont.)
p and q are evaluated by solving the equation f 2(x) x = 0:
2

r x (1

x) 1

rx (1

x)

The fixed points of the 1-st iterate are solution of the


above equation (in fact, f (x*) = x*, so also f 2(x*) = x*).
After factoring out x and [x (1 1/r)], we get a
quadratic equation:

x
March 23, 2015

1
x
r

1
1
r

1
r

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

16

Bifurcations (cont.)
p and q are given by

p, q

(r

1)

(r
2r

3)(r

1)

A 2-cycle exists for all r > 3. For r < 3 the roots are
complex, which means that a 2-cycle does not exist.

What about its stability?

March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

17

Bifurcations (cont.)
For evaluating the stability of the 2-cycle, it is sufficient to
evaluate the stability of a fixed point, since p and q are fixed
points of the 2nd-iterate map.
Let us compute the multiplier, say, at p (*):

d
( f ( f (x )))x
dx

f ( f (p))f (p)

f (q )f (p)

_____________________________________
(*) Remember that:

March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

18

Bifurcations (cont.)
Evaluate the multiplier at p:

March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

19

Bifurcations (cont.)
The first values where bifurcations take place:
1

Source: S. H. Strogatz, Nonlinear dynamics and chaos, Perseus Books, 1994.

What happens if r > r ?


March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

20

Chaos
Qualitative definition(1):
Chaos is a bounded aperiodic long-term
behavior in a deterministic system that exhibits
sensitive dependence on the initial conditions,
thereby rendering long-term prediction
impossible.
Bounded: trajectories remain confined in a finite set
2.
Aperiodic long-term behavior: there are trajectories which do not settle
down to fixed points, periodic orbits or quasi periodic orbits as t .
3.
Deterministic: the system has no random or noisy inputs or parameters.
4.
Sensitive dependence on the initial conditions: nearby trajectories separate
exponentially fast.
_____________________________
(1) S.H. Strogatz, Nonlinear dynamics and chaos, p. 323, Perseus Books Pu.,
1994.
1.

March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

21

Lyapunov Exponent in One Dimension


To what extent two solutions starting from nearly equal
initial conditions are repelling each others?
In a chaotic system neighboring orbits should separate
exponentially fast, on average.
Let us compute the separation between two orbits
starting from two nearby initial conditions: x0 and x0 +
1st

orbit:

2nd

orbit:

March 23, 2015

x 0 , f (x 0 ), f (x 0 ),
x0

, f (x 0

, f (x 0 )
2

), f (x 0

),

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

, f (x 0

22

Lyapunov Exponent in One Dimension


The absolute value of separation after n iterates of the two
maps is

xn

f (x 0

f (x 0 )

To a 1st order approximation we have

xn

'
x0

f '(x n 1 ) f '(x n 2 )

f '(x 0 )

Then, taking the log


n 1

ln x n
March 23, 2015

i 0

ln f '(x i )

ln

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

23

Lyapunov Exponent in One Dimension


The average value of the sum is

(x 0 )
So we have

ln x n

1
n

n 1
i 0

ln f '(x i )

n (x 0 )

ln

From which we get

xn

f (x 0

f (x 0 )

n (x 0 )

(x 0 ) is called the Lyapunov exponent (LE) of the orbit.


It represents the mean exponential separation of two orbits that
have near initial conditions. A positive LE is a signature of chaos
March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

24

Lyapunov Exponent in One Dimension


Recall the last equation:

xn

f (x 0

f (x 0 )

n (x 0 )

dividing by ||, taking the limit for 0, and


n (x 0 )
xn
e
remembering that
we get

xn

n (x 0 )

df (x )
dx x

f n (x 0 )
0

Taking the limit as n , we get the definition of LE:


xn
1
1
1n1
n
(x 0 ) lim ln
lim ln f (x 0 ) lim
ln f (x i )
n
n
n
n
n
ni 0
March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

25

Lyapunov Exponent in One Dimension


Two fundamental facts [*] :
The LE does not depend on the trajectory. More
precisely, it is the same for all the x0 in the basin of
attraction of a given attractor

The limit for n going to infinity exists

In general, one needs to use a computer to


calculate Lyapunov exponents
[*] V.I. Oseledets, A multiplicative ergodic theorem. Lyapunov characteristic numbers
for dynamical systems, Trans.Moscow Math. Soc. 19(1968), 197-231.
Moscov.Mat.Obsch.19(1968),179-210.
March 23, 2015

M. Biey - Dip. di Elettronica Telecomunicazioni - Politecnico di Torino

26

You might also like