2.3 The Laplacian and harmonic functions

The previous two lessons developed the three first-order vector operators: gradient, divergence, and curl. This third lesson builds the second-order operator 2\nabla^2 — the Laplacian — that combines them. It is, in the operator algebra of physics, the central object: every wave, every diffusion, every steady-state field equation in this bookshelf is built on it.

The Laplacian

The Laplacian is the divergence of the gradient:

  2ϕ  =  (ϕ)  =  2ϕx2+2ϕy2+2ϕz2.  \boxed{\;\nabla^2 \phi \;=\; \nabla \cdot (\nabla \phi) \;=\; \frac{\partial^2 \phi}{\partial x^2} + \frac{\partial^2 \phi}{\partial y^2} + \frac{\partial^2 \phi}{\partial z^2}.\;}

(Some textbooks write Δϕ\Delta\phi instead of 2ϕ\nabla^2\phi; both notations are universal.)

The Laplacian measures how much a scalar field at a point differs from the average of its immediate neighbours — sometimes called the “neighbourly-average” operator. The argument is short. The average of ϕ\phi over a small sphere of radius rr centred at r0\mathbf{r}_0 is, by Taylor expansion,

ϕr    ϕ(r0)+r262ϕ(r0)+O(r4).\langle \phi \rangle_r \;\approx\; \phi(\mathbf{r}_0) + \frac{r^2}{6}\, \nabla^2 \phi(\mathbf{r}_0) + \mathcal{O}(r^4).

The difference ϕrϕ(r0)\langle\phi\rangle_r - \phi(\mathbf{r}_0) is proportional to 2ϕ\nabla^2 \phi, with sign and magnitude depending on the local curvature:

The Laplacian generalises the second derivative from one dimension to many: in 1-D, 2ϕ=2ϕ/x2\nabla^2 \phi = \partial^2 \phi / \partial x^2 is exactly the second derivative, which measures concavity. In 2-D and 3-D, the same idea applies to all directions simultaneously.

φ(x, y)∇²φ(x, y) + /
field:

Negative at the centre (the field is locally maximal), positive in a ring outside (the field is locally minimal along that ring after passing the inflection).

The interactive shows a scalar field ϕ\phi on the left and its Laplacian 2ϕ\nabla^2 \phi on the right. The colour code: red where the Laplacian is positive (the field is a local minimum), blue where it’s negative (local maximum), cream where it’s zero (no net curvature). Notice the saddle preset: the Laplacian is identically zero — the rise in one direction exactly cancels the fall in the perpendicular direction. Such functions are called harmonic.

Harmonic functions

A function satisfying 2ϕ=0\nabla^2 \phi = 0 everywhere is called harmonic. Equivalently, it is a solution of Laplace’s equation:

2ϕ  =  0.\nabla^2 \phi \;=\; 0.

Harmonic functions have several remarkable properties:

These properties make Laplace’s equation a boundary-value problem rather than an initial-value problem. There is no time evolution; the boundary data determines everything. Develop this further in Foundations 6.6.

Examples of harmonic functions:

The Laplacian in wave physics

The Laplacian is the most important operator in wave physics. The 3-D acoustic wave equation reads

2ϕt2  =  c22ϕ.\frac{\partial^2 \phi}{\partial t^2} \;=\; c^2\, \nabla^2 \phi.

Every other derivation in the Sound book either produces this equation, manipulates it, or unpacks one of its consequences. The five canonical linear PDEs of Foundations 6:

All five are different ways of relating 2\nabla^2 to either time evolution, a source term, or both. The Laplacian is the universal “spatial” operator of linear physics; choosing what’s on the other side of the equality gives you the four canonical equations of mathematical physics.

A plane-wave field ϕ(r,t)=ei(krωt)\phi(\mathbf{r}, t) = e^{i(\mathbf{k} \cdot \mathbf{r} - \omega t)} is an eigenfunction of the Laplacian: 2ϕ=k2ϕ\nabla^2 \phi = -|\mathbf{k}|^2 \phi. The Laplacian acts on plane waves by multiplying by k2-k^2. This is what makes the wave equation reduce to the dispersion relation ω2=c2k2\omega^2 = c^2 |\mathbf{k}|^2, and what makes the Helmholtz equation an eigenvalue problem with eigenvalues k2-k^2 — see Foundations 6.7 for the full development.

What we use it for

The Laplacian is invoked across the bookshelf:

That closes the chapter. Vector calculus is the algebraic toolkit you’ll be using for the rest of the bookshelf: gradient for force fields, divergence for conservation laws, curl for rotational structure, Laplacian for everything wavelike, harmonic, or diffusive.