Efficient Laplace Transform Solution for Sin Square Root of T

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
2 replies · 3K views
mechprog
Messages
27
Reaction score
0
Laplace Transform of...

Few months back my friend called me to help him (and his whole class!) finding the Laplace Transform of [tex]\sin \sqrt{t}[/tex].
Since then I found myself wasting hours and days (even before non-mathematics exams!) trying to solve the problem. I also checked the provided answer by online mathematica (wolfram alpha) and found it to be correct.
One of the most apparent way is to use Euler's formula, it does not work, however. I don't even remember the different ways I tried.
When my friend asked his instructor (who gave him the problem), he was quick to suggest the use of series expansion, the method I personally dislike.
Is there no other better way?
 
Last edited:
Physics news on Phys.org


You don't need a series expansion. It can be done using contour integration. I won't just give you the answer, but here's a description of how to do it. You should follow along with your own work so you can learn how to do it. Then check against your Mathematica answer:

We want to integrate

[tex]\int_0^{\infty} \sin{\sqrt{t}} \; e^{-st} \; dt[/tex]

First do a substitution [itex]u = \sqrt{t}[/itex]. This will put an [tex]e^{-su^2}[/tex] inside your integral, but don't fret. There will also be some additional stuff in there; keep track of it.

Next, you'll find that the integrand in terms of u is an even function. So, instead of integrating over u from 0 to [itex]\infty[/itex], you can integrate from [itex]-\infty[/itex] to [itex]\infty[/itex] and then divide by 2. This is good, because we know how to integrate [tex]e^{-su^2}[/tex] from [itex]-\infty[/itex] to [itex]\infty[/itex].

Now, express [itex]\sin u[/itex] as [itex]\Im \{ e^{iu} \}[/itex]. You can pull the [itex]\Im[/itex] all the way outside your integral, since everything else in the integrand is a real function.

Now you can combine your exponentials into a single exponential of a quadratic polynomial in u. Complete the square in this polynomial, so you have

[tex]e^{-A(u - \lambda)^2 + B}[/itex]<br /> <br /> where A, B, and [itex]\lambda[/itex] are functions of s only.<br /> <br /> Now do a second substitution [itex]v = u - \lambda[/itex]. You should end up with a (finite) sum of terms of the form<br /> <br /> [tex]\Im \left\{ C_k(s) \int_{-\infty + i\alpha}^{\infty + i\alpha} v^k e^{-A(s) v^2} \; dv \right\}[/tex]<br /> <br /> where [itex]\alpha[/itex] is the imaginary part of [itex]\lambda[/itex]. This integral can be done by contour integration: we can simply shift the contour downward to the real axis, since the integrand has no poles. Effectively, we can set [itex]\alpha = 0[/itex]. Then we're left with a standard Gaussian integral, which you should look up if you don't know how to evaluate it.[/tex]
 
Last edited:


Thanks for solution! It worked elegantly!
One interesting thing about this is that the transform is [tex]e^{\frac{-1}{4s}}[/tex] times the transform of [tex]\sqrt{t}[/tex] .
Is there any link/hint to some general formula/theorem?