5

Deterministic Chaos

Period doubling Β· SDIC Β· PoincarΓ© Β· Logistic map

πŸŒ€ The 4 Characteristics of Chaos
πŸ— All four are required β€” missing one = wrong answer
#CharacteristicWhat it meansHow to check
1DeterminismEverything is determined by the current state (and the equations of the model). Same initial conditions always give the same trajectory.Does it come from a definite rule/equation? If yes β†’ deterministic.
2BoundednessDoes NOT go to infinity. You could draw a box in state space and the trajectory would always stay within it.Does it stay between a max and min value? If yes β†’ bounded.
3Irregularity (aperiodicity)Does NOT repeat itself. The points in the system never exactly repeat.Does the time series ever repeat the exact same sequence? If not β†’ aperiodic.
4SDICTwo time series starting very close together will eventually diverge until their behavior is completely uncorrelated.Compare two runs with nearly identical starting conditions. Do they diverge over time? If yes β†’ SDIC.
πŸ”₯ The most commonly confused point β€” Chaos is NOT random
"Deterministic" is what separates chaos from randomness. A random process has no underlying rule β€” outcomes can't be predicted even with perfect knowledge.
A chaotic system is perfectly deterministic β€” if you knew the initial conditions with infinite precision, you could predict the future exactly. But you can't in practice because tiny measurement errors amplify exponentially (SDIC).
βš–οΈ Chaos vs Random vs Periodic
πŸ— Mechanism of chaos: stretching and folding (Class 17)
Chaos arises through stretching and folding β€” the same mechanism as kneading dough:

1. Stretch β€” nearby points get pulled apart (SDIC)
2. Fold β€” the stretched region folds back on itself (keeps system bounded)

This is why chaos is bounded AND sensitive: stretching creates SDIC, folding keeps trajectories from escaping to infinity. Bennoun showed this with the Mona Lisa example β€” after many iterations, the image becomes unrecognizable but stays within the same region.
Side-by-side comparison
PropertyPeriodicChaoticRandom
Deterministic?YesYesNo
Repeats exactly?Yes (fixed period)NeverNo
Bounded?YesYesNot necessarily
Short-term predictable?YesYes (if IC known precisely)No
Long-term predictable?YesNo (SDIC)No
PoincarΓ© plotFinite set of pointsSmooth curve (function)Random scatter
Underlying structure?Yes (regular)Yes (strange attractor)No
πŸ›€οΈ Period Doubling Route to Chaos
How chaos arises β€” the cascade
As a parameter $r$ increases, the system goes through successive doublings of its cycle length before becoming fully chaotic: $$\text{fixed point}\to\text{period 2}\to\text{period 4}\to\text{period 8}\to\cdots\to\text{chaos}$$ Each doubling happens faster and faster (Feigenbaum constant β‰ˆ 4.669). At some critical value, the doublings happen infinitely fast β†’ chaos.
What a bifurcation diagram shows
• x-axis: parameter value (e.g., $r$)
• y-axis: the long-term values the variable takes

• Single line: fixed point (period 1)
• Splits to 2 branches: period 2
• 4 branches: period 4
• Dense/filled region: chaos
• Narrow windows of white within chaos: brief periodic windows (period 3, etc.)
πŸ¦— The Logistic Map
The model
$$X_{N+1}=rX_N(1-X_N)$$ Equilibrium: $X^*=0$ or $X^*=\frac{r-1}{r}$ (the non-trivial one).

$r$ rangeLong-term behavior
$0Population dies to 0
$1Stable fixed point at $X^*=(r-1)/r$
$r\approx 3$Period-doubling bifurcation β†’ period 2
$r\approx 3.45$Period 2 β†’ period 4
$r\approx 3.54$Period 4 β†’ period 8, etc.
$r>3.57$Chaos (with periodic windows)
Manual calculation ($r=2$, $X_0=0.95$)
$X_1 = 2(0.95)(1-0.95) = 2(0.95)(0.05) = 0.095$
$X_2 = 2(0.095)(0.905) = 0.172$
$X_3 = 2(0.172)(0.828) = 0.285$
...continues converging to $X^*=(2-1)/2=0.5$
PoincarΓ© plot: chaos vs random
chaotic smooth curve β†’ Xβ‚™β‚Šβ‚=f(Xβ‚™) Xβ‚™Xβ‚™β‚Šβ‚ βœ“ function exists random scatter β†’ no pattern Xβ‚™Xβ‚™β‚Šβ‚ βœ— no function
⚠ Schematic illustration only β€” not drawn to scale or from simulation.
πŸ“ PoincarΓ© Plots
What is a PoincarΓ© plot and how to read it
Plot $(X_N, X_{N+1})$ β€” each consecutive pair of values from your time series.

