Limiting Case of Dirac Function: delta(x) = lim_{a->0} (1/sqrt[pi*a])*e^(-x^2/a), |x|<a

Status
Not open for further replies.

mario99

Junior Member
Joined
Aug 19, 2020
Messages
249
Show that the following function define the Dirac δ-function as a limiting case.

[math]\delta(x) = \lim_{a\rightarrow 0} \frac{1}{\sqrt{\pi a}}e^{-x^2/a}, |x| < a[/math]
If I solve the limit, does it mean that I have shown what is required?
 
Show that the following function define the Dirac δ-function as a limiting case.

[math]\delta(x) = \lim_{a\rightarrow 0} \frac{1}{\sqrt{\pi a}}e^{-x^2/a}, |x| < a[/math]
If I solve the limit, does it mean that I have shown what is required?
Not sure what you mean by solving the limit in this case, but I would start with the definition of the Dirac delta function.
Also, I am not sure how the formula defines [imath]\delta(x)[/imath] for arbitrary [imath]x[/imath] since it stipulates [imath]|x|<a[/imath]. Is this a complete statement of the problem?
 
Show that the following function define the Dirac δ-function as a limiting case.

[math]\delta(x) = \lim_{a\rightarrow 0} \frac{1}{\sqrt{\pi a}}e^{-x^2/a}, |x| < a[/math]
If I solve the limit, does it mean that I have shown what is required?
The delta "function" is not really a function in the technical sense. If you could take this limit, you would get an infinite "spike" at x= 0 and 0 everywhere else. This does not give you anything you can work with.

What you need to do with this expression is to apply it:
[imath]\displaystyle \int _a^b f(x) \delta (x - a) \, dx = \begin{cases} f(x_0) & , \, a \leq x_0 \leq b \\ 0 &, \, \text{else} \end{cases}[/imath]
and other properties may be derived by using this limit.

-Dan
 
Last edited:
Thank you blamocur and topsquark for helping.

Not sure what you mean by solving the limit in this case, but I would start with the definition of the Dirac delta function.
Also, I am not sure how the formula defines [imath]\delta(x)[/imath] for arbitrary [imath]x[/imath] since it stipulates [imath]|x|<a[/imath]. Is this a complete statement of the problem?
This limit [math]\lim_{a\rightarrow 0} \frac{1}{\sqrt{\pi a}}e^{-x^2/a}[/math]
The definition of Dirac delta function is simple. It is has an impulse of magnitude 1 at the origin and 0 every where else.
As topsquark has said, this limit is infinite at x = 0 and zero everywhere else. This might means we have to take the limit of right and left of a which will restrict x to be bounded between them.




The delta "function" is not really a function in the technical sense. If you could take this limit, you would get an infinite "spike" at x= 0 and 0 everywhere else. This does not give you anything you can work with.

What you need to do with this expression is to apply it:
[imath]\displaystyle \int _a^b f(x) \delta (x - a) \, dx = \begin{cases} f(x_0) & , \, a \leq x_0 \leq b \\ 0 &, \, \text{else} \end{cases}[/imath]
and other properties may be derived by using this limit.

-Dan
Do you mean that I have to apply Dirac function in expression and then to apply the limit in the same expression to get the same result?
 
The delta "function" is not really a function in the technical sense. If you could take this limit, you would get an infinite "spike" at x= 0 and 0 everywhere else. This does not give you anything you can work with.

What you need to do with this expression is to apply it:
[imath]\displaystyle \int _a^b f(x) \delta (x - a) \, dx = \begin{cases} f(x_0) & , \, a \leq x_0 \leq b \\ 0 &, \, \text{else} \end{cases}[/imath]
and other properties may be derived by using this limit.

-Dan
I am pretty sure you meant [imath]\delta(x-x_0)[/imath] instead of [imath]\delta(x-a)[/imath] in the integrand. Also, there is already variable [imath]a[/imath] in the original post, and "recycling" it for the integration limits would be confusing.
 
The definition of Dirac delta function is simple. It is has an impulse of magnitude 1 at the origin and 0 every where else.
It might be simple but not particularly useful. What does "impulse of magnitude 1" mean when applied to a "function"? I.e., I like @topsquark 's definition much more than the "simple" one :)
 
