Chapter 11.2: The Five-Phase Diagram

From Three Phases to Five

The pure TASEP has three phases (LD, HD, MC). When Langmuir kinetics are added, the competition between boundary-driven transport and bulk attachment/detachment produces two additional phases: an LD-HD coexistence phase and an LD-MC-HD triple coexistence phase near a multicritical point. The Langmuir equilibrium density\(\rho_{\text{eq}}\) acts as a pinning field that localises domain walls at specific positions.

11.2.1 Identifying the Five Phases

Phase I: Low Density (LD)

The entire lattice is in a low-density state controlled by the left boundary. The density profile smoothly approaches \(\rho_{\text{eq}}\)from below but never reaches the high-density branch:

$$\rho(x) < \frac{1}{2} \quad \forall\, x, \qquad J = \alpha(1-\alpha) + O(\Omega)$$

Phase II: High Density (HD)

The entire lattice is in a high-density state controlled by the right boundary:

$$\rho(x) > \frac{1}{2} \quad \forall\, x, \qquad J = \beta(1-\beta) + O(\Omega)$$

Phase III: Maximal Current (MC)

Both boundaries are fast enough that the bulk self-organises to maximise throughput:

$$\rho \approx \frac{1}{2}, \qquad J \approx \frac{1}{4}$$

Phase IV: LD-HD Coexistence

A domain wall separates a low-density left region from a high-density right region. Unlike the pure TASEP coexistence line (where the wall delocalises), Langmuir kinetics pin the wall at a specific position\(x_w\):

$$x_w = \frac{\rho_{\text{eq}} - \rho_-}{\rho_+ - \rho_-}$$

where \(\rho_- = \alpha\) (LD branch) and\(\rho_+ = 1 - \beta\) (HD branch).

Phase V: LD-MC-HD Triple Coexistence

Near the multicritical point, a region of maximal current appears between the LD and HD domains. This occurs when \(\rho_{\text{eq}} \approx 1/2\)and \(\alpha, \beta\) are close to\(1/2\). Three regions coexist with two domain walls.

11.2.2 Domain Wall Theory

The domain wall position \(x_w\) can be understood as a particle performing biased diffusion in an effective potential. Define the domain wall as the interface between densities\(\rho_-\) and\(\rho_+\).

Effective Potential

The global continuity equation, integrated over the system, gives a condition on the wall position. The Langmuir terms create an effective potential:

$$V(x_w) = -\Omega \int_0^{x_w} \bigl[\omega_A(1-\rho_-(x)) - \omega_D \rho_-(x)\bigr] dx - \Omega \int_{x_w}^{1} \bigl[\omega_A(1-\rho_+(x)) - \omega_D \rho_+(x)\bigr] dx$$

The equilibrium wall position minimises this potential. The curvature of\(V(x_w)\) at the minimum determines the wall fluctuations:

$$D_{\text{wall}} \sim \frac{1}{L(\rho_+ - \rho_-)^2}$$

The wall diffusion coefficient scales as\(1/L\), so wall fluctuations are\(O(1/\sqrt{L})\)—the wall islocalised in the thermodynamic limit. This is the key difference from the pure TASEP, where the wall is delocalised on the coexistence line.

Derivation from Global Continuity

In steady state, the total current must balance the total Langmuir source. Integrating the continuity equation over the full system:

$$J_{\text{out}} - J_{\text{in}} = \int_0^L \bigl[\Omega_A(1-\rho) - \Omega_D \rho\bigr] dx$$

Substituting the piecewise density profile (LD for\(x < x_w\), HD for\(x > x_w\)) and solving for\(x_w\) gives the wall position formula.

11.2.3 Spectral Gap and KPZ-to-Diffusive Crossover

For the general ASEP (without Langmuir), the Bethe ansatz gives the exact spectral gap of the Markov generator:

$$\Delta = p + q - 2\sqrt{pq}\cos\!\left(\frac{\pi}{L}\right) \approx \frac{\pi^2 \sqrt{pq}}{L^2} \quad (L \gg 1)$$

This gives a relaxation time \(\tau \sim L^2\)(diffusive) for the SSEP (\(p = q\)). For the TASEP (\(q = 0\)), the spectral gap is\(\Delta \sim L^{-3/2}\) (KPZ). The full crossover is:

$$\tau \sim \begin{cases} L^{3/2} & q \to 0 \quad \text{(KPZ)} \\ L^2 & q \to p \quad \text{(diffusive)} \end{cases}$$

Adding Langmuir kinetics with \(\Omega \sim 1\)introduces a new length scale \(\ell_{\Omega} = 1/\Omega\). For \(L \gg \ell_{\Omega}\), the relaxation becomes exponentially fast as the Langmuir kinetics provide a local restoring force.

11.2.4 Simulation: Five-Phase Diagram and Domain Walls

Five-Phase Diagram: ASEP + Langmuir

Python
script.py109 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Domain Wall Position vs Langmuir Parameter

Python
script.py71 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Key Takeaways

  • ASEP + Langmuir kinetics produces a five-phase diagram: LD, HD, MC, LD-HD coexistence, and LD-MC-HD triple coexistence.
  • The domain wall position is\(x_w = (\rho_{\text{eq}} - \rho_-)/(\rho_+ - \rho_-)\), pinned by the Langmuir equilibrium density.
  • Wall fluctuations scale as \(O(1/\sqrt{L})\), meaning the wall is localised in the thermodynamic limit.
  • The spectral gap crosses over from KPZ (\(\tau \sim L^{3/2}\)) to diffusive (\(\tau \sim L^2\)) as\(q/p\) increases.
  • In traffic terms: side-street access (Langmuir) pins traffic jams at predictable locations, unlike boundary-only models where jam position fluctuates.