Landau damping describes how electrostatic waves in a collisionless plasma lose amplitude because resonant particles surf the wave and extract energy. Unlike viscous or resistive losses, no thermalization or particle collisions are required; the wave hands energy directly to particles traveling at its phase velocity. This subtle mechanism is pivotal in fusion devices, space plasmas, and accelerator beams where tiny electric fields shape macroscopic behavior. Observing Landau damping in the laboratory is difficult, so an interactive visualization can bridge the gap between formal theory and physical intuition. By animating a Langmuir wave whose amplitude decays according to the kinetic damping rate, the simulator lets users watch energy drain away in real time. The canvas makes the invisible electric oscillation tangible: users can adjust plasma parameters, press play, and observe how faster thermal speeds or higher wavenumbers accelerate the decay. Such interactivity turns an otherwise esoteric topic into a kinetic laboratory accessible from any browser.
The model follows a homogeneous, unmagnetized, Maxwellian electron plasma with immobile ions. Input parameters include electron density , electron temperature , and wavenumber . From these we compute the plasma frequency , thermal velocity , Debye length , and Landau damping rate . The wave is assumed electrostatic and longitudinal, so magnetic forces are absent. Amplitude is normalized to unity at t=0, and we track dimensionless energy proportional to the square of amplitude. Units are strictly SI: density in m⁻³, temperature in kelvin, wavenumber in m⁻¹, and time in seconds. Negative or non‑finite inputs are rejected. Because Landau damping is inherently linear, we restrict amplitudes to be small so that the wave does not modify the particle distribution. Spatial variation is represented by a single sinusoid—effects such as wave packet dispersion, nonlinear trapping, or multi‑dimensional structure are beyond the scope of this toy model.
The electron plasma frequency is . The thermal velocity is , leading to the Debye length . The classic Landau damping rate for Langmuir waves with phase velocity exceeding the thermal speed is
The wave frequency is approximated by , sufficient for weak damping. The envelope amplitude obeys , whose solution is exponential decay . Energy density scales as . The simulator integrates the amplitude equation numerically and displays both the spatial wave and the normalized energy via a striped bar.
An explicit Euler method advances the amplitude: . The time step must satisfy for accuracy; the input is clamped between 10⁻⁷ and 10⁻³ s. The phase of the sinusoid evolves via . Although the amplitude equation admits an analytical solution, integrating numerically highlights stability issues: overly large steps exaggerate or even invert the decay. The script tracks initial energy and reports fractional drift between numerical and analytic amplitudes to alert users when is too coarse. Because Euler’s global error scales with , halving the step roughly halves the energy discrepancy.
Consider a laboratory plasma with m⁻³, K, and m⁻¹. Plugging these values into the formulas yields s⁻¹, m, and a damping rate of s⁻¹. With s, the numerical integration produces a wave that decays to half its initial amplitude after about 5.8 microseconds. The canvas plots the oscillation at each step, while the caption reports the current amplitude and theoretical half‑life. Exporting the CSV provides time‑series data of amplitude and energy for plotting in external software. The energy bar shrinks in sync with the exponential decay, reinforcing the link between amplitude and stored field energy.
The table compares the baseline parameters above with two variants: one warmer plasma and one shorter wavelength.
Scenario | Tₑ (K) | k (m⁻¹) | |γ| (s⁻¹) | Half‑life (μs) |
---|---|---|---|---|
Baseline | 1×10⁵ | 1 | 1.2×10⁵ | 5.8 |
Hot plasma | 5×10⁵ | 1 | 2.7×10⁵ | 2.6 |
Short wavelength | 1×10⁵ | 5 | 4.8×10⁶ | 0.14 |
The warmer plasma increases the thermal velocity, steepening the distribution function at the phase velocity and thus boosting the damping rate. Raising the wavenumber has an even stronger effect because of the dependence, causing the wave to vanish almost instantaneously.
The canvas displays the wave as an orange curve oscillating about the midline. Time runs from left to right as the phase advances; amplitude shrinkage is visible as the peaks collapse toward the center. The striped bar beneath the canvas represents remaining wave energy relative to the start. Keyboard users can focus the canvas and press the space bar to toggle play and pause. The caption narrates current time, amplitude, and energy fraction, providing parity for screen‑reader users. When the amplitude falls below 1% of the initial value, the simulation stops and the caption summarizes the total energy lost.
The simulator assumes a Maxwellian electron distribution and neglects magnetic fields, nonlinear wave‑particle trapping, relativistic effects, and spatial inhomogeneities. The exponential damping formula is valid only for small and weak damping. Large amplitudes or non‑Maxwellian tails can lead to growth or plateau formation that the model cannot capture. Numerically, explicit Euler requires small time steps; selecting a large may produce artificial growth or negative energies. The visualized wave is one‑dimensional, so effects like oblique propagation or mode coupling are omitted.
Future versions could integrate the full Vlasov–Poisson system using a particle‑in‑cell scheme, animate phase‑space vortices, or include ion Landau damping for ion‑acoustic waves. Introducing external electric fields would allow exploration of inverse Landau damping and wave growth. A phase‑space plot overlay could display the resonant velocity region, while adaptive time stepping would improve efficiency when damping is slow. Because the code is entirely client‑side, enthusiasts can fork it to experiment with alternative distributions or magnetic geometries.
For detailed derivations, see Landau’s original paper (J. Phys. USSR 10, 25, 1946) or textbooks such as Nicholson’s Introduction to Plasma Theory. This simulator complements our Lorentz Force Calculator, the Mean Free Path Calculator, and the Point Charge Field Calculator, which explore other facets of plasma and electromagnetic physics.