Proving the Delta Function Property: \delta(ax) = {\delta(x) \over {|a|}}

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
Pacopag
Messages
193
Reaction score
4

Homework Statement


I would like to prove that [tex]\delta(ax)={\delta(x) \over {|a|}}[/tex].
My problem is that I don't know how the absolute value brackets arise.

Homework Equations


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

The Attempt at a Solution


I start from [tex]\int_{-\infty}^{\infty} \delta (ax) dx[/tex], and make the substitution [tex]u=ax[/tex], so that [tex]du=adx[/tex]. Then I arrive at the answer, but without the absolute value brackets.
I think that it is true that [tex]\delta(ax)=\delta(-ax)=\delta(|a|x)[/tex]. I realize that if a<0, then we would reverse the direction of integration upon the substitution for u, so we would get the negative of the expected result. So do we just manually insert the absolute value brackets to make sure we get the correct sign, or is there a way to get the absolute value brackets to come out in the math?
 
Physics news on Phys.org
Pacopag said:
I think that it is true that [tex]\delta(ax)=\delta(-ax)=\delta(|a|x)[/tex]... or is there a way to get the absolute value brackets to come out in the math?

That's not math? :bugeye:. If you aren't convinced yourself, you can apply the definition of the delta function to see that this is indeed true.
 
Everything you said is correct and the absolute value comes out if you consider the two cases a>=0 and a < 0. If a < 0 then, as you said, you get that [tex]\int_{-\infty}^{\infty} \delta (ax) dx = \int_{\infty}^{-\infty} \frac{\delta (u)}{a} du = -\int_{-\infty}^{\infty} \frac{\delta (u)}{a} = \int_{-\infty}^{\infty} \frac{\delta (u)}{|a|}[/tex] since -a = |a|.
 
Great! Thank you both.