The Laplacian
The Laplacian \(\nabla^2\) is the divergence of the gradient: \(\nabla \cdot (\nabla f)\). In Cartesian coordinates, it is the sum of the second partial derivatives:
\[\nabla^2 f = \frac{\partial^2 f}{\partial x^2} + \frac{\partial^2 f}{\partial y^2} + \frac{\partial^2 f}{\partial z^2}\]
When \(\nabla^2 f = 0\), the equation is called Laplace's Equation, and the solutions are called Harmonic Functions.
Worked Examples
Example 1: Checking a Harmonic Function
Is \(f(x, y) = x^2 - y^2\) harmonic?
- \(\frac{\partial^2 f}{\partial x^2} = 2\).
- \(\frac{\partial^2 f}{\partial y^2} = -2\).
- \(\nabla^2 f = 2 + (-2) = 0\).
- Result: Yes, it is harmonic.
The Bridge to Quantum Mechanics
The Laplacian is the operator for Curvature. In Quantum Mechanics, the kinetic energy of a particle is proportional to the Laplacian of its wavefunction: \(\hat{T} = -\frac{\hbar^2}{2m} \nabla^2\). For a particle in a region where the potential is zero (\(V=0\)), the time-independent Schrödinger Equation becomes \(\nabla^2 \psi = -k^2 \psi\). If the energy \(E\) is zero, the wavefunction must be a harmonic function (\(\nabla^2 \psi = 0\)). This mathematical requirement is why wavefunctions always look "smooth"—they are constrained by the logic of the Laplacian.