Discrete Maps

0.0(0)
Studied by 1 person
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:22 AM on 5/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

Discrete map

Is a function F:XXF:X →X, defined on a space X, such that the evolution of the system is given by the iteration xn+1=F(xn)x_{n+1} =F(x_n), with n=0,1,2,...n =0,1,2,...

The sequence {xn}\{x_n\} generated by repeated applications of FF is called the orbit of the initial condition x0x_0.

2
New cards

How to draw cobweb plots

  1. Plot the given function y=f(x)y= f(x) and the line y=xy=x.

  2. For xnx_n, draw a vertical line x=xnx =x_n that hits the curve y=f(x)y= f(x).
    This gives f(xn)f (x_n), which is equal to xn+1x_{n+1}.

  3. Draw a horizontal line for f(xn)f(x_n) until it hits the line y=xy = x.

  4. Repeat steps 2. and 3. using xn+1x_{n+1}.

The cobweb plot is expected to converge to the intersection of f(x) with x=y.

3
New cards

Fixed point

Since xn+1=F(xn)x_{n+1} = F(x_n), a fixed point of a discrete map must satisfy the condition xF=F(xF)x_F =F(x_F).

4
New cards

Stability conditions for fixed points

Can find that δxn+1=f(xF)δxnδx_{n+1} = f'(x_F)δx_n

  • If |f'(x_F)| > 1, we have |δx_{n+1}| > |δx_n|, which leads to an unstable fixed point.
    That is, the deviation from the fixed point increases with every iteration.

  • If |f'(x_F)|< 1, we have |δx_{n+1}| < |δx_n|, which leads to a stable fixed point.
    That is, the deviation from the fixed point decreases with every iteration.

  • If f(xF)=1|f'(x_F)|=1, the stability of the fixed point is undetermined and the fixed point is marginal.

  • If f(xF)=0f'(x_F) = 0, then there is a special case: a super-stable fixed point, with δxn+1=12f(xF)(δxn)2δx_{n+1} = \frac{1}2 f ''(x_F)(δx_n)^2. In this case δxn+1δx_{n+1} is very small and we have a very fast convergence to the fixed point.

5
New cards

Marginal fixed point

Occurs if f(xF)=1|f'(x_F)|=1, and stability is undetermined so must go to higher orders in the Taylor expansion:

xn+1=f(xF+δxn)=xF±δxn+12f(xF)(δxn)2+O((δxn)3)x_{n+1} = f(x_F +δx_n)=x_F ±δx_n+ \frac{1} 2 f ''(x_F)(δx_n)^2 +\mathcal{O}((δx_n)^3)

6
New cards

Issues with a marginal fixed point

A fixed point with derivative =1 is not asymptotically stable, so small errors are not reduced: xn+1xxnxx_{n+1}−x^∗≈x_{n}−x^∗

Hence the iteration generally converges very slowly or may fail to converge.

(Any maps producing a marginal fixed point are not suitable choices to find roots, as they do not reliably converge)

7
New cards

Logistic map

Its evolution is given by the difference equation Nn+1=aNnbNn2N_{n+1} =aN_n−bN^2_ n, where NnN_n is the population of the nthn^\text{th} generation, and often a, b>0.

This can be simplified by considering xn=bNn/ax_n =bN_n/a, and gives

xn+1=axn(1xn)x_{n+1} =ax_n(1−x_n).

8
New cards

Fixed points of the logistic map

The fixed points are determined by setting xF=axF(1xF)x_F =ax_F(1−x_F) to zero, which gives:

xF=0x_F =0 and xF=11ax_F =1−\frac{1} a

Stability is given by dFdxxF\frac{dF}{dx}|_{x_F}, which is:

  • xF=0x_F=0: stable for a<1, and unstable for a>1.

  • xF=11ax_F =1−\frac{1} a: stable for |2−a| <1, (so for 1<a<3), and unstable otherwise.

9
New cards

Condition to have a two-cycle (solution with period of two)

The condition f2(x)=f(f(x))=xf ^2(x) = f(f(x)) = x must be met.

10
New cards

Stability of a two-cycle

If xx^∗ is one of the points at the cycle, then x=f2(x)x^∗ = f^2(x^∗), and xn=x+δxnx_n =x^∗+δx_n (close to this point). This leads to

xn+2=f2(x+δxn)x+df2(x)dxδxnx_{n+2}=f^2(x^∗+δx_n)≈x^∗+\frac{df^2(x) }{dx} δx_n

with stability defined by \bigg|\frac{df^2(x) }{dx}\bigg| <1 \qquad⇒\qquad\text{stable two-cycle} \bigg|\frac{df^2(x) }{dx}\bigg| >1 \qquad⇒\qquad\text{unstable two-cycle}

Using the chain rule, df2(x)dx=f(f(x))f(x)\frac{df^2(x)}{ dx }=f'(f(x))f'(x), and for a two-cycle with x=x1x=x_1 and f(x1)=x2f(x_1)=x_2 there will be stability if f'(x_1)f'(x_2)< 1.

11
New cards

Shape of logistic map

The two-cycle is only stable for set values of aa, then there is a bifurcation to a stable four-cycle, and the two-cycle becomes unstable. As aa increases, more bifurcations occur, and cycles appear in powers of 2, which the stability of each cycle shorter than the last.

Eventually chaos occurs, and there are no stable cycles for any finite power of two, and trajectories become non-periodic.

This is shown as a series of continuous bands at a>a_\infty\approx 3.56995.

12
New cards

If there are more than one solutions (roots) to an equation, what determines which one is found?

The root obtained depends on the initial condition.

Different initial guesses lie in different basins of attraction of the various fixed points, so the iteration converges to the root whose basin contains.

13
New cards

Why it is advantageous that a fixed point of the map is superstable?

(Errors shrink faster than linearly near the fixed point). The iteration converges extremely rapidly to the root.

Near a fixed point, xn+1xf(x)(xnx)x_{n+1}−x^∗≈f’(x^∗)(x_n−x^∗), and for a superstable fixed point, f(x)=0f’(x^*)=0, so the linear error term vanishes and convergence is much faster.