Proving a Dirac delta property

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
4 replies · 2K views
carlosbgois
Messages
66
Reaction score
0

Homework Statement


[/B]
Prove that [tex]\delta[a(x-x_1)]=\frac{1}{a}\delta(x-x_1)[/tex]

Homework Equations



In my attempt I have used [tex]\delta(ax)=\frac{1}{a}\delta(x)[/tex] but I'm not sure I'm allowed to use it in this proof.

The Attempt at a Solution



Some properties of Dirac delta function are proven using a test function. Thence I tried [tex]I=\int f(x)\delta[a(x-x_1)]=[/tex]

In the following I tried the substitution y = x - x1, getting [tex]I=\int f(y+x_1)\delta(ay)=\frac{1}{a}\int f(y+x_1)\delta(y)=\frac{1}{a}f(x_1)=\frac{1}{a}\int f(x)\delta(x-x_1)[/tex]

But I don't know if this proof is correct, as I have used a property similar to the one I'm trying to prove. Is it ok to do this?
 
Physics news on Phys.org
carlosbgois said:
Thence I tried [tex]I=\int f(x)\delta[a(x-x_1)]=[/tex]
Next, do another integration with ##\delta[a(x-x_1)]## replaced by ##\frac{1}{a}\delta(x-x_1)##, with the same ##f(x)##. Then compare the results with the first integration, taking into account that ##f(x)## is an arbitrary function.
 
carlosbgois said:

Homework Statement


[/B]
Prove that [tex]\delta[a(x-x_1)]=\frac{1}{a}\delta(x-x_1)[/tex]

Homework Equations



In my attempt I have used [tex]\delta(ax)=\frac{1}{a}\delta(x)[/tex] but I'm not sure I'm allowed to use it in this proof.
I don't think you're allowed to use that. Try the substitution ##u = a(x-x_1)##.
 
Hallsoflvy: I have used the definition by the integral [tex]\int f(x)\delta(x)=f(0)[/tex]
vela: with this substitution it worked.

Thank you all for the help