A rotor that gets kicked once per cycle
The Chirikov-Taylor standard map describes the simplest possible Hamiltonian system that still shows the full range of behaviour from perfect order to full chaos: a free rotor -- think of a pendulum arm spinning freely -- that receives a sharp angular kick once every period, with the kick strength depending on the rotor's current angle. Written as an iteration on angle theta and angular momentum p, both taken modulo 2*pi:
p_next = p + K * sin(theta) theta_next = theta + p_next
K is the single control parameter -- the strength of the kick -- and the whole richness of the map comes from turning that one dial. This is exactly the kind of system you get by taking a Poincare section of a continuously kicked pendulum, sampling the state stroboscopically once per kick instead of tracking the pendulum continuously.
KAM tori: islands of order inside a Hamiltonian system
At K = 0 the map is trivial: p never changes, and theta simply advances by a constant amount each step, so every orbit traces a horizontal line -- pure, predictable rotation. Turn K up slightly and the Kolmogorov-Arnold-Moser (KAM) theorem guarantees that most of these horizontal lines survive, just bent into wavy but still unbroken curves called invariant tori. An orbit that starts on a surviving torus stays on it forever, moving quasi-periodically and never venturing into the chaotic regions nearby -- order persisting inside a system that is, in principle, capable of chaos.
Greene's critical value and the last torus to break
As K keeps increasing, tori break one by one, starting with those built from the most rational rotation numbers (a fact rooted in the same number-theoretic mechanics as continued fractions) and ending with the single most robust torus, built from the golden-ratio rotation number, which is the last to survive because the golden ratio is, in a precise sense, the irrational number hardest to approximate by rationals. Robert MacKay and John Greene independently pinned down the critical kick strength at which even this last, most stubborn torus finally breaks: K approximately 0.9716. Below that value, the golden torus survives and acts as a hard barrier that no chaotic orbit can cross; above it, the last barrier is gone and a chaotic orbit can wander across the entire phase space -- a transition known as global chaos.
Why islands and chaos coexist even past the critical K
Even well above the critical value, the phase space is not uniformly chaotic. Around every stable periodic orbit -- fixed points of the map that return to themselves after a fixed number of iterations -- small surviving islands of regular, quasi-periodic motion persist, surrounded by a chaotic sea of orbits that fill the remaining area densely and unpredictably. This coexistence of stable islands embedded in a chaotic sea is a universal feature of area-preserving Hamiltonian maps, not a quirk of this particular equation, and the standard map is the cleanest system available for seeing it directly because the whole picture is controlled by a single number K.
Frequently asked questions
What is a Poincare section, in plain terms?
Instead of tracking a continuously evolving system moment to moment, a Poincare section samples its state at one fixed point in each cycle -- here, once per kick. This turns a continuous-time problem into a discrete map you can iterate and plot, which is exactly what the standard map is.
Why do KAM tori matter for real physics, not just this toy map?
The same mathematics governs whether a Hamiltonian system stays confined and predictable or leaks into chaos -- it appears in celestial mechanics (do planetary orbits stay stable?), plasma confinement (do charged particles stay trapped by magnetic field lines?), and particle accelerator design, all of which are, in the relevant approximation, kicked-rotor-like systems.
What happens to a chaotic orbit once K is past the critical value?
It becomes free to wander across the entire range of angular momentum values, unrestricted by any surviving torus barrier, though it can still get trapped for long stretches near the small remaining stability islands before escaping back into the chaotic sea.
Try it live
Everything above runs in your browser — open Standard Map and change the parameters while it is running. Nothing is installed, nothing is uploaded, the whole model lives in one tab.
▶ Open Standard Map simulation