Phantom Traffic Jams
You're driving on an empty motorway, no accident ahead, no road works — and suddenly you're in a jam. Minutes later the road is clear again with no obvious cause. This is a phantom traffic jam, a backwards-travelling wave that emerges purely from driver behaviour and is described by the same mathematics as water waves and sound.
1. What Is a Phantom Jam?
A phantom traffic jam (also called a ghost jam or jamiton) is a region of dense, slow-moving — or even stopped — traffic that has no physical bottleneck: no accident, no on-ramp merge, no lane closure. It forms spontaneously when traffic density exceeds a critical threshold and travelling the road at varying speed is perturbed.
Japanese researchers famously demonstrated this in 2008. They placed 22 cars on a circular track and told drivers to maintain a constant speed and even spacing. Within minutes, small random variations in speed cascaded into a stop-and-go wave that circled the track indefinitely.
Phantom jams are responsible for a large fraction of motorway congestion worldwide. A single overreacting driver can trigger a wave that affects thousands of vehicles for hours.
2. Traffic as a Wave
Traffic engineers model vehicle flow using two continuous quantities:
- Flow q — vehicles per hour passing a fixed point.
- Density k — vehicles per kilometre on the road.
Their relationship is simply q = k × v (flow = density × speed).
At low density, drivers travel fast; as density increases, speed drops.
This gives the characteristic fundamental diagram — a hump-shaped
curve where flow peaks at some critical density k_crit.
Beyond k_crit, the road is in a congested regime.
Any disturbance — one driver brakes slightly — propagates upstream
as a kinematic wave. The disturbance grows because following drivers
over-brake (reaction time + perceived danger), and so on down the chain.
Notice that the jam moves left (upstream) over time while the cars themselves move right. When you are stuck in a phantom jam, you are passing through the wave — the wave itself is stationary relative to the Earth, or even drifting backwards.
3. The Nagel–Schreckenberg Model
The simplest microscopic model of traffic flow is the
Nagel–Schreckenberg (NaSch) model (1992), a one-dimensional
cellular automaton. The road is split into cells; each cell is either empty
or occupied by one vehicle with an integer speed
v ∈ {0, 1, 2, …, v_max}.
Each time step applies four rules in order:
- Acceleration:
v → min(v + 1, v_max) - Braking (safety):
v → min(v, gap − 1)wheregapis the number of empty cells ahead. - Randomisation: with probability
p,v → max(v − 1, 0)(models human imperfection). - Movement: each vehicle advances
vcells.
p = 0.3
(30 % chance of random braking) and moderate density, the model spontaneously
produces stop-and-go waves indistinguishable from real motorway data.
The NaSch model is remarkable: it is entirely deterministic except for the randomisation step, yet realistic jam patterns emerge from just four simple rules. This is a beautiful example of emergent behaviour.
4. Jamitons — Self-Sustained Waves
In 2009, researchers at MIT (Flynn, Kasimov, Nave, Rosales, Seibold) showed analytically that traffic flow equations admit a class of exact travelling-wave solutions they named jamitons — by analogy with solitons in fluid dynamics.
A jamiton is a self-sustaining density pulse. Vehicles enter the back of the jam, slow down or stop, then re-accelerate out of the front. The pulse maintains its shape indefinitely as long as:
- Traffic density is above a critical value (
k > k_crit). - Drivers have a finite reaction time
τ > 0.
The reaction time τ is the key instability parameter. Real human reaction time is 0.5–1.5 s. Cruise control is typically 0.1–0.3 s. Cooperative adaptive cruise control (CACC, vehicles communicating) can reduce it below 0.05 s — which completely suppresses jamiton formation.
5. The Mathematics
The LWR model (Lighthill–Whitham–Richards, 1955–56) treats traffic as a compressible fluid. The continuity equation for vehicle conservation is:
where q = k · V(k) — V(k) is the speed-density relation (e.g. Greenshields):
V(k) = v_max · (1 − k / k_jam)
This is a hyperbolic PDE. Its characteristics travel at the
wave speed c = dq/dk = V + k·V'.
In the congested regime k > k_crit, the wave speed is negative
— the disturbance propagates upstream.
The instability requires the second-order Payne–Whitham model that adds a pressure term (anticipation + reaction time):
Here τ is driver reaction time and c₀ is a traffic
"sound speed". When τ is large, this system admits unstable
oscillatory solutions — the jamitons.
6. Can We Fix Phantom Jams?
Phantom jams cannot be fixed by widening roads — more lanes shift
k_crit but do not eliminate instability. Research has shown
several promising approaches:
Adaptive Cruise Control (ACC)
A single ACC-equipped vehicle that maintains a constant time-headway (rather than a fixed gap) can dissipate a jam that would otherwise persist. Simulations show that 5–10 % ACC penetration significantly reduces phantom jam frequency on a motorway.
Variable Speed Limits
Motorway Control Systems (active in Germany on the Autobahn, and in the UK
on smart motorways) detect density approaching k_crit and lower
the speed limit. This smooths the flow before instability develops.
Cooperative Driving (V2V)
Vehicle-to-vehicle communication allows a car to start braking before the
car in front, effectively reducing τ to near zero.
Theoretical analysis shows that full V2V CACC eliminates jamiton
instability entirely.
7. Try the Simulation
The Traffic simulation lets you place cars on a circular ring road and watch phantom jams emerge in real time. Adjust:
- Car density — at low density no jam forms; above the critical threshold waves appear spontaneously.
- Randomisation probability p — higher p (more human error) means jams form faster.
- ACC proportion — add adaptive-cruise vehicles and watch jams dissolve.