For a Hilbert-Schmidt integral operator
$$(Kf)(x) = \int_Y k(x,y)f(y) dy$$
a decomposition (called Hilbert-Schmidt decomposition) of the following form exists:
$$k(x,y) = \sum_n \sigma_n u_n(x)v_n(y)$$
where the functions (which we call "modes") $u_n(x)$ are orthonormal on the domain $X$ and $v_n(x)$ are orthonormal on the domain $Y$. I don't actually know which theorem states this (I think it's the Hilbert-Schmidt theorem, see also Spectral Theorem for bounded compact, self-adjoint operators as corollary of Hilbert-Schmidt theorem), but I know that it is true (although I may have forgotten some restrictions for it to apply).
@Mark pointed out in his comments and answer that this is equivalent to finding the eigenfunctions:
$\lambda u\left(x\right)=\int_{a_{0}}^{a_{1}}k_{1}\left(x,y\right)u\left(y\right)dy$ , $\lambda$ a scalar, $u \in L^2([a_0,a_1])$
where $k_{1}\left(y,s\right):=\int_{b_{0}}^{b_{1}}k\left(x,y\right)k\left(x,s\right)dx$.
So essentially what I am asking is for a reference to do eigenvalue decompositions of integral operators in practice.
Well, I'm a physicist and these types of operators pop up everywhere, in my particular case it is the context of optics. Hilbert-Schmidt decompositions are particularly useful due to the orthogonality of the modes, which is essential in statistical mechanics applications, inverse problems and few mode approximations (to only name a few).
Searching through the literature I found a lot of resources treating these operators from a what seems to me very pure mathematical viewpoint. I.e. general theorems about existence etc. are proven and so on. What I am interested in however is finding the actual decomposition of a given operator. We usually do this numerically (i.e. by discretizing the function domains and performing an SVD on the resulting matrix), but some of the operators seem quite "nice" to me (e.g. convolution-type operators are a common theme), so I was wondering if we could find analytical expressions for the modes. I couldn't find anything in the literature, so my question here is if anyone has could point me to:
- general methods for calculating mode decompositions
- tables of operators where the decomposition is known
- any other sources that would be useful in this context
EDIT:
Following @Mark's helpful comments, here is an example of the kind of operator I am dealing with
\begin{equation} (Kf)(\beta) = \int_{a_0}^{a_1} \underbrace{ sinc\left( \frac{q_x w}{2} \right)}_{B} \times \underbrace{\frac{\sin\left( \frac{q_x d N}{2} \right)}{\sin\left( \frac{q_x d}{2} \right)}}_{C} \times f(\alpha) d\alpha,\end{equation}
where $q_x = k \left( \alpha + \beta \right)$. $k, w, d, a_0, a_1$ are some constants that characterize the physical dimensions of the system. $\beta$ is the also restricted to a domain $[b_0; b_1]$. Useful approximations are omitting the term $A$ or the term $B$ completely, so any of those decompositions would be useful. This one is a convolution operator, so I'm hopeful the solution can be found analytically.
A more complicated version would have varying $k$
\begin{equation} (Kf)(\beta) = \int_{k_0}^{k_1} \int_{a_0}^{a_1} \underbrace{ sinc\left( \frac{q_x w}{2} \right)}_{B} \times \underbrace{\frac{\sin\left( \frac{q_x d N}{2} \right)}{\sin\left( \frac{q_x d}{2} \right)}}_{C} \times f(\alpha, k) d\alpha dk. \end{equation}
I am not asking to solve any of this in particular, rather searching for general methods and to see what is possible. If you know the decomposition for one of them it would be very helpful though ;)