What is a Dirac delta and how is it used as a functional in linear operators?

Uan
Messages
14
Reaction score
0
What is the sum of an infinite Dirac series and why? 1 or infinity?

\sum_{n=-\infty}^{\infty}\delta (n)

I can see it being 1 because it's like a series version of the integral:

\int_{-\infty}^{\infty}\delta (t)dt = 1

But for the series where n=0,

\delta (0) = \infty

:confused:
 
Physics news on Phys.org
No, it is not "a series version of the integral \int_{-\infty}^\infty \delta(t)dt". The integral has only one delta function.

Your basic problem is that you don't really understand what the Dirac delta function itself really is. Strictly speaking the "Dirac delta function" is not a function at all, it is a "functional" or "generalized function". The Dirac delta function \delta(x) is the functional that assigns to every function its value at 0: \delta(x)f(x)= f(0).

What you have written (where did you see it?) makes no sense because "\delta(0)", "\delta(1)" themselves have no meaning. The Dirac delta function, being a functional, is NOT defined at individual values of x.

If instead you had \sum_{n=-\infty}^\infty \delta(x- n), that would be the functional that assigns, to every function, f, the sum of its values at the integers, \sum_{n=-\infty}^\infty f(n), if that series converges.
 
Hi HallsofIvy,

I was solving for the discrete Fourier transform of δ(n) and wondering why is was 1, but I didn't know until now that there are two generalized functions that share the same symbol δ, the continuous Dirac delta and the discrete Kronecker delta.

Also for the Dirac delta, I thought this was true \int_{-∞}^{∞}δ(x)f(x)dx=f(0) instead of δ(x)f(x)=f(0), or are they both the same?
 
Uan said:
Hi HallsofIvy,

I was solving for the discrete Fourier transform of δ(n) and wondering why is was 1, but I didn't know until now that there are two generalized functions that share the same symbol δ, the continuous Dirac delta and the discrete Kronecker delta.

Kroneker delta is not a generalized function, just a function in two variables (both of which need to be integers).

Also for the Dirac delta, I thought this was true \int_{-∞}^{∞}δ(x)f(x)dx=f(0) instead of δ(x)f(x)=f(0), or are they both the same?

Edit: So I make this really long post about how that integral isn't really an integral, and then I convince myself that it is an integral. (Well a certain type of integral.)

Anyway to answer the question, sort of. ##\delta(x)f(x)## can be interpreted as evaluating Dirac on f. Remember linear algebra and how a linear operator L acts on vector v? You wrote it as Lv, right? Same idea, because functional are linear transforms/operators (just with co-domain R). But personally I wouldn't do it because it's more likely to mean "multiply delta by f" with multiplication in the space of distributions.
 
Last edited:
Hi pwsnafu,
pwsnafu said:
Anyway to answer the question, sort of. δ(x)f(x)/itex] can be interpreted as evaluating Dirac on f. Remember linear algebra and how a linear operator L acts on vector v? You wrote it as Lv, right? Same idea, because functional are linear transforms/operators (just with co-domain R).
<br /> <br /> I see what you mean about linear operators, but I have never used or seen the Dirac delta in that way. This is the first time I&#039;ve heard about functionals, so I will probably will have to learn about them properly first before I fully understand how the Dirac delta is a functional.<br /> <br /> <blockquote data-attributes="" data-quote="pwsnafu" data-source="post: 4563449" class="bbCodeBlock bbCodeBlock--expandable bbCodeBlock--quote js-expandWatch"> <div class="bbCodeBlock-title"> pwsnafu said: </div> <div class="bbCodeBlock-content"> <div class="bbCodeBlock-expandContent js-expandContent "> But personally I wouldn&#039;t do it because it&#039;s more likely to mean &quot;multiply delta by f&quot; with multiplication in the space of distributions. </div> </div> </blockquote><br /> The way I thought of the integral \int_{-∞}^{∞}δ(x-k)f(x)dx=f(k) (modified it with a real constant k) before this thread was that the Dirac delta is defined as derivative of the unit step Heaviside function:<br /> <br /> \delta (x) = \begin{cases}&lt;br /&gt; +\infty &amp;amp; \text{ if } x= 0\\ &lt;br /&gt; 0 &amp;amp; \text{ if } x\neq 0&lt;br /&gt; \end{cases}<br /> <br /> then the multiplication of δ(x-k)f(x) is zero everywhere except at k where it is δ(0)f(k).<br /> <br /> \int_{-∞}^{∞}δ(x-k)f(x)dx then (perhaps informally) becomes f(k)\int_{-∞}^{∞}δ(x-k)dx=f(k)
 
Uan said:
Hi pwsnafu,I see what you mean about linear operators, but I have never used or seen the Dirac delta in that way. This is the first time I've heard about functionals, so I will probably will have to learn about them properly first before I fully understand how the Dirac delta is a functional.

If you can get a copy of Theories of Generalised Functions: Distributions, Ultradistributions and Other Generalised Functions by Hoskins and Pinto, read it. It is by far the easiest textbook on the topic to read.

The way I thought of the integral \int_{-∞}^{∞}δ(x-k)f(x)dx=f(k) (modified it with a real constant k) before this thread was that the Dirac delta is defined as derivative of the unit step Heaviside function:

\delta (x) = \begin{cases}<br /> +\infty &amp; \text{ if } x= 0\\ <br /> 0 &amp; \text{ if } x\neq 0<br /> \end{cases}

You can't differentiate a function if it not continuous there. Is Heaviside continuous at x=0?

then the multiplication of δ(x-k)f(x) is zero everywhere except at k where it is δ(0)f(k).

So what's ##\delta(0)##? And you don't get away with "infinity" because that just means everything becomes infinity, including ##\delta(0)f(k)##.

Worse, ##\delta(x-k)\,f(x)## is defined, but as a multiplication between a generalized function and a smooth function. The result is a generalized function in its own right, and as Halls has told you, it doesn't have point values.

\int_{-∞}^{∞}δ(x-k)f(x)dx then (perhaps informally) becomes f(k)\int_{-∞}^{∞}δ(x-k)dx=f(k)

Remember, integrating over a point always results in zero: ##\int_0^0 anything(x) \, dx = 0##. But you have
##\int_{-\infty}^\infty \delta(x-k) \, dx = \int_{-\infty}^k \delta(x-k)\, dx + \int_{k}^k \delta(x-k)\, dx + \int^{\infty}_k \delta(x-k)\, dx##
and every term on the right hand side is equal to zero.

The problem is you were taught a heuristic, which is fine as an introduction. But you haven't been corrected since then. That's the problem.
 
Last edited:
Back
Top