integral of Dirac delta over a small interval.

41 Views Asked by At

While solving a problem I encountered $$\int_{a-\epsilon}^{a+\epsilon} dx\,\delta(x-a)\,f(x).$$ What does this evaluate to as $\epsilon \to 0$?

1

There are 1 best solutions below

0
On

By definition of $\delta_a(x) := \delta(x-a)$, $$ I_{\epsilon} = \int_{a-\epsilon}^{a+\epsilon} f(x)\,\delta_a(\mathrm d x) = \int_{-\infty}^{\infty} \mathbb{1}_{[a-\epsilon,a+\epsilon]}(x)\,f(x)\,\delta_a(\mathrm d x) = \mathbb{1}_{[a-\epsilon,a+\epsilon]}(a)\,f(a) $$ and since $a∈ [a-\epsilon,a+\epsilon]$ for any $\epsilon>0$, $I_{\epsilon} = f(a)$, hence $$ \lim_\limits{\epsilon\to 0^+} I_{\epsilon} = f(a) $$

Remark: However, if $\epsilon<0$, then $I_ϵ = 0$, so $$ \lim_\limits{\epsilon\to 0^-} I_{\epsilon} = 0 $$