Nonlinear Dynamics and Chaos | Physics
sources:
- text: “Halliday, D., Resnick, R., & Walker, J. (2013). Fundamentals of Physics (10th ed.). Wiley.”
11.1 The Logistic Map
Section titled “11.1 The Logistic Map”The logistic map is the simplest model of chaotic dynamics:
- : (extinction)
- : Fixed point (stable population)
- : Period-2 cycle
- : Period-4 cycle
- : Onset of chaos (period doubling cascade)
- : Chaotic regime (with periodic windows)
Feigenbaum constants: The ratio of successive bifurcation intervals converges to A universal constant for all period-doubling transitions.
11.2 Lyapunov Exponents
Section titled “11.2 Lyapunov Exponents”The Lyapunov exponent measures the rate of exponential divergence of nearby trajectories:
- : Trajectories converge (stable, periodic)
- : Trajectories neither converge nor diverge (marginal)
- : Trajectories diverge exponentially (chaos)
For the logistic map at : .
11.3 The Driven Damped Pendulum
Section titled “11.3 The Driven Damped Pendulum”The equation of motion for a driven damped pendulum:
For certain parameter ranges, this system exhibits deterministic chaos despite being described by a simple differential equation. The transition to chaos occurs via the same period-doubling cascade as the logistic map.
Poincaré section: By sampling the phase space at the driving frequency, the chaotic attractor reveals its fractal structure.
Worked Example 11.1: Period Doubling in the Logistic Map
At The logistic map has a stable period-2 cycle.
Starting from :
The system settles into the cycle . The period-2 orbit has with .
To find the period-2 points analytically: solve while excluding the fixed points of :
At : the solutions are and Matching our numerical result.
Common Pitfalls (Additional)
Section titled “Common Pitfalls (Additional)”Euler angles have gimbal lock: When (or ), the angles and become degenerate and cannot independently specify the orientation. This is the same gimbal lock problem encountered in navigation. For numerical simulations, use quaternions instead.
Canonical transformations are not coordinate transformations: A canonical transformation changes both coordinates and momenta in a way that preserves Hamilton”s equations. Not every coordinate transformation is canonical. The test is whether the Poisson brackets and are preserved.
The adiabatic theorem requires slowness: The adiabatic invariant is conserved only when (the parameter changes slowly compared to the period). For sudden changes, the adiabatic theorem does not apply, and the energy change must be computed from the explicit time-dependent Hamiltonian.
Chaos requires nonlinearity but not complexity: The driven damped pendulum and the logistic map are among the simplest dynamical systems, yet they exhibit chaos. Chaos is a property of the dynamics, not the complexity of the equations. A three-dimensional autonomous system (or two-dimensional non-autonomous system) is the minimum for chaos.
Liouville’s theorem constrains but does not determine dynamics: Liouville’s theorem says phase space volume is conserved, but it does not prevent phase space density from becoming filamented (stretched and folded). In fact, this filamentation is the mechanism behind mixing and ergodicity in Hamiltonian systems.
Problems (Additional)
Section titled “Problems (Additional)”Problem 19: Euler's Equations for an Asymmetric Body
A rigid body with principal moments , , (in kgM) rotates freely with initial angular velocity rad/s.
(a) Verify that and are conserved by computing them at .
(b) Use Euler’s equations to find at .
(c) Is the motion about the intermediate axis () stable? Predict the qualitative behaviour.
Solution:
(a) J.
(kgM/s.
(b) rad/s.
rad/s.
rad/s.
(c) The initial is the largest component, so the rotation is predominantly about the intermediate axis. Since Rotation about the intermediate axis is unstable (tennis racket theorem). The body will exhibit periodic flipping, with and growing at the expense of Then reversing. This is the Dzhanibekov effect.
Problem 20: Hamilton--Jacobi for the Free Particle
(a) Solve the Hamilton—Jacobi equation for a free particle in one dimension: .
(b) Find the generating function that transforms to constant momentum .
(c) Show that the new coordinate (a freely moving coordinate).
Solution:
(a) The Hamilton—Jacobi equation:
Separate variables: where is the separation constant (energy).
(b) With (identifying the new momentum with ):
(c) The new coordinate:
The new Hamiltonian . All momenta and energies are constant. The new coordinate evolves as (the initial position).
The original coordinate: (uniform motion).
flowchart TD A[12_Nonlinear Dynamics And Chaos] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Intuition
Section titled “Intuition”Nonlinear dynamics reveals that deterministic systems can produce unpredictable behavior. In linear systems, small changes in initial conditions lead to small changes in outcomes. In chaotic systems, nearby trajectories diverge exponentially, making long-term prediction impossible despite perfect knowledge of the governing equations. The Lyapunov exponent quantifies this sensitivity: a positive exponent means chaos. Strange attractors are the geometric structures that chaotic trajectories settle onto, having fractal dimension. Poincare sections reduce continuous trajectories to discrete maps, revealing hidden order. The key insight is that chaos is not randomness but rather deterministic complexity, arising from the stretching and folding of phase space.
Cross-References
Section titled “Cross-References”Hamiltonian Mechanics: Hamiltonian mechanics provides the phase space framework for analyzing nonlinear dynamics and chaos.
Hamiltonian Mechanics: Advanced Topics: The KAM theorem and perturbation theory address the stability of Hamiltonian systems under perturbation.
Small Oscillations and Normal Modes: Linear stability analysis near equilibrium points provides the foundation for understanding chaotic behavior.