Do you mean that I have to apply Dirac function in expression and then to apply the limit in the same expression to get the same result?
In order to apply known properties of the delta function, no. But if you are trying to prove those properties, or are in a new theoretical situation such as deriving the Heaviside function, then you would need to apply some limit form of the delta function to derive the result.

-Dan
 
Do you mean that I have to apply Dirac function in expression and then to apply the limit in the same expression to get the same result?
I am not familiar with the specifics of your course and the expectations of your teacher, but I would think that you might be expected to prove, for example, that
[math]\lim_{a\rightarrow \infty} \int_c^d f(x) \frac{1}{\sqrt{\pi a}}e^{-x^2/a} dx = f(0)[/math]for any [imath]c<0,d>0[/imath] and any [imath]f(x)[/imath] continuous at 0.
 
I am not familiar with the specifics of your course and the expectations of your teacher, but I would think that you might be expected to prove, for example, that
[math]\lim_{a\rightarrow \infty} \int_c^d f(x) \frac{1}{\sqrt{\pi a}}e^{-x^2/a} dx = f(0)[/math]for any [imath]c<0,d>0[/imath] and any [imath]f(x)[/imath] continuous at 0.
This will be hard a little bit.

What about the other way around. To prove this:

[math]\int _c^d f(x) \delta (x) \ dx = f(0)[/math]
Or this

[math]\int _c^d f(x) \delta (x - a) \ dx = f(a)[/math]
Or may be even this

[math]\int _c^d f(x - a) \delta (x) \ dx = f(a)[/math]


In order to apply known properties of the delta function, no. But if you are trying to prove those properties, or are in a new theoretical situation such as deriving the Heaviside function, then you would need to apply some limit form of the delta function to derive the result.

-Dan
Eventually, I would need to derive everything.

What do you think of what blamocur said? Will it be enough to show what is required?
 
This will be hard a little bit.

What about the other way around. To prove this:

[math]\int _c^d f(x) \delta (x) \ dx = f(0)[/math]
Or this

[math]\int _c^d f(x) \delta (x - a) \ dx = f(a)[/math]
Or may be even this

[math]\int _c^d f(x - a) \delta (x) \ dx = f(a)[/math]



Eventually, I would need to derive everything.

What do you think of what blamocur said? Will it be enough to show what is required?
I have no idea what you mean by "the other way around". You have the definition of the delta function. You have access to, I should imagine, the usual five or so ways to approximate it using limits. To prove the theorems we use one limiting form or another. How do you reverse that?

Blancmour is saying quantitatively what I am saying qualitatively. We are both saying the same thing. You may need to use one of the other forms to do the specific integrals, but that's how you do the actual calculation if you are working with the theory. If you are simply applying it, then you can say that
[imath]\displaystyle \int_0^5 \dfrac{sin^{5/4}(x) \, e^{cos(5x/2)}}{log(tan(4x+3))} \delta (x-2) \, dx = \dfrac{sin^{5/4}(2) \, e^{cos(5)}}{log(tan(11))} [/imath]

But you need to know how to do the basic groundwork in order to understand why this is so.

-Dan
 
What about the other way around.
To second @topsquark's post, I don't see the other way around in this problem. As a side note I'll point out that the whole statement of the problem, i.e., [imath]\delta(x) = \lim...[/imath] is somewhat misleading: while you can show that the limit is 0 for [imath]x\neq 0[/imath] you cannot really compute [imath]\delta(0)[/imath] there because saying [imath]\delta(0) = \infty[/imath] does not really define it. In particular, note the scaling by [imath]\frac{1}{\sqrt{\pi a}}[/imath] instead of a simpler [imath]\frac{1}{\sqrt{a}}[/imath] in your post of the problem. It is needed to satisfy the definition of [imath]\delta(x)[/imath] in post #3.
 
Thank you for both of you. I think that I am getting it now.

The definition of Dirac Delta function is:

[math]\delta (x) = \begin{cases} 0 , \, x \neq 0 \\ \infty, x = 0 \end{cases}[/math]
One of the properties of Direc Delta is:

[math]\displaystyle \int _{-\infty}^{\infty} f(x) \delta (x) \ dx = f(0)[/math]
If I can show

