← Part V: Radiation
Chapter 16

Larmor Formula & Radiation Reaction

16.1 Larmor Radiation Formula

The total power radiated by a non-relativistic accelerating charge is given by the Larmor formula, derived from the Liénard–Wiechert radiation fields:

$$\boxed{P = \frac{\mu_0 q^2 a^2}{6\pi c} = \frac{q^2 a^2}{6\pi\epsilon_0 c^3}} \quad \text{(Larmor, non-relativistic)}$$

where $a = |\dot{\mathbf{v}}|$ is the magnitude of the acceleration. The angular distribution is:

$$\frac{dP}{d\Omega} = \frac{\mu_0 q^2 a^2}{16\pi^2 c}\sin^2\theta$$

Maximum radiation is emitted perpendicular to the acceleration direction; zero along $\hat{a}$.

16.1.1 Relativistic Generalization (Liénard)

For a relativistic particle (speed $v$, Lorentz factor $\gamma$), the Liénard formula gives:

$$P = \frac{\mu_0 q^2 c}{6\pi} \gamma^6 \left[\left(\frac{\dot{v}}{c}\right)^2 - \left(\frac{\mathbf{v}\times\dot{\mathbf{v}}}{c^2}\right)^2\right]$$

For circular motion (synchrotron radiation), $\mathbf{v} \perp \dot{\mathbf{v}}$:

$$P_{\rm sync} = \frac{\mu_0 q^2 c}{6\pi} \gamma^4 \left(\frac{v}{R}\right)^2 \propto \gamma^4$$

The $\gamma^4$ enhancement makes synchrotron radiation dominant for ultra-relativistic particles. Synchrotron light sources use this to generate intense X-rays.

16.2 Radiation Reaction

A radiating charge loses energy, so there must be a back-reaction force on the charge itself. The Abraham–Lorentz force (radiation reaction) is:

$$\mathbf{F}_{\rm rad} = \frac{\mu_0 q^2}{6\pi c}\dot{\mathbf{a}} = m\tau_0\dot{\mathbf{a}}$$

where the characteristic time is:

$$\tau_0 = \frac{\mu_0 q^2}{6\pi mc} = \frac{q^2}{6\pi\epsilon_0 mc^3} \approx 6.3 \times 10^{-24}\,\text{s (electron)}$$

This is tiny, justifying the non-relativistic approximation for most laboratory scenarios. However, the Abraham–Lorentz equation has pathological solutions (runaway acceleration), a fundamental problem in classical electrodynamics resolved only by quantum electrodynamics.

Classical Hydrogen Atom Problem

By the Larmor formula, an electron orbiting a proton radiates energy continuously. Calculating the spiral collapse time gives $\sim 10^{-11}$ s — the hydrogen atom should collapse almost instantly! This failure of classical electrodynamics to explain atomic stability was one of the key motivations for quantum mechanics.

Simulation: Larmor Formula & Synchrotron Power

Larmor & Synchrotron Radiation

Computes cyclotron radiation power, relativistic γ⁴ enhancement, angular distribution, and classical H-atom collapse time.

Click Run to execute the Python code

First run will download Python environment (~15MB)