Why $0 \delta(0)=0$?

1.7k Views Asked by At

I defined the "function":

$$f(t)=t \delta(t)$$

I know that Dirac "function" is undefined at $t=0$ (see http://web.mit.edu/2.14/www/Handouts/Convolution.pdf).

In Wolfram I get $0 \delta(0)=0$ (http://www.wolframalpha.com/input/?i=0*DiracDelta(0)). Why? I expect $0 \delta(0)=undefined$ (if $\delta(0)=\infty$, thus I will have an indeterminate form $0 \infty$).

Thank you for your time.

3

There are 3 best solutions below

2
On BEST ANSWER

Look at $\delta$ as distribution: $\langle \delta, f \rangle = f(0)$. Then $\langle t \delta(t), f(t) \rangle = \langle \delta (t), t f(t) \rangle = (tf(t))\mid_{t = 0} = 0 \cdot f(0) = 0$ (see multiplication of distribution by smooth functions).

0
On

You do understand that the Dirac delta "function" isn't a function, since you too put the word in quotes. To justify assertions about it you have to see how those assertions behave in the integrals that involve the delta function. ("Behavior inside integrals" is the idea behind distributions.) That's the essence of @Cauchy 's answer, and what Wolfram knows.

0
On

Wolfram Alpha evaluates DiracDelta(1), giving zero. Wolfram Alpha fails to interpret DiracDelta(0), nor does it evaluate 1 * DiracDelta(0), leaving δ(0) unevaluated. Wolfram Alpha believes that the product of 0 and an unevaluated symbol is zero. You can see this with 0*f and with 0*DiracDelta(0), both yielding $0$.

This is not so surprising. From the definition of a field. If we presume that we work in a field large enough to contain $\mathbb{R}$ and $\delta(0)$, so that it is possible to interpret the string "$0 \cdot \delta(0)$", then we must find that $0 \cdot \delta(0) = 0$. It's a standard elementary exercise to show that multiplication of any element of field with the additive identity yields the additive identity.

We may also choose to use elementary limit relations. Suppose we have defined $\delta(t) = \lim_{x \rightarrow 0} f(x,t)$ (a common example is to define $\delta$ to be the limit of Gaussian PDFs as the standard deviation goes to zero), as long as each limit on each RHS in the following exists: \begin{align*} 0 \cdot \delta(0) &\triangleq 0 \cdot \lim_{x \rightarrow 0} f(x,0) \\ &= \lim_{x \rightarrow 0} 0 \cdot \lim_{x \rightarrow 0} f(x,0) \\ &= \lim_{x \rightarrow 0} (0 \cdot f(x,0) ) \\ &= \lim_{x \rightarrow 0} 0 \\ &= 0 \end{align*} The only questionable limit is the first one, from our definition of $\delta$. If we claim $0$ is in the domain of $\delta$, we must allow this limit. Everything else follows. (When one is being careful, one does not claim that $\delta$ has a "domain" because $\delta$ is not a function. At this level of care, one describes delta as an element of some dual space of your space of functions so that the right place for it to appear is as a multiplicand in an integrand. Then one defines $\delta$ in terms of its behaviour in this compound object, not as if it were an independently meaningful thing. This also happens in elementary Calculus : $\mathrm{d}x$ is not a separately intelligible part of $\frac{\mathrm{d}}{\mathrm{d}x}$. The compound object is defined, not its parts. This point of view is described in other answers.)