-
Notifications
You must be signed in to change notification settings - Fork 0
GalerkinsMethodForCovarianceOperatorEigenfunctions
See also: FredholmIntegralEquationToSturmLiouvilleform
Determine the eigenfunctions of an integral covariance operator with kernels belonging to the class of absolutely continuous, positive definite, infinitely differentiable functions on
-
Kernel Class: The focus is on translation-invariant kernels
$K(h)$ where$h = |t - s|$ ] and$K$ belongs to the class of absolutely continuous, positive definite, infinitely differentiable functions on$\mathbb{R}$ . - Mercer's Theorem: Ensures the existence of a uniformly convergent series for such kernels.
-
Projection: Apply Galerkins method to project the kernel
$K(h)$ onto a polynomial basis:
To properly identify
- Start with the integral equation:
- Expand
$\phi(x)$ using the orthogonal basis$P_n(x)$ :
- Substitute this into the integral equation:
- Multiply both sides by
$P_m(x)$ and integrate over$[a, b]$ :
- Using the orthogonality of
$P_n(x)$ :
This isolates
This process transitions from a polynomial basis for the kernel that converges pointwisely to uniform convergence due to the conditions for Mercer's theorem being satisifed. See PointwiseVsUniformConvergence
-
Series Substitution: Replace the kernel
$K(h)$ in the integral eigenvalue equation with its uniformly convergent series expansion:
-
Applying Fubini's Theorem: The absolute continuity and infinite differentiability of
$K(h)$ allow for the interchange of summation and integration:
-
Differentiation: Differentiate the modified equation twice with respect to
$x$ to form a Sturm-Liouville differential equation.
-
Solving the Equation: Solve the Sturm-Liouville differential equation to determine the eigenfunctions
$\phi(x)$ for each term.
This methodology provides a rigorous approach for finding eigenfunctions of integral covariance operators with kernels from this specific class, utilizing advanced mathematical techniques and transformations.