โ† Part III: Electrodynamics
Chapter 8

Faraday's Law & Electromagnetic Induction

Changing magnetic flux induces EMF. The connection between E and B.

8.1 Faraday's Law of Induction

Faraday discovered experimentally that a changing magnetic flux through a circuit induces an electromotive force (EMF). In integral form:

$$\boxed{\mathcal{E} = \oint_C \mathbf{E} \cdot d\boldsymbol{\ell} = -\frac{d\Phi_B}{dt} = -\frac{d}{dt}\int_S \mathbf{B}\cdot d\mathbf{a}}$$

The differential form (applying Stokes' theorem) is:

$$\nabla \times \mathbf{E} = -\frac{\partial \mathbf{B}}{\partial t}$$

This is the third of Maxwell's equations. It tells us that a time-varying magnetic field generates a curling electric field โ€” and vice versa (through Ampere-Maxwell).

8.1.1 Lenz's Law

The induced EMF drives a current that opposes the change in flux โ€” this is the content of the minus sign in Faraday's law, and is known as Lenz's law. It is a consequence of energy conservation.

8.2 Inductance

The self-inductance $L$ of a circuit relates the flux through it to the current creating it: $\Phi = LI$, so $\mathcal{E} = -L\,dI/dt$.

Toroidal solenoid

$$L = \frac{\mu_0 N^2 A}{2\pi R}$$

Long solenoid

$$L = \mu_0 n^2 V = \mu_0 n^2 \pi r^2 \ell$$

The mutual inductance $M$ between two loops is given by the Neumann formula:

$$M_{12} = \frac{\mu_0}{4\pi}\oint\oint \frac{d\boldsymbol{\ell}_1 \cdot d\boldsymbol{\ell}_2}{|\mathbf{r}_1 - \mathbf{r}_2|}$$

8.2.1 Energy in Magnetic Fields

$$W = \frac{1}{2}LI^2 = \frac{1}{2\mu_0}\int B^2\,d\tau$$

The magnetic energy density is $u_B = B^2/(2\mu_0)$ โ€” the magnetic analog of$u_E = \epsilon_0 E^2/2$.

Simulation: Faraday Induction & Mutual Inductance

Faraday Induction & Mutual Inductance

Computes EMF from changing flux, mutual inductance via the Neumann formula, and magnetic energy storage.

Click Run to execute the Python code

First run will download Python environment (~15MB)