1/12
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Discrete map
Is a function F:X→X, defined on a space X, such that the evolution of the system is given by the iteration xn+1=F(xn), with n=0,1,2,...
The sequence {xn} generated by repeated applications of F is called the orbit of the initial condition x0.
How to draw cobweb plots
Plot the given function y=f(x) and the line y=x.
For xn, draw a vertical line x=xn that hits the curve y=f(x).
This gives f(xn), which is equal to xn+1.
Draw a horizontal line for f(xn) until it hits the line y=x.
Repeat steps 2. and 3. using xn+1.
The cobweb plot is expected to converge to the intersection of f(x) with x=y.
Fixed point
Since xn+1=F(xn), a fixed point of a discrete map must satisfy the condition xF=F(xF).
Stability conditions for fixed points
Can find that δxn+1=f′(xF)δxn
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, the stability of the fixed point is undetermined and the fixed point is marginal.
If f′(xF)=0, then there is a special case: a super-stable fixed point, with δxn+1=21f′′(xF)(δxn)2. In this case δxn+1 is very small and we have a very fast convergence to the fixed point.
Marginal fixed point
Occurs if ∣f′(xF)∣=1, and stability is undetermined so must go to higher orders in the Taylor expansion:
xn+1=f(xF+δxn)=xF±δxn+21f′′(xF)(δxn)2+O((δxn)3)
Issues with a marginal fixed point
A fixed point with derivative =1 is not asymptotically stable, so small errors are not reduced: xn+1−x∗≈xn−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)
Logistic map
Its evolution is given by the difference equation Nn+1=aNn−bNn2, where Nn is the population of the nth generation, and often a, b>0.
This can be simplified by considering xn=bNn/a, and gives
xn+1=axn(1−xn).
Fixed points of the logistic map
The fixed points are determined by setting xF=axF(1−xF) to zero, which gives:
xF=0 and xF=1−a1
Stability is given by dxdF∣xF, which is:
xF=0: stable for a<1, and unstable for a>1.
xF=1−a1: stable for |2−a| <1, (so for 1<a<3), and unstable otherwise.
Condition to have a two-cycle (solution with period of two)
The condition f2(x)=f(f(x))=x must be met.
Stability of a two-cycle
If x∗ is one of the points at the cycle, then x∗=f2(x∗), and xn=x∗+δxn (close to this point). This leads to
xn+2=f2(x∗+δxn)≈x∗+dxdf2(x)δxn
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, dxdf2(x)=f′(f(x))f′(x), and for a two-cycle with x=x1 and f(x1)=x2 there will be stability if f'(x_1)f'(x_2)< 1.
Shape of logistic map
The two-cycle is only stable for set values of a, then there is a bifurcation to a stable four-cycle, and the two-cycle becomes unstable. As a 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.
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.
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+1−x∗≈f’(x∗)(xn−x∗), and for a superstable fixed point, f’(x∗)=0, so the linear error term vanishes and convergence is much faster.