Plasma Physics
Overview
This topic covers the fundamental physics of plasmas ā the fourth state of matter ā from single particle dynamics to kinetic theory and fluid descriptions. These lessons bridge the gap between basic electromagnetism and advanced topics like Magnetohydrodynamics (MHD), providing the physical foundation needed for fusion, space, and astrophysical plasma research.
Prerequisites
- Vector calculus (Mathematical_Methods L05)
- Partial differential equations (Mathematical_Methods L13)
- Basic electromagnetism (Maxwell's equations, Lorentz force)
- Python intermediate level (NumPy, SciPy, Matplotlib)
Lesson Plan
Fundamentals
| Filename |
Difficulty |
Key Topics |
Notes |
| 01_Introduction_to_Plasma.md |
ā |
Debye shielding, plasma frequency, gyrofrequency, plasma beta, quasi-neutrality |
Conceptual foundation |
| 02_Coulomb_Collisions.md |
āā |
Coulomb scattering, collision frequencies, Spitzer resistivity, mean free path |
Collisionality regimes |
| 03_Plasma_Description_Hierarchy.md |
āā |
Klimontovich ā Vlasov ā Fluid hierarchy, model selection criteria |
Framework overview |
Single Particle Motion
Kinetic Theory
| Filename |
Difficulty |
Key Topics |
Notes |
| 07_Vlasov_Equation.md |
āāā |
Phase space, distribution functions, Vlasov equation, BGK modes |
Collisionless kinetics |
| 08_Landau_Damping.md |
āāāā |
Landau contour, wave-particle resonance, inverse Landau damping, particle trapping |
Key kinetic effect |
| 09_Collisional_Kinetics.md |
āāāā |
Fokker-Planck, Rosenbluth potentials, Braginskii transport, neoclassical |
Collisional effects |
Plasma Waves
| Filename |
Difficulty |
Key Topics |
Notes |
| 10_Electrostatic_Waves.md |
āāā |
Langmuir waves, ion acoustic waves, Bernstein modes |
Electrostatic dispersion |
| 11_Electromagnetic_Waves.md |
āāā |
R/L/O/X modes, whistler waves, CMA diagram, Faraday rotation |
EM wave propagation |
| 12_Wave_Heating_and_Instabilities.md |
āāāā |
ECRH, ICRH, beam-plasma, Weibel, firehose, mirror instabilities |
Heating and stability |
Fluid Description
| Filename |
Difficulty |
Key Topics |
Notes |
| 13_Two_Fluid_Model.md |
āāā |
Moment equations, generalized Ohm's law, Hall effect, diamagnetic drift |
Bridge to MHD |
| 14_From_Kinetic_to_MHD.md |
āāāā |
CGL model, MHD validity conditions, drift/gyrokinetic theory overview |
Systematic reduction |
Applications and Projects
| Filename |
Difficulty |
Key Topics |
Notes |
| 15_Plasma_Diagnostics.md |
āāā |
Langmuir probe, Thomson scattering, interferometry, spectroscopy |
Experimental methods |
| 16_Projects.md |
āāāā |
Orbit simulator, dispersion solver, 1D Vlasov-Poisson solver |
Three full projects |
Recommended Learning Path
Fundamentals (L01-L03) Single Particle Motion (L04-L06)
ā ā
ā¼ ā¼
Plasma parameters Gyration, drifts, mirrors
Collisions, models Adiabatic invariants
ā ā
āāāāāāāāāāāāāā¬āāāāāāāāāāāāāāāāāāāā
ā
ā¼
Kinetic Theory (L07-L09)
Vlasov, Landau damping
Fokker-Planck, transport
ā
ā¼
Plasma Waves (L10-L12)
ES/EM waves, CMA diagram
Heating, instabilities
ā
ā¼
Fluid Description (L13-L14)
Two-fluid, Ohm's law
MHD derivation, gyrokinetics
ā
āāāāāāāāā“āāāāāāāā
ā¼ ā¼
Diagnostics (L15) Projects (L16)
Probes, scattering Orbit sim, Vlasov
ā
ā¼
ā MHD Topic (advanced)
- Numerical_Simulation L17-L18: MHD basics and numerical methods (prerequisite for MHD topic, complementary to L13-L14)
- Numerical_Simulation L19: PIC simulation method (computational complement to L04-L06)
- Mathematical_Methods L05: Vector analysis (used throughout)
- Mathematical_Methods L13: PDE methods (used in wave theory)
- MHD Topic: Advanced magnetohydrodynamics (builds on L04-L06, L13-L14)
Example Code
Example code for this topic is available in examples/Plasma_Physics/.
Total
- 16 lessons (3 fundamentals + 3 particle motion + 3 kinetic + 3 waves + 2 fluid + 2 applications/projects)
- Difficulty range: ā to āāāā
- Languages: Python (primary)
- Key libraries: NumPy, SciPy, Matplotlib, Numba (optional for Vlasov solver)
References
Textbooks
- F.F. Chen, Introduction to Plasma Physics and Controlled Fusion (Vol. 1, 3rd ed.)
- R.J. Goldston & P.H. Rutherford, Introduction to Plasma Physics
- D.R. Nicholson, Introduction to Plasma Theory
- T.J.M. Boyd & J.J. Sanderson, The Physics of Plasmas
- J.A. Bittencourt, Fundamentals of Plasma Physics
Online
- MIT OCW 22.611J: Introduction to Plasma Physics I
- Princeton Plasma Physics Laboratory educational resources