Part 8, Chapter 5

Dusty Plasmas

Charged dust grains and complex plasma phenomena

5.1 Dust Grain Charging

A dust grain immersed in a plasma collects electrons and ions from the background. Since electrons are faster than ions (at the same temperature), the grain initially accumulates a net negative charge. The grain potential adjusts until the electron and ion currents balance, reaching a floating potential.

In the Orbital Motion Limited (OML) theory, the currents to a spherical grain of radius\(a\) at potential\(\phi_d\) are:

$$I_e = -\pi a^2 n_e e \sqrt{\frac{8T_e}{\pi m_e}} \exp\!\left(\frac{e\phi_d}{T_e}\right), \quad \phi_d < 0$$

$$I_i = \pi a^2 n_i e \sqrt{\frac{8T_i}{\pi m_i}} \left(1 - \frac{e\phi_d}{T_i}\right), \quad \phi_d < 0$$

The equilibrium (floating) condition is:

$$I_e + I_i = 0$$

For a hydrogen plasma with \(T_e = T_i\), the floating potential is approximately:

$$\phi_d \approx -2.5\,\frac{T_e}{e}$$

The dust charge is then \(Q_d = C_d \phi_d = 4\pi\epsilon_0 a \phi_d\), giving a charge number \(Z_d = |Q_d|/e\). For a 1-micrometer grain in a 1 eV plasma, \(Z_d \sim 10^3\) -- dust grains carry enormous charges.

5.2 Dust Acoustic Waves

A dusty plasma supports a new low-frequency wave mode: the dust acoustic wave (DAW). The massive, highly charged dust grains provide the inertia, while electrons and ions provide the restoring pressure through Debye shielding.

The dispersion relation, derived from the fluid equations for the dust-ion-electron system with Boltzmann electrons and ions, is:

$$\omega^2 = \frac{k^2 c_{DA}^2}{1 + k^2\lambda_D^2}$$

where the dust acoustic speed is:

$$c_{DA} = \sqrt{\frac{Z_d n_{d0} T_i}{n_{i0} m_d}}$$

and the effective Debye length combines the electron and ion Debye lengths:

$$\frac{1}{\lambda_D^2} = \frac{1}{\lambda_{De}^2} + \frac{1}{\lambda_{Di}^2}$$

The DAW has frequencies in the range of 1-100 Hz (much lower than ion acoustic waves) and phase velocities of centimeters per second -- slow enough to observe individual wave crests with a camera in laboratory experiments. DAWs were first predicted by Rao, Shukla, and Yu in 1990 and observed experimentally shortly thereafter.

5.3 Strongly Coupled Dusty Plasmas

Because dust grains carry thousands of elementary charges and can be cooled to room temperature or below, dusty plasmas can become strongly coupled. The Coulomb coupling parameter is:

$$\Gamma = \frac{Z_d^2 e^2}{4\pi\epsilon_0\, a_{WS}\, T_d}$$

where \(a_{WS} = (3/(4\pi n_d))^{1/3}\) is the Wigner-Seitz radius (mean interparticle spacing) and \(T_d\) is the dust kinetic temperature.

When \(\Gamma \gg 1\), the Coulomb interaction energy dominates over the thermal kinetic energy. The dust component transitions from a gaseous to a liquid-like state, and for \(\Gamma > 170\), it crystallizes into a "plasma crystal" or "Coulomb crystal." These crystals have been observed with hexagonal lattice structures in laboratory experiments.

The Debye shielding by electrons and ions modifies the bare Coulomb interaction to a Yukawa (screened Coulomb) potential:

$$\phi(r) = \frac{Z_d e}{4\pi\epsilon_0 r}\exp\!\left(-\frac{r}{\lambda_D}\right)$$

The screening parameter \(\kappa = a_{WS}/\lambda_D\) determines how quickly the interaction falls off. The phase diagram of the dust component depends on both\(\Gamma\) and \(\kappa\).

Interactive Simulation

Dust Charging Curves and Dust Acoustic Dispersion

Python
script.py110 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Rate this chapter: