A fundamental solution of a linear operator solves . Once you have it, convolution solves for any source . This is the continuous analogue of the superposition principle from ODEs: the integral replaces the sum, and replaces the basis vectors.
From ODE Superposition to PDE Convolution¶
In ODEs, if is a linear operator and we can solve for individual sources , then linearity gives . This is the superposition principle for finite sums.
For PDEs, we replace the finite sum with an integral. Any source can be decomposed as a continuous superposition of point sources:
This is just the sifting property of the delta, but read physically it says: is a superposition of impulses , each weighted by . If is the response to a single impulse at the origin (i.e. ), then by translation is the response to an impulse at . Superposing all these responses:
Since acts on and the integral is over , linearity gives
So solves . Convolution with the fundamental solution is the superposition principle, generalized from sums to integrals.
Fundamental Solutions¶
Definition 1 (Fundamental solution)
Let be a linear partial differential operator with constant coefficients . A fundamental solution of is a distribution satisfying
The equation is understood in the distributional sense: for all . By the definition of distributional differentiation, this becomes , where is the formal adjoint of .
Why distributions are essential here. The equation has no meaning in classical analysis: the right-hand side is not a function. But even the left-hand side is misleading classically. Consider the Laplacian in : the function satisfies for every . Pointwise, the Laplacian cannot “see” the singularity at the origin. But as a distribution, acts on test functions via integration, and the singularity contributes. When we compute and integrate by parts (excising a ball , applying Green’s identity, taking ), the boundary terms on the small sphere do not vanish: they converge to . That is where the comes from. The distributional derivative detects a contribution at the singularity that pointwise differentiation misses entirely.
Example 1 (Fundamental solution of the Laplacian)
The Laplacian in has fundamental solution
where is the volume of the unit ball in . In three dimensions this gives the familiar .
Each of these is locally integrable (the singularity at the origin is integrable), so defines a regular distribution. The equation can be verified by integration by parts: for any ,
The last equality uses Green’s second identity on the domain and a careful limit .
Example 2 (Fundamental solution of the heat operator)
The Malgrange-Ehrenpreis Theorem¶
A natural question: does every linear constant-coefficient operator have a fundamental solution? The answer is yes.
Theorem 1 (Malgrange-Ehrenpreis)
Every non-zero linear partial differential operator with constant coefficients
has a fundamental solution .
This is a deep existence result, due independently to Malgrange and Ehrenpreis in the 1950s.
Proof 1
(Sketch via Hahn-Banach.) We need a distribution satisfying for all . Define the linear functional
This is well-defined on the image of (one must verify that implies , which is the hardest part of the proof and requires estimates on ). The key analytic step is showing that is continuous with respect to the topology inherited from : there exist a compact set and constants such that
This estimate is the heart of the proof. Once it is established, the Hahn-Banach theorem extends to a continuous linear functional on all of . This is a distribution satisfying .
Structure of the general solution¶
The fundamental solution is a particular solution of , just as in ODE theory. The general solution has the familiar form: general = homogeneous + particular.
Proposition 1 (General solution structure)
Let be a constant-coefficient operator.
Non-uniqueness of fundamental solutions. If is a fundamental solution of and satisfies , then is also a fundamental solution.
All fundamental solutions differ by homogeneous solutions. If and are both fundamental solutions (), then , so is a solution of the homogeneous equation.
General solution of . If is a particular solution of , then every distributional solution of has the form where .
Proof 2
Parts 1 and 2 follow from linearity: , and .
For part 3, if and , then , so solves the homogeneous equation.
This is the exact analogue of the ODE theorem: the general solution of a nonhomogeneous linear equation is a particular solution plus the general solution of the homogeneous equation. Distribution theory provides the particular solution via convolution; the homogeneous solutions depend on the specific operator and on boundary or initial conditions.
Solving PDEs via Convolution¶
With a fundamental solution in hand, the superposition argument from the beginning of this section becomes rigorous.
Theorem 2 (Solution by convolution)
Let be a constant-coefficient operator with fundamental solution . If (or more generally, if has compact support and the convolution is well-defined), then
solves in .
Proof 3
By the properties of convolution and distributional differentiation:
where we used that commutes with convolution (since has constant coefficients), , and (the delta is the identity for convolution).
This is the distributional realization of the superposition principle: each point contributes an impulse response , and the integral over all assembles the solution.
Example 3 (Solving Poisson’s equation)
Poisson’s equation in has the solution
which is the Newton potential of . This is the gravitational (or electrostatic) potential generated by a mass (or charge) density .