Chapter 11.3: Tracy-Widom Distribution & KPZ Universality
Traffic Fluctuations Are Not Gaussian
The central limit theorem predicts Gaussian fluctuations for sums of independent random variables. But the ASEP is a strongly correlated system: the exclusion constraint creates long-range correlations. The remarkable result, proved by Johansson (2000) and Tracy-Widom (2009), is that the current fluctuations in the ASEP belong to the KPZ universality class and follow the Tracy-Widom distribution—the same distribution that governs the largest eigenvalue of random matrices.
This has practical consequences for traffic: the distribution of vehicle throughput at a measurement point is not Gaussian but exhibits characteristic skewness and heavy tails predicted by the Tracy-Widom distribution.
11.3.1 Current Fluctuations in the ASEP
Let \(Q(t)\) be the total number of particles that have crossed a fixed bond up to time \(t\). The mean current is:
$$\langle Q(t) \rangle = J \cdot t, \qquad J = (p-q)\rho(1-\rho)$$
The fluctuations of \(Q(t)\) grow anomalously. For the TASEP with step initial condition (all sites occupied for\(x \leq 0\), empty for\(x > 0\)):
$$\frac{Q(t) - \langle Q \rangle t}{(\Gamma t)^{1/3}} \xrightarrow{d} F_{\text{GUE}}$$
where \(F_{\text{GUE}}\) is the Tracy-Widom GUE distribution (the distribution of the largest eigenvalue of a random matrix from the Gaussian Unitary Ensemble), and\(\Gamma\) is a model-dependent constant.
Key Properties of Tracy-Widom
- Skewness:\(\gamma_1 \approx 0.2241\) (positive skew—large fluctuations more likely than small ones)
- Excess kurtosis:\(\gamma_2 \approx 0.0934\) (heavier tails than Gaussian)
- Left tail:\(F(s) \sim \exp(-|s|^3/12)\) (faster decay than Gaussian)
- Right tail:\(1-F(s) \sim \exp(-2s^{3/2}/3)\) (slower decay than Gaussian)
The \(t^{1/3}\) scaling of fluctuations (compared to the \(t^{1/2}\) Gaussian scaling) is the signature of KPZ universality. The exponent \(1/3\) is exact and universal—it does not depend on the microscopic details of the model.
11.3.2 KPZ Universality Class
The Kardar-Parisi-Zhang (KPZ) equation describes the growth of an interface\(h(x,t)\):
$$\frac{\partial h}{\partial t} = \nu \nabla^2 h + \frac{\lambda}{2}(\nabla h)^2 + \eta(x,t)$$
The connection to the ASEP is through the mapping\(h(x,t) = \sum_{y \leq x} [\tau_y(t) - \rho]\)—the integrated density fluctuation is a height function. The ASEP particle current corresponds to interface growth. The three KPZ exponents are:
$$\text{Growth:} \quad \beta = \frac{1}{3}, \qquad \text{Roughness:} \quad \alpha = \frac{1}{2}, \qquad \text{Dynamic:} \quad z = \frac{3}{2}$$
The dynamic exponent \(z = 3/2\) gives the relaxation time scaling \(\tau \sim L^{3/2}\)that we encountered in the TASEP spectral gap.
Quantum Group Connection
The ASEP Markov generator commutes with the action of the quantum group\(U_q(\mathfrak{sl}_2)\) with deformation parameter:
$$q_{\text{deform}} = \sqrt{\frac{q}{p}}$$
When \(q = 0\) (TASEP),\(q_{\text{deform}} = 0\) and we are at the crystal limit of the quantum group. When\(q = p\) (SSEP),\(q_{\text{deform}} = 1\) and the quantum group reduces to the classical \(\mathfrak{sl}_2\). The full crossover from KPZ to diffusive scaling is encoded in this deformation parameter.
11.3.3 Full Crossover: KPZ to Diffusive
The spectral gap of the ASEP generator with periodic boundary conditions and\(N\) particles on\(L\) sites, at density\(\rho = N/L\), is:
$$\Delta = p + q - 2\sqrt{pq}\cos\!\left(\frac{\pi}{L}\right) \approx \frac{\pi^2 \sqrt{pq}}{L^2}$$
For open boundary TASEP, the gap is\(\Delta \sim L^{-3/2}\). The crossover between these two regimes is controlled by:
$$\tau_{\text{relax}} \sim \begin{cases} L^{3/2} & \text{if } q/p \ll 1/L \quad \text{(KPZ regime)} \\ L^2 / \sqrt{pq} & \text{if } q/p \gg 1/L \quad \text{(diffusive regime)} \end{cases}$$
11.3.4 Model Hierarchy
The models we have studied form a natural hierarchy:
ASEP (p, q, open boundaries)
↓ q → 0
TASEP — 3 phases, KPZ universality
↓ p → q
SSEP — diffusive, Gaussian fluctuations
ASEP + Langmuir (add ωA, ωD)
↓ Ω > 0
5 phases, domain wall localisation
Each level adds physical complexity. The TASEP captures the essence of unidirectional traffic with boundary effects. The ASEP adds backward motion (lane changing, reversals). Langmuir coupling adds bulk sources and sinks (on/off ramps along the road). At each level, exact results from integrable systems theory provide non-perturbative predictions.
11.3.5 Simulation: Current Fluctuations and Tracy-Widom
TASEP Current Fluctuations and Tracy-Widom Comparison
PythonClick Run to execute the Python code
Code will be executed with Python 3 on the server
Key Takeaways
- ASEP current fluctuations scale as \(t^{1/3}\)(not \(t^{1/2}\)), following the Tracy-Widom GUE distribution.
- Non-Gaussian signatures: skewness \(\approx 0.224\), excess kurtosis \(\approx 0.093\).
- The KPZ universality class connects traffic flow to interface growth, random matrices, and directed polymers.
- The quantum group \(U_q(\mathfrak{sl}_2)\) with\(q_{\text{deform}} = \sqrt{q/p}\) controls the full KPZ-to-diffusive crossover.
- The hierarchy ASEP → TASEP/SSEP → ASEP+Langmuir provides increasingly realistic traffic models, each with exact results from integrable systems.