2

I would like to know if it is possible to compute something like

$$\int_{-\infty}^{\infty}f\left(\delta(x-a)\right)dx,$$

where $f(x)$ is a function, or if it is even defined.

Thanks in advance!

Carl
  • 23

2 Answers2

1

Strictly, it's not defined, but there might be cases (other than $f$ being an affine function) where it can be given a meaning.

md2perpe
  • 26,770
  • So, would it make sense to define something like $$\int_{-\infty}^{\infty}\delta(x-a)\ln[\delta(x-a)]dx=0$$, where $\delta$ is the dirac delta? The thing is I still need the property $$\int_{-\infty}^{\infty}\delta(x-a)dx=1$$. – Carl Feb 05 '19 at 20:46
  • 1
    @Carl. I cannot make anything meaningful out of that integral. The most natural would be $\ln \delta(a-a)$ with a value of $+\infty.$ – md2perpe Feb 05 '19 at 21:02
  • I see. Well, thank you for your answer :) – Carl Feb 05 '19 at 21:15
0

$$\int_{-\infty}^{\infty}f(x)(\delta(x-a))dx = f(a)$$ This comes from the fact that: $$\int_{-\infty}^{\infty}\delta(x)dx = 1$$

Thomas Davis
  • 1,273
  • 3
    Yes, but the question is what happens if the delta is the argument of the function, not if it multiplies the function. Maybe changing the parenthesis would be clearer: $$\int_{-\infty}^{\infty}f[\delta(x-a)]dx$$ – Carl Feb 05 '19 at 18:10