Applications | Mathematics - Wyatt's Notes
7.1 Differential Equations
Section titled “7.1 Differential Equations”Example (Spectral Theory and ODEs). Consider the Sturm-Liouville problem on with boundary conditions . The inverse operator is a compact self-adjoint operator on . By the spectral theorem, the eigenfunctions form an orthonormal basis, and the eigenvalues .
7.2 Quantum Mechanics
Section titled “7.2 Quantum Mechanics”In quantum mechanics, the state space of a system is a Hilbert space (in standard practice , the space of square-integrable wavefunctions). Observables are self-adjoint operators on . The spectral theorem guarantees that every observable has a spectral decomposition:
where is the projection-valued measure associated with .
Example. The position operator and momentum operator are self-adjoint on suitable domains of . The canonical commutation relation is fundamental to quantum mechanics.
7.3 Weak Solutions of Partial Differential Equations
Section titled “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 on a bounded domain with . Multiply both sides by a smooth test function with and integrate by parts:
This is the weak formulation: find in a suitable function space such that the above holds for all test functions .
The natural space for this problem is the Sobolev space , defined as the completion of under the norm . The Riesz representation theorem applied to the inner product yields existence and uniqueness of the weak solution. This is known as the Lax-Milgram theorem:
Theorem 7.1 (Lax-Milgram). Let be a Hilbert space and a bounded bilinear form that is coercive, i.e., there exists such that for all . Then for every bounded linear functional , there exists a unique such that for all .
Sobolev spaces (for , ) generalise this idea: consists of functions whose weak derivatives up to order belong to . They are Banach spaces, and are Hilbert spaces.
7.4 Fourier Analysis and Signal Processing
Section titled “7.4 Fourier Analysis and Signal Processing”The Fourier transform on is a unitary operator defined by:
Plancherel’s theorem states . The Schwartz space of rapidly decaying smooth functions is dense in and is invariant under the Fourier transform.
In signal processing, the sampling theorem (Nyquist-Shannon) follows from the Paley-Wiener theorem characterising functions with compactly supported Fourier transforms. Functional analysis also underpins wavelet theory: the existence of orthonormal wavelet bases of relies on the theory of frames and multiresolution analysis.
7.5 Applied Functional Analysis: The Galerkin Method
Section titled “7.5 Applied Functional Analysis: The Galerkin Method”The Galerkin method approximates solutions of PDEs by projecting onto finite-dimensional subspaces. Let be a finite-dimensional subspace (e.g., finite elements). Find such that:
This reduces to solving a linear system where for basis functions . Céa’s lemma provides a quasi-optimal error estimate:
7.6 Optimisation and Control Theory
Section titled “7.6 Optimisation and Control Theory”In convex optimisation, the existence of minimisers for a functional follows from the direct method of calculus of variations: if is coercive, lower semicontinuous, and is reflexive, then a minimiser exists. This applies to problems such as:
The optimality condition is precisely the weak formulation of the Poisson equation.
Theorem 7.2 (Stampacchia). Let be a Hilbert space, a nonempty closed convex set, and a coercive bilinear form. For any , there exists a unique such that for all . This is the foundation of variational inequalities and obstacle problems.
7.7 Worked Example: Compact Operators and Integral Equations
Section titled “7.7 Worked Example: Compact Operators and Integral Equations”Problem. Solve the Fredholm integral equation where is a continuous kernel on .
Solution
The integral operator is compact on (by the Arzela-Ascoli theorem or more generally by the fact that is Hilbert-Schmidt). For not in the spectrum of , the equation has a unique solution by the Fredholm alternative: either the homogeneous equation has only the trivial solution and the inhomogeneous equation has a unique solution, or the homogeneous equation has nontrivial solutions and the inhomogeneous equation has solutions only for orthogonal to the nullspace of .
The solution can be expressed using the resolvent operator :
For degenerate (separable) kernels , the equation reduces to an linear system.
7.8 Worked Example: Neumann Series
Section titled “7.8 Worked Example: Neumann Series”Problem. Solve by iteration where .
Solution
Since , the Neumann series converges in operator norm. The solution is:
The error after terms satisfies .
7.9 Application: Control Theory and the Riccati Equation
Section titled “7.9 Application: Control Theory and the Riccati Equation”In optimal control, the linear-quadratic regulator (LQR) problem seeks to minimise:
subject to . The optimal control is where and solves the algebraic Riccati equation:
The existence and uniqueness of a positive definite solution follows from spectral theory of Hamiltonian matrices and functional analysis on the space of symmetric operators.
7.10 Application: Machine Learning and Reproducing Kernel Hilbert Spaces
Section titled “7.10 Application: Machine Learning and Reproducing Kernel Hilbert Spaces”A reproducing kernel Hilbert space (RKHS) is a Hilbert space of functions on such that the evaluation functional is bounded for all . By the Riesz representation theorem, there exists with .
The kernel is a positive definite function. The Moore-Aronszajn theorem states that every positive definite kernel corresponds to a unique RKHS. RKHS theory underpins kernel methods in machine learning, including support vector machines and Gaussian processes.
Cross-References
Section titled “Cross-References”The Fundamental Theorems: Provides the Lax-Milgram theorem and Hahn-Banach extension used to establish existence and uniqueness of weak solutions.
Compact Operators: The Fredholm alternative for compact operators is applied to solve integral equations arising in physics.
Weak and Weak* Convergence: Weak compactness is essential for extracting convergent subsequences in the calculus of variations and PDE theory.
flowchart TD A[7_Applications] --> B[Key Concepts] A --> C[Core Principles] A --> D[Practical Applications] B --> E[Fundamental definitions] C --> F[Design patterns] D --> G[Real-world usage]Intuition
Section titled “Intuition”Functional analysis provides the language and machinery for solving differential equations, signal processing, and machine learning. In PDE theory, weak solutions are obtained by projecting onto finite-dimensional subspaces via the Galerkin method, with existence guaranteed by the Lax-Milgram theorem. The Fourier transform decomposes signals into frequencies, and the sampling theorem connects continuous signals to their discrete representations. In quantum mechanics, states live in Hilbert space and observables are self-adjoint operators whose spectral decompositions determine measurement outcomes. In machine learning, reproducing kernel Hilbert spaces provide the mathematical framework for support vector machines and Gaussian processes, where inner products encode similarity between data points.
Common Mistakes
Section titled “Common Mistakes”Mistake 1: Assuming the Lax-Milgram theorem requires a Hilbert space inner product The Lax-Milgram theorem applies to any coercive bounded bilinear form on a Hilbert space, not just the standard inner product. Students often restrict themselves to the inner product formulation and miss that the theorem handles more general problems like those arising from PDEs with non-symmetric bilinear forms.
Mistake 2: Confusing weak and strong solutions of PDEs A weak solution satisfies the PDE in a distributional sense, while a strong solution satisfies it pointwise with enough regularity. Students sometimes assume that existence of a weak solution immediately gives a classical solution. Additional regularity theory (elliptic regularity, Sobolev embedding) is needed to upgrade weak solutions to strong ones.
Mistake 3: Forgetting that compactness is essential for extracting convergent subsequences In the direct method of calculus of variations, one needs a minimizing sequence, weak lower semicontinuity of the functional, and weak compactness of the domain. Students frequently try to extract a strongly convergent subsequence from a bounded sequence, which fails in infinite dimensions. Weak compactness (via reflexivity) and then using the compactness of certain operators is the correct approach.
Advanced Content
Section titled “Advanced Content”This section provides detailed coverage of advanced concepts, including full derivations, proofs, and extended examples.
Derivations and Proofs
Section titled “Derivations and Proofs”Complete mathematical derivations and proofs are provided where appropriate. Each step is explained to ensure understanding of the underlying reasoning.
Extended Examples
Section titled “Extended Examples”Advanced examples demonstrate the application of concepts to complex problems. These examples go beyond standard exam questions to develop deeper understanding.
Research Connections
Section titled “Research Connections”This material connects to current research and advanced applications in the field. Understanding these connections provides context for the study material.
Prerequisites
Section titled “Prerequisites”Ensure you have mastered the prerequisite material before attempting this advanced content.