The curl-of-curl identity says that for any twice-differentiable vector field ,
Here is the Gradient of the Divergence (a vector), and is the Laplacian applied componentwise (in Cartesian coordinates).
The identity is the vector analog of the algebraic identity (the BAC-CAB rule) — formally treat as a vector and apply BAC-CAB, then recognize the as the Laplacian.
Why it matters for Maxwell’s equations
The identity is the standard tool for deriving wave equations from Maxwell’s equations. Take Faraday’s law in source-free vacuum:
Take the curl of both sides:
Now use Ampère-Maxwell in source-free space, :
Apply the curl-curl identity to the left side, and use (Gauss’s law in vacuum) to kill the term:
so
This is the electromagnetic wave equation in free space. The same procedure starting from Ampère-Maxwell gives the wave equation for . The propagation speed is — the speed of light.
A computational shortcut
The identity is also the practical way to compute in curvilinear coordinates (cylindrical, spherical). In Cartesian, the Laplacian of a vector is just the componentwise Laplacian of the scalars. In curvilinear coordinates, the position-dependent unit vectors mean componentwise differentiation isn’t right — but and each have well-defined curvilinear formulas. Rearrange:
Companion identities
Two related “operator identities” used constantly in vector calculus:
- — divergence of a curl is zero.
- — curl of a gradient is zero.
These three together (curl-of-curl, div-of-curl, curl-of-grad) cover every second-order combination of acting on scalars and vectors that you’ll meet.