What you seeWhat it means
Single pointFixed point (period 1)
Exactly 2 pointsPeriod 2 cycle
$k$ discrete pointsPeriod $k$ cycle
Smooth curve (e.g., a parabola)Chaotic β€” deterministic rule $X_{N+1}=f(X_N)$ exists
Random scatter, no patternRandom β€” no deterministic rule
πŸ— Why the smooth curve means chaos, not random
If the system is deterministic, each $X_N$ uniquely determines $X_{N+1}$ via the rule $X_{N+1}=f(X_N)$. This creates a function β€” and a function graphed as $(X_N, X_{N+1})$ produces a smooth curve.

Random processes have no such rule β€” $X_N$ doesn't predict $X_{N+1}$ at all β†’ the plot is just noise.
πŸ“¦ Minimum Dimensions for Each Behavior
The PoincarΓ©-Bendixson theorem explains everything
BehaviorMin. continuous-time dimensionsMin. discrete-time dimensionsWhy
Stable EP11Any 1D system can have a stable fixed point
Stable oscillations (limit cycle)21Need a 2D plane for a closed orbit
Chaos31PoincarΓ©-Bendixson: in 2D continuous, trajectories can't cross β†’ no chaos. 3D removes this constraint (Lorenz attractor). Discrete 1D can be chaotic (logistic map).
πŸ”₯ The most tested fact: chaos requires 3D continuous
PoincarΓ©-Bendixson theorem says: in 2D continuous-time systems, bounded trajectories must tend to either a fixed point or a limit cycle. Chaos is impossible. Add one more dimension β†’ chaos can occur. The Lorenz attractor (chaotic) lives in 3D.
✦ Unit 5 Practice Quiz

✦ Quiz β€” Deterministic Chaos

Q1. Which is NOT one of the 4 characteristics of deterministic chaos?

A) Aperiodic long-term behavior
B) Random β€” outcomes are intrinsically unpredictable even with perfect knowledge
C) Bounded solution
D) Sensitive dependence on initial conditions

Q2. Why does continuous-time chaos require at least 3 differential equations?

A) Three equations are needed to compute eigenvalues
B) The PoincarΓ©-Bendixson theorem: in 2D, bounded trajectories can only tend to fixed points or limit cycles β€” chaos is geometrically impossible
C) Chaos only occurs in systems with 3 or more parameters
D) You need 3 equations to create a time delay

Q3. A PoincarΓ© plot of a time series shows a smooth parabolic curve. This means the system is:

A) Random β€” curves arise from noise
B) Periodic with period 2 (two points on the curve)
C) Chaotic β€” the smooth curve means there's a deterministic rule $X_{N+1}=f(X_N)$, and combined with bounded aperiodic behavior, this is chaos
D) At a fixed point

Q4. The sequence 1.2, 0.8, 1.35, 0.6, 1.42, 0.55... comes from a deterministic model. It's bounded between 0.5 and 1.5, never repeats exactly. Two nearby starting conditions diverge exponentially. Is it chaotic?

A) No β€” it's periodic since it has a regular up-down pattern
B) Yes β€” all 4 characteristics present: deterministic βœ“, bounded βœ“, aperiodic βœ“, SDIC βœ“
C) No β€” you need at least 3 equations for chaos
D) Cannot determine from the information given

Q5. In the logistic map $X_{N+1}=rX_N(1-X_N)$, chaos first appears at approximately:

A) $r=2$ (moderate growth)
B) $r=3$ (first period doubling)
C) $r\approx 3.57$ (after period-doubling cascade completes)
D) $r=4$ (maximum growth rate)