Skip to content

3906 Chaos

We give a very brief introduction to this subject using DE's as the starting point. The interested reader who wishes to explore this subject further will find many good sources on the web.

Discrete Logistic Equation

The difference equation ( a constant) is the discrete logistic equation. One way it arises is as follows
model of logistic population growth.
Euler's numerical method makes this a discrete system: Rewrite this as .
Let .
Since we will only consider .
Given and iteration gives the sequence This is easy to implement on a computer: Figure 1 shows an vs. diagram. To make it we used the following recipe.

1. We choose a value of and a starting point . 2. We iterate out to in order to eliminate any transient behavior. 3. We then plot 1000 points for .

The darker the plotted point the more times that we got that value of .
Look for, instance at the value . The only value plotted is the one at . This says that the iterated sequence goes to a limit of .333. The values and behave similarly.
At around the diagram bifurcates. That is, it splits into two branches. What this means is that the value of is cycles back and forth between two values. In the case we get We call this a period 2 cycle.
As increases from 3.1 we continue to get period 2 cycles until around . At this point both branches of the diagram bifurcate and we see four values plotted. This means the values of are cycling between four values. This is called a cycle with period 4 (or a 4-cycle for short).
This continues as increases until the next bifurcation point where we get cycles of period 8. As increases further, this period doubling continues to cycles of period 16, 32, etc.
Then around something new happens: the periodic behavior disappears and seemingly random behavior occurs. This is called chaos.
At around periodic behavior returns with cycles of period 3. As increases we again see period doubling with cycles of period 6, then 12, then 24 etc. until this leads to chaos again.
After the chaotic region there is a value of where we see period 5­ cycles. This is followed by period doubling, leading to chaos again. Then 7-cycles followed by period doubling to chaos, etc.

Remarks: 1. This period doubling to chaos is a phenomenon seen in many systems. 2. For any value of there are fixed points and, often points with other periods. The computer doesn't find them because they are not stable. In fact, there is a theorem that says if there is a point of period 3 then there are points of all orders.

Feigenbaum constant

If = first bifurcation point, = second etc. then The same value occurs in many 'period doubling' systems.

The forced Duffing Equation

Period doubling also happens in mechanical systems. If we apply a periodic force to the damped nonlinear spring we get the equation A mass atop a thin metal wire is modeled by this equation with .
We look at the forced Duffing equation and the equivalent nonlinear system If (unforced) then there are 3 equilibrium points: - unstable (saddle); - stable (spiral sinks). These are shown in the pictures below.

In a linear spring system the single critical point at the origin is stable and the frequency of the periodic response would equal (which in this case is 1) and doubling the amplitude of the input would simply double the amplitude of the output. In the Duffing system, the behavior is very different.
The plots below were made by taking , running the ode solver for to , and plotting for . (We throw away as transient.)
Just like the discrete logistic equation, we see period doubling to chaos.


Lorenz Strange Attractor

This example is the Lorenz System. It is a 3 dimensional system where are constants.
The following picture shows the famous 'butterfly'. (The plot should be three dimensional, showing and . In this case we just plotted vs. .) Like limit cycles or the periodic points in the pitchfork example this trajectory has a limiting set. That is. a set of points that are arbitrarily close to the trajectory for arbitrarily large . In this case, it is called a strange attractor because it is such a complicated set.