[math]\displaystyle \int _{-\infty}^{\infty} f(x) \left(\lim_{a\rightarrow 0} \frac{1}{\sqrt{\pi a}}e^{-x^2/a}\right) \ dx = f(0)[/math]
I can say

[math]\delta(x) = \lim_{a\rightarrow 0} \frac{1}{\sqrt{\pi a}}e^{-x^2/a}[/math]
I will let

[math]u = \frac{x}{\sqrt{a}}[/math]
[math]\displaystyle \int _{-\infty}^{\infty} \lim_{a\rightarrow 0} f(u\sqrt{a}) \left(\frac{1}{\sqrt{\pi}}e^{-u^2}\right) \ du [/math]
[math]\lim_{a\rightarrow 0} f(u\sqrt{a})\displaystyle \int _{-\infty}^{\infty} \left(\frac{1}{\sqrt{\pi}}e^{-u^2}\right) \ du [/math]
This is a famous integral in statistics

[math]\int _{-\infty}^{\infty} \left(\frac{1}{\sqrt{\pi}}e^{-u^2}\right) \ du = \sqrt{\pi}[/math]
The resulting is

[math]\lim_{a\rightarrow 0} f(u\sqrt{a})\displaystyle \frac{\sqrt{\pi}}{\sqrt{\pi}} [/math]
[math]\lim_{a\rightarrow 0} f(u\sqrt{a}) = f(0) [/math]
This was done for

[math]-\infty<x<\infty[/math]
Since

[math] \int _{-\infty}^{\infty} f(x) \delta (x) \ dx = \int _{-a}^{a} f(x) \delta (x) \ dx = f(0)[/math]
This implies

[math]\displaystyle \int _{-a}^{a} f(x) \left(\lim_{a\rightarrow 0} \frac{1}{\sqrt{\pi a}}e^{-x^2/a}\right) \ dx = f(0)[/math]
Which shows

[math]\delta(x) = \lim_{a\rightarrow 0} \frac{1}{\sqrt{\pi a}}e^{-x^2/a}, |x| < a[/math]
topsquark and blamocur, what do you think of what I have done?

Even if this proof lacks precision, at least now I have the idea.
 
No, I don't see this as a valid proof. While I have questions for half of your steps, I'll point out that moving [imath]f(u\sqrt{a})[/imath] from inside the intergral to the outside (after "I will let") is completely illegitimate. If you don't understand why then you really need to brush up on your prerequisites, integrals in particular.
 
No, I don't see this as a valid proof. While I have questions for half of your steps, I'll point out that moving [imath]f(u\sqrt{a})[/imath] from inside the intergral to the outside (after "I will let") is completely illegitimate. If you don't understand why then you really need to brush up on your prerequisites, integrals in particular.
While it is correct that moving f(ua^0.5) "alone" outside the integral violates the rules, but its limit is just a constant.

Tell me what steps do you have questions about?

Also one more thing that I could not edit in my post was the integral of statistics. It should have been written

[math]\int _{-\infty}^{\infty} e^{-u^2} \ du = \sqrt{\pi}[/math]
Or

[math]\int _{-\infty}^{\infty} \left(\frac{1}{\sqrt{\pi}}e^{-u^2}\right) \ du = 1[/math]
 
While it is correct that moving f(ua^0.5) "alone" outside the integral violates the rules, but its limit is just a constant.
"f(ua^0.5)" depends on 'u', so moving outside the integral is wrong, limits or no limits. BTW, I would not put the limit inside the integral to begin with, this why I wrote my version of the problem in post #8.
 
As topsquark has said, this limit is infinite at x = 0 and zero everywhere else.
This is not a definition of [imath]\delta(x)[/imath]. For example, how would you distinguish [imath]\delta(x)[/imath] and [imath]2\delta(x)[/imath] ? Would you consider them equal?
 
"f(ua^0.5)" depends on 'u', so moving outside the integral is wrong, limits or no limits. BTW, I would not put the limit inside the integral to begin with, this why I wrote my version of the problem in post #8.
I agree that I should have done what you suggested.



This is not a definition of [imath]\delta(x)[/imath]. For example, how would you distinguish [imath]\delta(x)[/imath] and [imath]2\delta(x)[/imath] ? Would you consider them equal?
What makes you think that it is not the definition?
 
