Integral Equations
Integral equations arise naturally when solving boundary value problems, in scattering theory, and wherever Green's functions appear. They provide a powerful alternative to differential equations, often incorporating boundary conditions directly into the formulation. This chapter develops the theory of Fredholm and Volterra equations, solution methods including Neumann series and the resolvent kernel, the Fredholm alternative theorem, and applications to physics including scattering and the Wiener-Hopf technique.
1. Classification of Integral Equations
An integral equation is an equation in which the unknown function appears under an integral sign. The general linear integral equation takes the form:
where $\phi(x)$ is the unknown, $K(x,t)$ is the kernel,$f(x)$ is a known function, and $\lambda$ is a parameter.
Fredholm Equations
Fredholm equations have fixed integration limits. They come in two kinds:
In the first kind, $\phi$ appears only inside the integral. In the second kind, $\phi$ appears both inside and outside. If $f(x) = 0$, the equation is homogeneous.
Volterra Equations
Volterra equations have a variable upper limit:
Volterra equations can be viewed as Fredholm equations with $K(x,t) = 0$ for $t > x$. They arise naturally in initial value problems and causal systems. A key difference from Fredholm equations: Volterra equations of the second kind always have a unique solution for any $\lambda$.
Connection to Differential Equations
Any linear ODE with boundary conditions can be converted to an integral equation using the Green's function. Consider $Ly = f$ with operator $L$ and boundary conditions. If $G(x,t)$ is the Green's function satisfying $LG = \delta(x-t)$, then:
This reformulation has advantages: the boundary conditions are built into $G$, and we can apply powerful operator-theoretic tools.
2. Neumann Series Solution
The Neumann series is the integral-equation analog of a geometric series. Consider the Fredholm equation of the second kind:
Iterative Solution
We solve by iteration. Define $\phi_0 = f$ and substitute repeatedly:
Continuing to all orders, we obtain the Neumann series:
where $K_n$ are the iterated kernels defined recursively:
Convergence
For a bounded kernel with $\|K\|^2 = \int_a^b\int_a^b |K(x,t)|^2\, dx\, dt < \infty$ (Hilbert-Schmidt condition), the Neumann series converges absolutely and uniformly when:
This parallels the geometric series $(1-x)^{-1} = \sum x^n$ converging for $|x| < 1$. In operator notation, the Neumann series is $\phi = (I - \lambda \hat{K})^{-1} f = \sum_{n=0}^\infty (\lambda \hat{K})^n f$.
Volterra Case: Always Convergent
For Volterra equations, a remarkable simplification occurs. Since $K(x,t) = 0$ for $t > x$, the iterated kernels $K_n(x,t)$ satisfy the bound:
where $M = \max|K|$. The factorial in the denominator ensures the Neumann series converges for all $\lambda$. This is why Volterra equations of the second kind always have a unique solution.
3. The Resolvent Kernel
The Neumann series can be resummed into a compact form using the resolvent kernel(also called the reciprocal kernel). Define:
Then the solution to the Fredholm equation of the second kind is:
Resolvent Equation
The resolvent kernel satisfies its own integral equation:
Proof: Using the definition $R = \sum_{n=1}^\infty \lambda^{n-1} K_n$ and the recursion$K_n(x,t) = \int K(x,s)\, K_{n-1}(s,t)\, ds$:
Symmetric Kernels and Eigenexpansion
If $K(x,t) = K(t,x)$ (symmetric kernel), the resolvent has a spectral representation:
where $\lambda_n$ and $\phi_n$ are the eigenvalues and normalized eigenfunctions of the kernel. The resolvent has poles at $\lambda = \lambda_n$, analogous to the poles of $(A - \lambda I)^{-1}$ in finite-dimensional linear algebra.
4. The Fredholm Alternative
The Fredholm alternative is the infinite-dimensional generalization of the statement that$Ax = b$ has a unique solution if and only if $\det(A) \neq 0$.
Statement
Consider the Fredholm equation of the second kind and its homogeneous adjoint:
Theorem (Fredholm Alternative): Exactly one of the following holds:
- Case 1: The homogeneous adjoint has only the trivial solution $\psi = 0$. Then the inhomogeneous equation has a unique solution for every $f$.
- Case 2: The homogeneous adjoint has $n$ linearly independent solutions$\psi_1, \ldots, \psi_n$. Then the inhomogeneous equation has a solution if and only if$f$ satisfies the $n$ solvability conditions:$$\int_a^b f(x)\,\psi_k(x)\,dx = 0, \qquad k = 1, \ldots, n$$
Physical Interpretation
The Fredholm alternative appears throughout physics. In quantum mechanics, when solving the Lippmann-Schwinger equation for scattering, the alternative determines whether a bound state exists at a given energy. In electrostatics, it determines whether a charge distribution consistent with given boundary conditions exists. The solvability conditions are orthogonality requirements: the source $f$ must be orthogonal to the null space of the adjoint operator.
Fredholm Determinant
Fredholm showed that the integral equation can be analyzed through a determinant-like object:
The equation has a unique solution when $D(\lambda) \neq 0$. The zeros of $D(\lambda)$ are precisely the eigenvalues of the kernel, analogous to zeros of $\det(A - \lambda I)$.
5. Eigenvalue Problems for Integral Equations
The homogeneous Fredholm equation defines an eigenvalue problem:
where $\mu = 1/\lambda$ are the eigenvalues and $\phi$ are the eigenfunctions.
Hilbert-Schmidt Theory
For a symmetric, square-integrable kernel $K(x,t) = K(t,x)$:
- The eigenvalues $\mu_n$ are real and form a countable set with no finite accumulation point.
- The eigenfunctions $\phi_n(x)$ form a complete orthonormal set in the range of the operator.
- The kernel admits the bilinear expansion (Mercer's theorem for positive kernels):$$K(x,t) = \sum_{n=1}^{\infty} \mu_n\, \phi_n(x)\, \phi_n(t)$$
- The Hilbert-Schmidt norm satisfies $\|K\|^2 = \sum_n \mu_n^2$.
Variational Characterization
The largest eigenvalue can be found variationally. For a symmetric kernel:
Successive eigenvalues are found by restricting to the orthogonal complement of previously found eigenfunctions. This is the infinite-dimensional Rayleigh quotient.
Connection to Sturm-Liouville Problems
The Sturm-Liouville eigenvalue problem $-(p\,y')' + q\,y = \lambda\, w\, y$ with boundary conditions can be recast as an integral eigenvalue problem using the Green's function $G(x,t)$:
The kernel $K(x,t) = G(x,t)\, w(t)$ is symmetric (with respect to the weight $w$), and Hilbert-Schmidt theory provides the completeness of Sturm-Liouville eigenfunctions.
6. Connection to Green's Functions
Green's functions and integral equations are intimately connected. The Green's function is essentially the resolvent kernel for a differential operator.
From ODE to Integral Equation
Consider the BVP $Ly(x) = f(x)$ with $L = -d^2/dx^2 + V(x)$ on $[0, \ell]$and Dirichlet conditions $y(0) = y(\ell) = 0$. Write $L = L_0 + V$ where$L_0 = -d^2/dx^2$. If $G_0$ is the free Green's function for $L_0$:
where $y_0(x) = \int G_0(x,t)\, f(t)\, dt$ is the solution without the potential. This is a Fredholm equation of the second kind with kernel $K(x,t) = -G_0(x,t)\, V(t)$.
Lippmann-Schwinger Equation
In quantum scattering theory, the same construction yields the Lippmann-Schwinger equation. For a particle scattering off a potential $V(r)$:
where $G_0^{(+)}$ is the outgoing free-particle Green's function:
Born Series
The Neumann series applied to the Lippmann-Schwinger equation gives the Born series:
The first-order term gives the Born approximation, widely used in scattering calculations:
This is simply the Fourier transform of the potential evaluated at the momentum transfer$\mathbf{q} = \mathbf{k} - \mathbf{k}'$.
7. The Wiener-Hopf Technique
The Wiener-Hopf technique is a powerful method for solving integral equations on semi-infinite intervals, arising in diffraction, crack problems, and radiative transfer.
The Wiener-Hopf Equation
Consider an integral equation of the form:
where $K(x-t)$ is a difference kernel (translation-invariant). The key idea is to extend the equation to all of $\mathbb{R}$ and work in Fourier space.
Fourier Transform Approach
Define $\Phi_+(k) = \int_0^\infty \phi(x)\, e^{ikx}\, dx$ (analytic in upper half-plane) and introduce an unknown function $\Phi_-(k)$ for $x < 0$ (analytic in lower half-plane). The Fourier transform of the convolution gives:
Rearranging:
The Factorization Step
The crucial step is to factorize $1 - \lambda\hat{K}(k)$ as a product of functions analytic in the upper and lower half-planes:
where $H_+$ is analytic and nonzero in Im$(k) > -\tau$ and $H_-$ in Im$(k) < \tau$for some $\tau > 0$. The factorization is achieved via:
with the contour indented appropriately. After factorization, we separate terms analytic in the upper and lower half-planes, apply Liouville's theorem (a bounded entire function is constant), and solve for $\Phi_+$.
Application: Half-Plane Diffraction
The Sommerfeld half-plane diffraction problem reduces to a Wiener-Hopf equation. A plane wave$e^{ikx}$ incident on a semi-infinite perfectly conducting screen ($x < 0, y = 0$) produces a scattered field that satisfies a Wiener-Hopf integral equation. The factorization involves$\sqrt{k \pm k_0}$ factors, and the solution reproduces Sommerfeld's exact result including the diffracted wave that bends around the edge.
8. Applications to Scattering Theory
Scattering theory is one of the richest applications of integral equations in physics. The transition from the differential Schrodinger equation to the Lippmann-Schwinger integral equation automatically incorporates the boundary conditions of the scattering problem.
T-Matrix Formulation
Define the T-matrix (transition matrix) through:
where $|\psi\rangle$ is the full scattering state and $|\phi_0\rangle$ is the incident wave. The T-matrix satisfies the operator equation:
This is again a Neumann series. The scattering amplitude is directly related to matrix elements of $T$:
Optical Theorem
The unitarity of the S-matrix, combined with the integral equation structure, leads to the optical theorem:
The total cross section equals $4\pi/k$ times the imaginary part of the forward scattering amplitude. This remarkable result connects the total probability of scattering in any direction to a single number — the forward amplitude.
Partial Wave Analysis
For spherically symmetric potentials, the angular momentum decomposition reduces the 3D integral equation to a set of 1D equations for each partial wave $\ell$:
where $j_\ell$ is a spherical Bessel function and $G_\ell$ is the partial-wave Green's function. The scattering phase shifts $\delta_\ell$ are extracted from the asymptotic behavior of $\psi_\ell$.
9. Python Simulation: Integral Equation Methods
Below we demonstrate the Neumann series solution, eigenvalue computation for symmetric kernels, and Born approximation for scattering — all using numpy only.
Click Run to execute the Python code
Code will be executed with Python 3 on the server
10. Summary and Connections
Integral equations provide a powerful complementary approach to differential equations, with distinct advantages in many physical applications:
| Type | Key Property | Application |
|---|---|---|
| Fredholm (2nd kind) | Fredholm alternative | Boundary value problems |
| Volterra (2nd kind) | Always solvable | Initial value problems |
| Neumann series | Iterative convergence | Perturbation theory |
| Resolvent kernel | Spectral poles | Resonance theory |
| Eigenvalue theory | Hilbert-Schmidt completeness | Quantum bound states |
| Lippmann-Schwinger | Incorporates BCs naturally | Quantum scattering |
| Wiener-Hopf | Factorization in Fourier space | Diffraction, cracks |
The integral equation viewpoint reveals deep structural connections: the Green's function is the kernel of the inverse operator, the resolvent encodes the spectral properties, and the Fredholm alternative is a manifestation of the rank-nullity theorem in infinite dimensions. In quantum field theory, the Dyson equation for propagators and the Bethe-Salpeter equation for bound states are integral equations whose structure mirrors the Fredholm theory developed here.