Find the inverse Laplace transform

paczan85
Messages
5
Reaction score
0
Find the inverse Laplace transform



$F(s)=\frac{4}{s^4+4}$



I tried factoring out the solution, but run into the problem with the imaginary numbers and am still stuck with the s^2+2j, which I have to factor out once more, and that's where the problem gets even messier. What do I do?
 
Physics news on Phys.org
Factor the denominator first and split into partial fractions...
 
I split the denominator into

(s^2+2j)(s^2-2j)

How can I split the above into partial fractions since I have the imaginary numbers in both.

Also, how do I use the Latex in writing these equations, I am trying to use my regular Latex syntax but for some reason it has no effect here.

Thanks
 
paczan85 said:
I split the denominator into

(s^2+2j)(s^2-2j)

How can I split the above into partial fractions since I have the imaginary numbers in both.

You should be able to factor it without using complex numbers. That is, you should be able to find a,b,c and d such that

s^4+4=(s^2+as+b)(s^2+cs+d)

Also, how do I use the Latex in writing these equations, I am trying to use my regular Latex syntax but for some reason it has no effect here.

Enclose them in ... [/ itex] brackets (without the spaces). So instead of writing $s^2$, you write s^2 [/ itex].<br /> The equivalent of $$ ... $$ is ... [/ tex]
 
If I break it out to be

(s^2+2)^2-4s^2[\itex]<br /> <br /> which is just the e^{-at}sin(bt) [\itex] unfortunately I have the s^2 [\itex] terms I need to get rid of. I think I can work it out if I break it down into complex numbers from here but not sure if this is the right move.
 
And looks like my Latex syntax is still not working
 
paczan85 said:
If I break it out to be

(s^2+2)^2-4s^2[\itex]<br /> <br /> which is just the e^{-at}sin(bt) [\itex] unfortunately I have the s^2 [\itex] terms I need to get rid of. I think I can work it out if I break it down into complex numbers from here but not sure if this is the right move.
&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; Have you tried factoring it the way I suggested??&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt; Also, you have the wrong / in your tex brackets.
 
I didn't see it right away but here is what I have

s^4+4=(s^2+2s+2)(s^2-2s+2)=((s+1)^2+1)((s-1)^2+1)

this will also change the numerator so what I ended up getting overall is

\frac{(s+1)-\frac{1}{2}s}{(s+1)^2+1}-\frac{(s-1)-\frac{1}{2}s}{(s+1)^2+1}

Now just trying to figure out the right functions to transform this back into the t domain, any suggestions?
 
That's good, so working it out a bit further. We get that we need to take the inverse Laplace transform of

\frac{1}{2}\frac{s}{(s+1)^2+1}

\frac{1}{(s+1)^2+1}

-\frac{1}{2}\frac{s}{(s-1)^2+1}

\frac{1}{(s-1)^2+1}

This shouldn't be too hard. It should be of the form e^{-at}\sin(\omega t)u(t) or e^{-at}\cos(\omega t)u(t)
 
Back
Top