Integral Transformation
📂Linear AlgebraIntegral Transformation
Definition
If a map J from a function space to a function space is defined as the following integral, then J is called an integral transform.
(Jf)(x)=∫abK(x,t)f(t)dt
J:f(⋅)↦∫abK(⋅,t)f(t)dt
In this case, K is referred to as the kernel of J. If a map from Jf to f exists, it is denoted as J−1 and called the inverse transform of J.
Description
Since integration is linear, integral transforms are linear transforms.
The integration domain does not necessarily have to be bounded. It can be a=−∞, b=∞, or both. Although integral transforms can be created arbitrarily according to the definition, to have meaningful interpretations, solving the given problem should be easier in terms of Jf than in f, or an inverse transformation should exist, allowing free conversion between Jf and f. Examples of integral transforms include the following.
Fourier transform F:
Ff(ξ)=∫−∞∞f(x)eiξxdx,K(x,ξ)=eiξx
Laplace transform L:
Lf(s)=∫0∞f(t)e−stdt,K(t,s)=e−st
Mellin transform M:
Mf(s)=∫0∞f(x)xs−1dx,K(x,s)=xs−1
Radon transform R:
Rf(s,θ)=∫−∞∞f(scosθ−tsinθ,ssinθ+tcosθ)dt
See Also