Laplacian — Definition, Formula & Examples
The Laplacian of a scalar function is the sum of its unmixed second partial derivatives. It measures how much the function's value at a point differs from the average value in a small surrounding neighborhood.
For a twice-differentiable scalar function , the Laplacian is defined as . Equivalently, it is the divergence of the gradient: .
Key Formula
Where:
- = Laplacian of the scalar function f
- = Second partial derivative of f with respect to x
- = Second partial derivative of f with respect to y
- = Second partial derivative of f with respect to z
How It Works
To compute the Laplacian, take the second partial derivative of your function with respect to each independent variable, then add the results together. In two dimensions with variables and , this means computing . In three dimensions, you add as well. A positive Laplacian at a point means the function value there is below the local average (like a valley bottom in a bowl), while a negative Laplacian means it is above the local average (like a hilltop). When the Laplacian equals zero everywhere, the function is called harmonic — it satisfies Laplace's equation , one of the most important partial differential equations in physics.
Worked Example
Problem: Find the Laplacian of .
Step 1: Compute the second partial derivative with respect to x.
Step 2: Compute the second partial derivative with respect to y.
Step 3: Compute the second partial derivative with respect to z.
Step 4: Sum all three second partial derivatives.
Answer: . Since the Laplacian is a positive constant everywhere, the function is subharmonic — its value at any point is below the average over surrounding spheres.
Another Example
Problem: Show that is harmonic (i.e., its Laplacian is zero).
Step 1: Find the second partial derivative with respect to x.
Step 2: Find the second partial derivative with respect to y.
Step 3: Add the results.
Answer: everywhere, confirming that is harmonic and satisfies Laplace's equation.
Why It Matters
The Laplacian is central to courses in multivariable calculus, partial differential equations, and mathematical physics. It appears in the heat equation, wave equation, and Schrödinger equation, governing phenomena from temperature diffusion to quantum mechanics. Engineers, physicists, and data scientists working with image processing or mesh smoothing rely on discrete versions of the Laplacian every day.
Common Mistakes
Mistake: Including mixed partial derivatives like in the sum.
Correction: The Laplacian only sums unmixed (pure) second partial derivatives — each variable differentiated twice. Cross-partials are not included.
Mistake: Confusing (scalar Laplacian) with (gradient vector) or with the Hessian matrix.
Correction: The Laplacian is the trace of the Hessian matrix, not the full matrix. It produces a single scalar value, not a vector or matrix.
