Chaos is not the same as randomness. A chaotic system follows deterministic rules, yet exhibits sensitive dependence on initial conditions: trajectories starting arbitrarily close can separate rapidly, making long-term prediction impractical with finite measurement and numerical precision.
Sensitive dependence and Lyapunov exponents
A common local description is
|δx(t)| ≈ |δx(0)| e^{λ t}
λ > 0
A positive Lyapunov exponent indicates exponential separation and sets a characteristic predictability timescale of order 1/λ.
Why deterministic systems become unpredictable
Deterministic equations do not remove practical uncertainty:
- initial conditions cannot be measured with infinite precision
- computations introduce rounding and truncation errors
In chaotic dynamics these small errors amplify until detailed trajectory prediction loses meaning.
Phase-space picture
Many chaotic systems can be understood as repeated stretching and folding in phase space. In driven or dissipative systems this can produce a strange attractor with fractal-like structure; Poincaré sections are standard tools to visualize it.
Simple example: logistic map
Chaos can occur in discrete-time systems:
x_{n+1} = r x_n (1 - x_n)
As r increases, period-doubling bifurcations accumulate and chaotic parameter ranges appear.
Common misconceptions
- Chaos means limited predictability, not absence of rules.
- Short-term prediction can still be accurate; the limitation is the finite predictability horizon.
- Numerical artifacts exist, so step-size refinement and consistency checks matter when diagnosing chaos in computations.