Lower Hybrid Waves
Electrostatic waves coupling ion and electron dynamics at perpendicular propagation
4.1 The Lower Hybrid Frequency
The lower hybrid frequency is a characteristic frequency of magnetized plasmas that lies between the ion and electron cyclotron frequencies. It arises from the coupling of ion and electron dynamics in the direction perpendicular to the magnetic field.
At this frequency, ions undergo unmagnetized oscillations (since \(\omega_{LH} \gg \Omega_i\)) while electrons remain magnetized (since \(\omega_{LH} \ll \Omega_e\)). The ions respond to the electric field directly, while electrons drift via\(\mathbf{E}\times\mathbf{B}\) and polarization drifts.
The exact lower hybrid frequency is:
which can also be written as:
In the common limit where \(\omega_{pe} \gg \Omega_e\) (high density), this simplifies to the well-known geometric mean approximation:
For a hydrogen plasma in a 1 T field, \(\Omega_e \approx 1.76 \times 10^{11}\;\text{rad/s}\) and\(\Omega_i \approx 9.58 \times 10^7\;\text{rad/s}\), giving\(f_{LH} \approx 650\;\text{MHz}\), which is in the GHz radio frequency range.
4.2 Derivation from Cold Plasma Tensor
For electrostatic waves propagating perpendicular to \(\mathbf{B}_0\)(\(\mathbf{k} \perp \mathbf{B}_0\)), the dispersion relation comes from setting the perpendicular dielectric function to zero:
Expanding the sum over electrons and ions:
This equation has two solutions. The lower hybrid frequency corresponds to the solution satisfying\(\Omega_i \ll \omega \ll \Omega_e\). In this regime,\(\omega^2 \ll \Omega_e^2\) so the electron term simplifies to\(\omega_{pe}^2/\Omega_e^2\), and\(\omega^2 \gg \Omega_i^2\) so the ion term simplifies to\(\omega_{pi}^2/\omega^2\):
4.3 Applications
Lower hybrid waves have important applications in both laboratory and space plasmas:
- Lower hybrid current drive (LHCD): Waves launched at frequencies near \(\omega_{LH}\) can resonantly interact with electrons via Landau damping, driving non-inductive current in tokamaks. This is a key tool for steady-state operation in fusion reactors.
- Lower hybrid heating: The waves can also heat ions through mode conversion and stochastic ion heating at the lower hybrid resonance layer.
- Space physics: Lower hybrid drift instabilities occur at thin current sheets (e.g., the magnetopause) and play a role in magnetic reconnection by providing anomalous resistivity.
- Ionospheric heating: High-power radio waves at the lower hybrid frequency can excite parametric instabilities in the ionosphere, used in ionospheric modification experiments.
4.4 Computational Exploration
The code below computes the lower hybrid frequency as a function of magnetic field strength and plasma density, comparing the exact result with the geometric mean approximation.
Lower Hybrid Waves Simulation
PythonClick Run to execute the Python code
Code will be executed with Python 3 on the server
4.5 Finite Temperature and Kinetic Effects
The cold-plasma treatment captures the essential physics, but thermal effects modify the lower hybrid wave in important ways:
- Finite \(k_\parallel\): When the wave has a component along \(\mathbf{B}\), electrons can interact via parallel Landau damping, which is the mechanism behind lower hybrid current drive.
- Mode conversion: At the lower hybrid resonance layer in an inhomogeneous plasma, the fast magnetosonic wave converts to a slow electrostatic wave, dramatically enhancing the local wave field and energy deposition.
- Perpendicular ion heating: At high wave amplitudes, ion orbits become stochastic when the wave amplitude exceeds a threshold, leading to rapid perpendicular ion heating -- observed in both tokamaks and space plasmas.
- Parametric decay: High-power lower hybrid waves can undergo parametric decay into ion acoustic waves and other lower hybrid waves, redistributing energy across the spectrum.