7

Apparently, the Schwartz kernel theorem states that all linear operators can be represented as integral transforms (but only if you use generalized functions such as the dirac delta as kernels.) Representing the derivative operator as an integral transform would be really useful because then when defining strange and new generalizations of integrals one could automatically derive an appropriate generalization of derivatives to fit.

1 Answers1

7

Yes, you can - but (somewhat disappointingly) the integral kernel for the derivative is just

$$ k(x,y) = -\delta^\prime(x-y) $$ where $\delta^\prime$ is the derivative of the delta distribution, defined in the distributional sense i.e.

$$ \langle \delta^\prime(x-y),\varphi(y)\rangle = -\langle \delta(x-y),\varphi^\prime(y)\rangle = -\varphi^\prime(x) $$

This is occasionally useful for manipulating expressions symbolically. Also look into the single and double layer potential which express a similar idea for directional derivatives across surfaces and is a very useful concept in PDE.

icurays1
  • 17,161
  • 1
    An additional information (that @Steven Stewart-Gallus has implicitely mentionned by citing a - disappointing - Wikipedia article) is that there is nice physical interpretation of $\delta'$ as modelizing a "doublet" (two opposite charges $q^+q^-$ that are infinitely close. – Jean Marie Jun 06 '16 at 21:55
  • The kernel of the nth derivative is the nth derivative of the dirac delta right? And the dirac delta is the identity kernel and the heaviside step function and its integrals are the integrals right? – Molly Stewart-Gallus Jun 07 '16 at 01:38
  • @StevenStewart-Gallus Correct. – icurays1 Jun 07 '16 at 03:23