What you're seeing
A population of simple clocks. Each one — an oscillator — has a phase θ that runs steadily around the circle, and its own preferred speed, its natural frequency ω, drawn from a spread of values so that, left alone, every oscillator drifts at a slightly different rate and the whole ring stays an incoherent smear of color. But they are not left alone: each one nudges its phase toward the population's average. When the coupling is weak, that nudge loses to the disorder and the dots stay scattered. Past a threshold, it wins — a clump condenses, more oscillators fall into it, and the population rounds the circle as one. The white arrow, the mean field, is short and jittery in the incoherent state and stretches toward the rim once the crowd locks. Nobody conducts; the rhythm is a property of the coupling, not of any oscillator.
The rule
Give oscillator i a phase θi and a fixed natural frequency ωi. Every oscillator is coupled to every other through the sine of their phase difference, with strength set by the coupling K:
dθi/dt = ωi + (K/N) · Σj sin(θj − θi)
The sine term speeds an oscillator up when the crowd is ahead of it and slows it down when the crowd is behind: each clock is pulled toward the others. To measure the crowd we use the order parameter, the average of every oscillator's position taken as a point on the unit circle:
r · eiψ = (1/N) · Σj eiθj
Here ψ is the mean phase (the arrow's direction) and r ∈ [0, 1] is its length: r = 0 when the phases are spread evenly around the circle and cancel out, r = 1 when they all coincide. The neat part is that this r and ψ let the all-to-all sum collapse exactly into a single mean-field pull, so the model is O(N) rather than O(N²) and each oscillator only has to react to the average:
dθi/dt = ωi + K · r · sin(ψ − θi)
That is the whole model: the coupling each oscillator feels is itself proportional to how synchronized the population already is. The simulation integrates this with small forward-Euler steps.
Why it matters
Kuramoto's achievement was to make spontaneous synchronization exactly analyzable. The sine coupling and the all-to-all (mean-field) structure are chosen precisely so that the order parameter closes the equations, and in the limit of infinitely many oscillators one can solve for the behavior. The result is a genuine phase transition: below a critical coupling Kc the only stable state is incoherence (r ≈ 0); above it, a synchronized cluster appears and r grows continuously from zero. The threshold depends on how broadly the natural frequencies are spread — a tighter spread synchronizes at a smaller coupling, a broader spread resists until K is larger. It is one of the most-studied models in nonlinear dynamics because it is the simplest place where you can watch order appear out of a competition between coupling and disorder and actually compute where the tipping point is.
In the wild
The Kuramoto model is a caricature — it assumes every oscillator is coupled equally to every other (all-to-all) and that the interaction is a pure sine of the phase difference. Real systems break those assumptions in different ways, so read these as the phenomenon the model abstracts, not a literal mechanism:
- Fireflies flashing in unison. Certain Southeast-Asian species — notably Pteroptyx along riverbanks in Malaysia and Thailand — flash in near-perfect synchrony across whole trees. Each firefly adjusts its internal flash rhythm toward the flashes it sees, which is exactly phase coupling, though the real interaction is local and visual, not all-to-all.
- Heart pacemaker cells. In the sinoatrial node, many self-oscillating cells couple electrically and entrain to a common beat. The Kuramoto picture (mutual entrainment of oscillators) captures why a population can beat as one; the real coupling is through gap junctions and is spatially local.
- The Millennium Bridge. When London's footbridge opened in June 2000 it swayed alarmingly. As it began to move, pedestrians unconsciously adjusted their steps to keep balance, and those adjustments pushed the bridge in phase — a feedback that grew the wobble. Strogatz and colleagues modeled the crowd as phase oscillators coupled through the bridge and found a critical number of walkers above which lateral synchrony switches on, much like Kc here.
- Coupled metronomes and pendulum clocks. Metronomes started out of phase on a freely rolling platform converge to lockstep; Huygens noticed two pendulum clocks on a shared beam falling into anti-phase in 1665. The shared support is the coupling channel.
- Circadian neurons. Cells of the brain's suprachiasmatic nucleus are individual ~24-hour oscillators that couple into a single coherent body clock.
- Applause, and power grids. Audiences sometimes slip into rhythmic clapping; the generators of an electrical grid must run in phase-lock at the same frequency. Both are sometimes described with Kuramoto-style models, with the usual caveat that the real coupling topology is not all-to-all.
In every case the honest statement is the same: the model shows that mutual adjustment plus enough coupling suffices for spontaneous synchronization, and predicts a sharp threshold — but each real system has its own coupling geometry and its own physics layered on top.
Try this
- Set coupling K to 0 and watch the dots smear evenly around the ring — the arrow stays a tiny, wandering stub and r hovers near zero. Now sweep K up slowly: at some point a clump nucleates and r jumps off the floor. You have crossed Kc.
- Crank K to the top: the whole ring collapses to a single moving cluster and the arrow nearly reaches the rim (r → 1).
- Raise the spread (frequency disorder) and repeat the K sweep — the more disparate the natural frequencies, the larger K you need before anything locks. The critical coupling rises with the spread.
- Drop the spread toward 0 so the oscillators are nearly identical: now even a whisper of coupling synchronizes them.
- Use randomize to redraw frequencies and phases and confirm the transition is a property of the parameters, not of one lucky initial condition.
References
- Kuramoto, Y. (1975). "Self-entrainment of a population of coupled non-linear oscillators." In International Symposium on Mathematical Problems in Theoretical Physics (H. Araki, ed.), Lecture Notes in Physics 39, Springer, 420–422.
- Kuramoto, Y. (1984). Chemical Oscillations, Waves, and Turbulence. Springer-Verlag, Berlin.
- Winfree, A. T. (1967). "Biological rhythms and the behavior of populations of coupled oscillators." Journal of Theoretical Biology 16(1), 15–42.
- Strogatz, S. H. (2000). "From Kuramoto to Crawford: exploring the onset of synchronization in populations of coupled oscillators." Physica D 143(1–4), 1–20.
- Strogatz, S. H., Abrams, D. M., McRobie, A., Eckhardt, B., Ott, E. (2005). "Crowd synchrony on the Millennium Bridge." Nature 438, 43–44.
- Strogatz, S. H. (2003). Sync: The Emerging Science of Spontaneous Order. Hyperion, New York (popular account).