Part 8, Chapter 7

Plasma Diagnostics

Langmuir probes, Thomson scattering, interferometry, and spectroscopy

7.1 Langmuir Probes

The Langmuir probe is the simplest and most widely used plasma diagnostic. A small conducting electrode is inserted into the plasma and biased at different voltages. The resulting current-voltage (I-V) characteristic reveals the electron temperature, electron density, and plasma potential.

The I-V characteristic has three distinct regions:

  • Ion saturation region (\(V \ll V_p\)): All electrons are repelled; only ions reach the probe.
  • Transition (electron retardation) region: The electron current increases exponentially with voltage as faster electrons overcome the retarding potential.
  • Electron saturation region (\(V > V_p\)): All electrons reaching the probe sheath are collected.

In the transition region, the electron current for a Maxwellian plasma is:

$$I_e = I_{e,\text{sat}} \exp\!\left(\frac{e(V - V_p)}{T_e}\right), \quad V < V_p$$

where the electron saturation current is:

$$I_{e,\text{sat}} = \frac{1}{4} n_e e A_p \sqrt{\frac{8T_e}{\pi m_e}}$$

and \(A_p\) is the probe surface area and\(V_p\) is the plasma potential. The electron temperature is extracted from the slope of \(\ln(I_e)\) vs\(V\):

$$T_e = e\left(\frac{d\ln I_e}{dV}\right)^{-1}$$

The ion saturation current provides the density:

$$I_{i,\text{sat}} \approx 0.6\, n_e e A_p \sqrt{\frac{T_e}{m_i}}$$

The factor 0.6 comes from the Bohm sheath criterion, which requires ions to enter the sheath at the ion sound speed \(c_s = \sqrt{T_e/m_i}\).

7.2 Thomson Scattering

Thomson scattering -- the scattering of electromagnetic radiation by free electrons -- is the gold-standard diagnostic for measuring electron temperature and density simultaneously without perturbing the plasma. A high-power laser pulse is fired through the plasma, and the spectrum of scattered light is analyzed.

The differential cross section for Thomson scattering by a single electron is:

$$\frac{d\sigma}{d\Omega} = \frac{r_e^2}{2}(1 + \cos^2\theta)$$

where \(r_e = e^2/(4\pi\epsilon_0 m_e c^2) = 2.82 \times 10^{-15}\) m is the classical electron radius and \(\theta\) is the scattering angle. The total cross section is \(\sigma_T = 8\pi r_e^2/3 = 6.65 \times 10^{-29}\) m2.

The scattering regime depends on the Salpeter parameter:

$$\alpha = \frac{1}{k\lambda_D}$$

where \(k = 2k_0\sin(\theta/2)\) is the scattering wavevector.

  • Non-collective (\(\alpha \ll 1\)): Scattering from individual electrons. The spectrum is a Gaussian whose width gives \(T_e\) and whose integral gives \(n_e\).
  • Collective (\(\alpha \gg 1\)): Scattering from electron density fluctuations (plasma waves). The spectrum shows distinct electron and ion features, giving \(T_e\), \(T_i\), and \(n_e\).

7.3 Interferometry

Interferometry measures the line-integrated electron density by detecting the phase shift that a probing electromagnetic wave accumulates while passing through the plasma. The refractive index of a plasma is:

$$\eta = \sqrt{1 - \frac{n_e}{n_c}} \approx 1 - \frac{n_e}{2n_c}$$

The accumulated phase shift relative to propagation in vacuum is:

$$\Delta\phi = \frac{\omega}{c}\int (\eta - 1)\, dl \approx -\frac{e^2}{2m_e c \omega \epsilon_0}\int n_e\, dl = -\frac{r_e \lambda_0}{\phantom{0}} \int n_e\, dl$$

More precisely:

$$\Delta\phi = -\frac{\omega}{2cn_c}\int n_e\, dl$$

A single-chord interferometer gives the line-integrated density. Multiple chords or two-dimensional imaging (holographic interferometry) can be used with Abel inversion to reconstruct the density profile. Common configurations include Mach-Zehnder and Michelson interferometers using microwave, far-infrared, or visible laser sources.

7.4 Spectroscopy

Optical emission spectroscopy analyzes light emitted by the plasma (from atomic/ionic transitions) to determine temperature, density, composition, and flow velocities.

Doppler broadening gives the ion temperature. Thermal motion of emitting ions broadens spectral lines with a Gaussian profile of width:

$$\Delta\lambda_D = \lambda_0 \sqrt{\frac{8\ln 2\, T_i}{m_i c^2}}$$

Stark broadening gives the electron density. The electric microfields from surrounding electrons and ions split and broaden spectral lines (especially hydrogen Balmer series). The half-width at half-maximum scales as:

$$\Delta\lambda_S \propto n_e^{2/3}$$

For the hydrogen H-beta line (486.1 nm), the empirical Stark broadening relation is well tabulated and widely used for density measurements in the range\(10^{14} - 10^{18}\) cm-3.

Line ratios between different transitions of the same species give the electron temperature through the Boltzmann relation:

$$\frac{I_1}{I_2} = \frac{A_1 g_1 \lambda_2}{A_2 g_2 \lambda_1} \exp\!\left(-\frac{E_1 - E_2}{T_e}\right)$$

MIT: Principles of Plasma Diagnostics

Lectures from MIT's Principles of Plasma Diagnostics course covering introduction, Langmuir probes, imaging, proton imaging, and Thomson scattering.

Lecture 1: Introduction to Principles of Plasma Diagnostics

Lecture 4: Langmuir Probe

Lecture 15: Equilibria and Imaging

Lecture 17: Proton Imaging

Lecture 20: Thomson Scattering: Basics

Lecture 21: Thomson Scattering: Non-Collective

Lecture 22: Thomson Scattering: Collective

Lecture 23: Thomson Scattering: Advanced

Interactive Simulation

Langmuir Probe I-V Curve: Simulate and Fit for T_e and n_e

Python
script.py121 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Rate this chapter: