Solving Integration Problem: I = \int_0^\infty e^{-ax} \sin{bx} dx

  • Thread starter Thread starter Logarythmic
  • Start date Start date
  • Tags Tags
    Integration
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 · 5K views
Logarythmic
Messages
277
Reaction score
0
Can someone give me a hint on how to solve

[tex]I = \int_0^\infty e^{-ax} \sin{bx} dx[/tex]

?
 
Physics news on Phys.org
Use integration by parts, and set the upper limit as t. Then let t--> infinity (i.e. improper integral)
 
Last edited:
But integration by parts will only give me a similar integral to solve...?
 
you have to use it multiple times, so that you can solve the integral
 
You can write the trig function as a complex exponential:

[tex] \sin(bx) = \frac{1}{2i}\left[e^{ibx}-e^{-ibx}\right]\,.[/tex]

Then you will have two similar integrals to solve, which are straight forward.
 
jprO: Of course. That will do it.

courtrigad: Partial integration multiple times will give me a loop between [tex]e^{-ax} \sin{bx}[/tex] and [tex]e^{-ax} \cos{bx}[/tex].
 
Yes, it does:
[tex]I = \int_0^\infty e^{-ax} \sin{bx} dx[/tex]
Let [itex]u= e^{-ax}[/itex], [itex]dv= sin(bx)dx[/itex]
Then [itex]du= -ae^{-ax}dx[/itex], [itex]v= -\frac{1}{b}cos(bx)[/itex]
so the integral becomes
[tex]I= -\frac{1}{b}e^{-ax}cos(bx)\left|_0^\inftjy- \frac{a}{b}\int_0^\inty}e^{-ax}cos(bx)dx[/tex]
Since e-ax goes to 0 as x goes to infinity, while cos(bx) is bounded, that is
[tex]I= \frac{1}{b}- \frac{a}{b}\int_0^\inty}e^{-ax}cos(bx)dx[/tex]
Now let [itex]u= e^{-ax}[/itex], [itex]dv= cos(bx)[/itex]. Again we have [itex]du= -a e^{-ax}dx[/itex], [itex]v= \frac{1}{b}sin(bx)[/tex]<br /> The integral is now:<br /> [tex]I= \frac{1}{b}- \frac{a^2}{b^2}\int_0^\infty e^{-ax}sin(bx)dx[/tex]<br /> But remember that [itex]I= \int_0^\infty e^{-ax}sin(bx)dx[/itex]<br /> so that equation says<br /> [itex]\int_0^\infty e^{-ax}sin(bx)dx= \frac{1}{b}- \frac{a^2}{b^2}\int_0^\infty e^{-ax}sin(bx)dx[/tex]<br /> so <br /> [tex]\left(1+frac{a^2}{b^2}\right)\int_0^\infty e^{-ax}sin(bx)dx= \frac{1}{b}[/tex]<br /> [tex]\int_0^\infty e^{-ax}sin(bx)dx= \frac{b}{a^2+b^2}[/tex]<br /> (Modulo any silly litte errors from working too fast!)[/itex][/itex]
 
I don't understand why you do the substitutions. Can't you just solve the integral by parts without doing the substitutions?
 
do you agree that integration by parts if of the form:

[tex]\int udv = uv-\int vdu[/tex]? You need substitutions to do integration by parts.
 
Last edited:
I see what you mean. I'm just not used to do it your way. Actually, I'm doing it your way. I just don't think about what I'm really doing. ;)