Skip to content

Applications

7.1 Differential Equations

Example (Spectral Theory and ODEs). Consider the Sturm-Liouville problem u"+q(x)u=λu-u"' + q(x)u = \lambda u on [a,b][a, b] with boundary conditions u(a)=u(b)=0u(a) = u(b) = 0. The inverse operator T=(d2/dx2+q)1T = (-d^2/dx^2 + q)^{-1} is a compact self-adjoint operator on L2[a,b]L^2[a, b]. By the spectral theorem, the eigenfunctions form an orthonormal basis, and the eigenvalues λn\lambda_n \to \infty.

7.2 Quantum Mechanics

In quantum mechanics, the state space of a system is a Hilbert space HH (typically L2(R3)L^2(\mathbb{R}^3)). Observables are self-adjoint operators on HH. The spectral theorem guarantees that every observable has a spectral decomposition:

A=σ(A)λdP(λ)A = \int_{\sigma(A)} \lambda\, dP(\lambda)

where PP is the projection-valued measure associated with AA.

Example. The position operator (Xψ)(x)=xψ(x)(X\psi)(x) = x\psi(x) and momentum operator (Pψ)(x)=iψ(x)(P\psi)(x) = -i\hbar\psi'(x) are self-adjoint on suitable domains of L2(R)L^2(\mathbb{R}). The canonical commutation relation [X,P]=iI[X, P] = i\hbar I is fundamental to quantum mechanics.

7.3 Weak Solutions of Partial Differential Equations

Classical solutions of PDEs require pointwise differentiability, which is too restrictive for many problems. Functional analysis provides the framework for weak (distributional) solutions.

Consider the Poisson equation Δu=f-\Delta u = f on a bounded domain ΩRn\Omega \subset \mathbb{R}^n with uΩ=0u|_{\partial\Omega} = 0. Multiply both sides by a smooth test function φ\varphi with φΩ=0\varphi|_{\partial\Omega} = 0 and integrate by parts:

Ωuφdx=Ωfφdx\int_\Omega \nabla u \cdot \nabla \varphi\, dx = \int_\Omega f \varphi\, dx

This is the weak formulation: find uu in a suitable function space such that the above holds for all test functions φ\varphi.

The natural space for this problem is the Sobolev space H01(Ω)H^1_0(\Omega), defined as the completion of Cc(Ω)C_c^\infty(\Omega) under the norm uH1=(Ωu2+u2dx)1/2\|u\|_{H^1} = \left(\int_\Omega |u|^2 + |\nabla u|^2\, dx\right)^{1/2}. The Riesz representation theorem applied to the inner product u,vH01=Ωuvdx\langle u, v\rangle_{H^1_0} = \int_\Omega \nabla u \cdot \nabla v\, dx yields existence and uniqueness of the weak solution. This is known as the Lax-Milgram theorem:

Theorem 7.1 (Lax-Milgram). Let HH be a Hilbert space and B:H×HRB : H \times H \to \mathbb{R} a bounded bilinear form that is coercive, i.e., there exists c>0c > 0 such that B(u,u)cu2B(u, u) \geq c\|u\|^2 for all uHu \in H. Then for every bounded linear functional H\ell \in H^*, there exists a unique uHu \in H such that B(u,v)=(v)B(u, v) = \ell(v) for all vHv \in H.

Sobolev spaces Wk,p(Ω)W^{k,p}(\Omega) (for k0k \geq 0, 1p1 \leq p \leq \infty) generalise this idea: Wk,pW^{k,p} consists of functions whose weak derivatives up to order kk belong to LpL^p. They are Banach spaces, and Wk,2=HkW^{k,2} = H^k are Hilbert spaces.