For any twice-differentiable vector field ,

Here is the Gradient of the Divergence (a vector), and is the Laplacian applied componentwise (in Cartesian coordinates).

It’s the vector analog of the algebraic identity (the BAC-CAB rule). Treat as a vector, apply BAC-CAB, then recognize the as the Laplacian.

Deriving the wave equation

This is the standard tool for getting wave equations out of 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

The electromagnetic wave equation in free space. Same procedure starting from Ampère-Maxwell gives the wave equation for . Propagation speed is , the speed of light.

A computational shortcut

It’s also the practical way to compute in curvilinear coordinates (cylindrical, spherical). In Cartesian, the Laplacian of a vector is 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 that come up constantly:

  • , divergence of a curl is zero.
  • , curl of a gradient is zero.

These three (curl-of-curl, div-of-curl, curl-of-grad) cover every second-order combination of acting on scalars and vectors.