What makes you think that it is not the definition?
What makes you think that it is?

The Dira delta "function" is defined using a non-standard Lebesgue integral of a continuous compactly supported function f(x), as a measure [imath]\delta (dx)[/imath] with the property
[imath]\displaystyle \int _a^b f(x) \, \delta (dx) = \begin{cases} f(0) & , \, a \leq 0 \leq b \\ 0 & , \, \text{else} \end{cases}[/imath]

which reduces to the expression I gave you above when we consider a Riemann integral over an interval on the real line.

Sometimes it is more loosely defined as a "function" with the property
[imath]\displaystyle \int _a^b f(x) \, \delta (x) \, dx = \begin{cases} f(0) & , \, a \leq 0 \leq b \\ 0 & , \, \text{else} \end{cases}[/imath]

for all smooth functions f(x), with the constraint
[imath]\displaystyle \int _{-\infty} ^{\infty} \delta (x) \, dx = 1[/imath]

though this is not strictly correct.

The statement
[imath]\delta (x) = \begin{cases} {\infty} & , x= 0 \\ 0 & , \, \text{else} \end{cases}[/imath]

is somewhat intuitive, but is not a valid definition of any function on the real numbers, and is not precise enough to define it properly anyway. There is too much wiggle room. As blamocur asks, how would you tell the difference between [imath]\delta (x)[/imath] and [imath]2 \delta (x)[/imath]?

Please check your source.

-Dan
 
Last edited:
It is defined like that in the book.

What are you trying to say?

[math]\displaystyle \int _{-\infty}^{\infty} f(x) \delta(x) \ dx = \displaystyle \int _{-\infty}^{\infty} f(x) \left(\lim_{a\rightarrow 0} \frac{1}{\sqrt{\pi a}}e^{-x^2/a}\right) \ dx[/math]
But

[math]\displaystyle \int _{-a}^{a} f(x) \delta(x) \ dx \neq \displaystyle \int _{-a}^{a} f(x) \left(\lim_{a\rightarrow 0} \frac{1}{\sqrt{\pi a}}e^{-x^2/a}\right) \ dx[/math]
Or

[math]\displaystyle \int _{-\infty}^{\infty} f(x) \delta(x) \ dx \neq \displaystyle \int _{-\infty}^{\infty} f(x) \left(\lim_{a\rightarrow 0} \frac{1}{\sqrt{\pi a}}e^{-x^2/a}\right) \ dx[/math]
[math]\displaystyle \int _{-a}^{a} f(x) \delta(x) \ dx \neq \displaystyle \int _{-a}^{a} f(x) \left(\lim_{a\rightarrow 0} \frac{1}{\sqrt{\pi a}}e^{-x^2/a}\right) \ dx[/math]
 
It is defined like that in the book.

What are you trying to say?

[math]\displaystyle \int _{-\infty}^{\infty} f(x) \delta(x) \ dx = \displaystyle \int _{-\infty}^{\infty} f(x) \left(\lim_{a\rightarrow 0} \frac{1}{\sqrt{\pi a}}e^{-x^2/a}\right) \ dx[/math]
But

[math]\displaystyle \int _{-a}^{a} f(x) \delta(x) \ dx \neq \displaystyle \int _{-a}^{a} f(x) \left(\lim_{a\rightarrow 0} \frac{1}{\sqrt{\pi a}}e^{-x^2/a}\right) \ dx[/math]
Or

[math]\displaystyle \int _{-\infty}^{\infty} f(x) \delta(x) \ dx \neq \displaystyle \int _{-\infty}^{\infty} f(x) \left(\lim_{a\rightarrow 0} \frac{1}{\sqrt{\pi a}}e^{-x^2/a}\right) \ dx[/math]
[math]\displaystyle \int _{-a}^{a} f(x) \delta(x) \ dx \neq \displaystyle \int _{-a}^{a} f(x) \left(\lim_{a\rightarrow 0} \frac{1}{\sqrt{\pi a}}e^{-x^2/a}\right) \ dx[/math]
It is defined like which definition in your book? I gave you two.

Since you seemed to be confused about the definition, I gave you the definition. Your post here is talking about applying a limiting form. The first line is correct, so long as the integral exists.

-Dan
 
Status
Not open for further replies.
Top