Property of the dirac delta function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 13K views
jk89
Messages
4
Reaction score
0
Hello team!

I saw the other day in a textbook that the Dirac delta function of the form d(x-a) can be written as d(a-x) but the method was not explained. I was wondering if anyone know where this comes from. I've been googling but can seem to find it out. Any help would be appreciated.

Cheers!
Jonathan
 
Physics news on Phys.org
The formal definition preceding the statement was:
f(a) = ∫f(x)d(x-a)dx the integral goes from inf to -inf
I was thinking maybe you make a change of variable.
 
Hi. So you would like to prove delta function is even function, I.e. delta x =delta -x.
 
Yes, i guess this is the crux of the problem.
 
Hi.

jk89 said:
The formal definition preceding the statement was:
f(a) = ∫f(x)d(x-a)dx the integral goes from inf to -inf

∫f(x)Δ(a-x)dx, x[-∞,+ ∞]
=∫f(-t)Δ(a+t)dt, t[-∞,+ ∞]
=f(a)

Subtracting each other,
for any f(x) ∫f(x){Δ(x-a)-Δ(a-x)}dx=0
so Δ(x-a)=Δ(a-x).

Regards.
 
I'm also interested in this proof.

if i start out with

[itex]f(a)=\int_{-\infty}^{\infty}f(x)\delta(a-x) dx [1][/itex]

and make the change of variable [itex]x\rightarrow -t[/itex]

[itex]\Rightarrow dx\rightarrow -dt[/itex]

then

[itex]f(a)=-\int_{-\infty}^{\infty}f(-t)\delta(a+t)dt [2][/itex]


i'm a bit confused how you then get one of them in the form δ(x-a)
 
You forgot another part of the definition; The dirac delta function is a function that is 0 everywhere except at zero and:
Δ(0) = infinity

With this in mind:
x-a = a-x when x = a
 
Last edited:
Avatrin said:
You forgot another part of the definition; The dirac delta function is a function that is 0 everywhere except at zero and:
Δ(0) = infinity

With this in mind:
x-a = a-x when x = a

More precisely, the dirac delta function has the property that

[tex]\int_b^c dx f(x)\delta(x-a) = \left\{\begin{array}{c} f(a),~a \in [b,c] \\ 0,~\mbox{otherwise} \end{array}\right.[/tex]

The delta function doesn't really have a well-defined meaning outside of an integral, so as far as we're concerned, if integrating f(x) against [itex]\delta(x-a)[/itex] or [itex]\delta(a-x)[/itex] gives you the same result, then [itex]\delta(x-a) = \delta(a-x)[/itex].
 
Hi.
knowlewj01 said:
[itex]f(a)=-\int_{-\infty}^{\infty}f(-t)\delta(a+t)dt [2][/itex]
[itex]f(a)=-\int_{\infty}^{-\infty}f(-t)\delta(a+t)dt [2][/itex]
isn't it? Regards.