Solving Integral Using Laplace Transform

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
3 replies · 2K views
pierce15
Messages
313
Reaction score
2
I posted this in the homework section, but I haven't received any help, so hopefully putting it in this section won't be an issue. I'm trying to compute the integral

$$ \int_0^ \infty \frac{ \cos xt}{1 + t^2} \, dt $$

using the Laplace transform. The first thing that catches my eye is the 1 /(1 + t^2) factor, which is equal to the Laplace transform of sin x:

$$ = \int_0^\infty \cos xt \, L[ \sin x ] \, dt $$

Any ideas?
 
Physics news on Phys.org
Why do you want to use the Laplace transformation here? I'd rather use the Fourier transformation. It's simpler to put it first in the exponential form. Your Integral is
[tex]F(x)=\frac{1}{2}\int_0^{\infty} \frac{\exp(\mathrm{i} x t)+\exp(-\mathrm{i} x t)}{1+t^2}.[/tex]
Substituting [itex]t'=-t[/itex] in the second integral you get after some algebra
[tex]F(x)=\frac{1}{2} \int_{-\infty}^{\infty} \frac{\exp(\mathrm{i} x t)}{1+t^2}. \qquad (1)[/tex]
Now we use the fact that
[tex]\int_{-\infty}^{\infty} \frac{\mathrm{d} x}{2 \pi} \exp(-|x|) \exp(-\mathrm{i} t x)=\frac{1}{\pi (1+t^2)}.[/tex]
Thus (1) is (up to a factor [itex]\pi/2[/itex]) the inverse of this Fourier transform. This gives
[tex]F(x)=\frac{\pi \exp(-|x|)}{2}.[/tex]
 
Ok, thanks for that. Do you also see any way to do it with the Laplace transform?