How do you integrate dirac delta functions?

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
KeithKp
Messages
4
Reaction score
0

Homework Statement


∫δ(x3 - 4x2- 7x +10)dx. Between ±∞.

Homework Equations

The Attempt at a Solution


Well I don't really know how to attempt this. In the case where inside the delta function there is simply 2x, or 5x, I know the answer would be 1/2 or 1/5. Or for say δ(x^2-5), the answer would be 1/√5.
But I'm unsure how to go about this one. Wolfram Alpha states the answer is 1/6. Tried to factor the polynomial which results in (x-1)(x+2)(x-5). But that doesn't seem to help either.

Any guidance would be great thanks!
 
Physics news on Phys.org
Are you saying that I should only consider the (x-5) and (x-1) roots? Would that then result in the answer being 1/6? Why would I not consider the negative root? :S
I know this relation exists:

∫dx⋅f(x)⋅δ(ax+b) = 1/|a|⋅f(-a-1b). (sorry for the formatting) (limits ±∞ again)

Which I understand makes sense for say δ(2x). Not quite sure how √5 is a in δ(x^2-5). But I get the system. Then I'm really confused for the 3 order polynomial above.

https://www.physicsforums.com/file:///page36image21544 https://www.physicsforums.com/file:///page36image21704
 
Last edited by a moderator:
KeithKp said:
Are you saying that I should only consider the (x-5) and (x-1) roots? Would that then result in the answer being 1/6? Why would I not consider the negative root? :S
I know this relation exists:

∫dx⋅f(x)⋅δ(ax+b) = 1/|a|⋅f(-a-1b). (sorry for the formatting) (limits ±∞ again)

Which I understand makes sense for say δ(2x). Not quite sure how √5 is a in δ(x^2-5). But I get the system. Then I'm really confused for the 3 order polynomial above.

I can see i take the positive root for x^2-5, is that the same thinking for taking (x-5) and (x-1) above? But why is that?https://www.physicsforums.com/file:///page36image21544 https://www.physicsforums.com/file:///page36image21704

[tex]\delta(x^2-5) = \delta((x-\sqrt{5})(x + \sqrt{5})) = \delta(2 \sqrt{5} (x - \sqrt{5}) + \delta(-2 \sqrt{5}(x + \sqrt{5}))[/tex]
 
Last edited by a moderator:
Ray Vickson said:
[tex]\delta(x^2-5) = \delta((x-\sqrt{5})(x + \sqrt{5})) = \delta(2 \sqrt{5} (x - \sqrt{5}) + \delta(-2 \sqrt{5}(x + \sqrt{5}))[/tex]
...Thank you, I'm an idiot.