Inverse Laplace Transform(s/((s^2)+1)^2

  • Thread starter Thread starter fysiikka111
  • Start date Start date
  • Tags Tags
    Inverse Laplace
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
21 replies · 38K views
fysiikka111
Messages
41
Reaction score
0

Homework Statement


Find inverse Laplace transform of:
s/((s^2)+1)^2

Homework Equations





The Attempt at a Solution


The answer is:
(t/2)sin t
First shifting theorem or partial fractions don't work, I think. From a Laplace transforms table, sin at = a/((s^2)+(a^2)), which is almost the form that the problem is in.
Thanks
 
Physics news on Phys.org
Thanks for replying.
d/ds of sin transform = -2sa/(s^2+a^2)^2
This would give an inverse of the problem of:
(d/ds)-sin(t)/2
I'm not sure I did that right.
 
Not quite, we have:
[tex] \frac{1}{s^{2}+a^{2}}=\int_{0}^{\infty}e^{-st}\sin atdt[/tex]
Differentiate this w.r.t and tell me what you get?
 
I'm getting:
1/(a-s)
with integration-by-parts twice.
 
Oh, right, sorry.
(d/ds)1/(s^2+a^2)=-2s/(s^2+a^2)^2
 
RHS:
integral from 0 to infinity(-s(e^-st)sin atdt
 
If a=-1:
-2s/(s^2+a^2)^2 = -s/(-s-1)
 
Sorry:
-2s/(s^2+1)^2=-s/(-s-1)
 
I know then that:
L{tsin(at)/2}=s/(s^2+a^2)?
I'm not sure.
 
No, I'm sorry, I'm just not seeing it. Thanks for all your help, though.
 
Think of it like this, you know that:
[tex] \frac{1}{1-x}=1+x+x^{2}+x^{3}+x^{4}+\cdots[/tex]
Now differentiate both sides to show that:
[tex] \frac{1}{(1-x)^{2}}=1+2x+3x^{2}+4x^{3}+\cdots[/tex]
and now you know the power series for [tex](1-x)^{2}[/tex] is just by differentiating the series.
 
So I know that differentiating both sides of the sin(at) LT will give me the square that I need in the denominator, but then I'm stuck with the d/ds on the sin side. I'm not sure what to do after this.
Thanks
 
when you differentiate the integral you take in differentiation under the integral sign:
[tex] \frac{d}{ds}\int_{0}^{\infty}e^{-st}\sin tdt=\int_{0}^{\infty}\frac{d}{ds}\left( e^{-st}\sin t\right) dt[/tex]
Differentiating the integrand:
[tex] \frac{d}{ds}e^{-st}\sin t=-te^{-st}\sin t[/tex]
As now we regard s as variable and t is fixed. So the above can be written as:
[tex] (-t\sin t)e^{-st}[/tex]
and so you're taking the Laplace transform of something different now. That something is the answer to your question. Is this making sense now?
 
I think I got it now.
After differentiating both sides and dividing by -2:
s/(s^2+a^2)^2=L{tsin at/2}
Hence,
L-1{s/(s^2+1)^2}=tsint/2
However, how do we know that "a" isn't -1, since (-1)^2=1.