Double Integral with Dirac Delta Function and Changing Limits

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
32 replies · 5K views
Messages
1,816
Reaction score
33
TL;DR
Double integral as a result of some work I'm doing
I have an integral:
[tex] \int_{-1}^{0}\int_{-1}^{q}\delta(s+a)\sinh[k(q-s)]dsdq[/tex]
where [itex]0<a<1[/itex] and [itex]\delta (s-a)[/itex] is a dirac delta function. Anyone know what to do?
 
Last edited:
  • Like
Likes   Reactions: HallsofIvy
Physics news on Phys.org
Vanadium 50 said:
What does the delta function do when you integrate over s?
You don't know a priori if [itex]a\in(-1,q][/itex], that's the crux of the problem.
 
  • Like
Likes   Reactions: Delta2
hunt_mat said:
You don't know a priori if [itex]a\in(-1,q]\[/itex], that's the crux of the problem.
Split the integral. Then you do know.

##a \in [-1, q]## when ##q > a##.
 
  • Like
  • Skeptical
Likes   Reactions: Vanadium 50 and hunt_mat
PeroK said:
Okay, there's a ##q## in the integration bounds. I didn't see that.

Try looking at the cases ##q < a## and ##q > a##.
How's that going to help when you have another integral to do. I was thinking that at one point [itex]a[/itex] would be in the integration range, so you can simply write:
[tex] \int_{-1}^{0}\int_{-1}^{q}\delta (s+a)\sinh[k(q-s)]dsdq=\int_{-1}^{0}\sinh[k(q+a)]=\frac{1}{k}(\cosh(ka)-\cosh[k(a-1)]) [/tex]
This seems like a sloppy way of arguing however.
 
hunt_mat said:
How's that going to help when you have another integral to do. I was thinking that at one point [itex]a[/itex] would be in the integration range, so you can simply write:
[tex] \int_{-1}^{0}\int_{-1}^{q}\delta (s+a)\sinh[k(q-s)]dsdq=\int_{-1}^{0}\sinh[k(q+a)]=\frac{1}{k}(\cosh(ka)-\cosh[k(a-1)]) [/tex]
This seems like a sloppy way of arguing however.
That doesn't look right. You can split the outer integral in ##dq##.
 
PeroK said:
Ps you've got ##\delta(s + a)## in your integral. I assume it should be ##\delta(s -a)##.
You assume wrong. If you look at the interval and the range [itex]a[/itex] can take, then you'll see where you mistake is.
 
PeroK said:
That doesn't look right. You can split the outer integral in ##dq##.
How is that going to help? [itex]a\in (-1,0)[/itex] and so it's going to be in there no matter what.
 
hunt_mat said:
Summary: Double integral as a result of some work I'm doing

I have an integral:
[tex] \int_{-1}^{0}\int_{-1}^{q}\delta(s+a)\sinh[k(q-s)]dsdq[/tex]
where [itex]-1<a<0[/itex] and [itex]\delta (s-a)[/itex] is a dirac delta function. Anyone know what to do?
Note that you have both ##s +a## and ##s-a## in this post.
 
PeroK said:
Did you come for help or simply to reject any help you are offered?
No. I'm just questioning your answers. It's an involved integral. I don't have access to a symbolic algebra program. I gave the best thought I had, you rejected that without much justification. I'm open to suggestions, but I do have questions.
 
hunt_mat said:
No. I'm just questioning your answers. It's an involved integral. I don't have access to a symbolic algebra program. I gave the best thought I had, you rejected that without much justification. I'm open to suggestions, but I do have questions.
##\int_{-1}^0 dq = \int_{-1}^a dq + \int_a^0 dq##

The first integral vanishes as ##s## is in the range ##[-1, q]## which does not include ##a##.

For the second integral tge range of ##s## always includes ##a##.
 
  • Like
Likes   Reactions: Vanadium 50
PeroK said:
##\int_{-1}^0 dq = \int_{-1}^a dq + \int_a^0 dq##

The first integral vanishes as ##s## is in the range ##[-1, q]## which does not include ##a##.

For the second integral tge range of ##s## always includes ##a##.
I don't understand why this is relevant.
 
hunt_mat said:
I see where you're confused. Having thought about it [itex]a\in(0,1)[/itex] which is confusing things.
You see where I'm confused! That's a bit rich!

It's your post. If ##a## should be positive and you stated it was negative that's your confusion. Not mine.
 
  • Like
Likes   Reactions: DEvens and Vanadium 50
If you split up the inner integral as:
[tex] \int_{-1}^{q}=\int_{-1}^{a-\varepsilon}+\int_{a-\varepsilon}^{a+\varepsilon}+\int_{a+\varepsilon}^{q}[/tex]
Then you're going to get the function I posted. Splitting up the outer integral isn't going to do much in my opinion.
 
PeroK said:
I figured as much. DIY
I did, or what I thought looked sensible. My solution doesn't look right to you, and yours doesn't look right to me.
 
This has been painful to watch. PeroK has been giving excellent advice.

  • First, split the integral into two pieces, one where the delta function is zero everywhere and one where it is not.
  • Do the inner integral. The first part (above) is zero and the second part (above) sets s = -a. The only q left should be inside the sinh.
  • Set a new variable r = q + a. Set you limits in terms of r.
  • Do the outer (and only remaining) integral. I believe you will have only one a left.
 
  • Skeptical
  • Like
Likes   Reactions: hunt_mat and PeroK