So the inverse transform of \frac{3s+ 5}{s^2+ 9} is 3cos(3x)+ (5/3)sin(3x).

Mutaja
Messages
239
Reaction score
0

Homework Statement



Find the inverse Laplace transform of the expression:

F(S) = \frac{3s+5}{s^2 +9}


Homework Equations





The Attempt at a Solution



From general Laplace transforms, I see a pattern with laplace transforming sin(t) and cos(t) because:

L{sin(t)+cos(t)} = \frac{s+1}{s^2 +1}

All I'm missing here is a couple of constants(?).

I know that the laplace transform works like this:

L{Asin(Bt)+Ccos(Dt)} = \frac{Cs}{s^2 +D} + \frac{A*B}{s^2 +B^2}

Looking at my original problem, I can see that I need B to equal D, ##D^2## + ##B^2## = 9, C = 3 and A*B = 5.

If I set A = 5, B = 3, C = 9 and D = 3 I get ##3^2## + ##3^2## = 18, 5
3 = 15 (putting numbers into my equations above).

Therefore I need to divide the whole expression by 3 to get my correct answer:

L{\frac{1}{3}(5sin(3t)+9cos(3t))} = \frac{3s+5}{s^2 +9}

Is there a simpler way to do this? Or do I just have to use the trial and error method until I find the correct factors/constants?

Any input on this will be greatly appreciated. Thanks
 
Physics news on Phys.org
Mutaja said:

Homework Statement



Find the inverse Laplace transform of the expression:

F(S) = \frac{3s+5}{s^2 +9}


Homework Equations





The Attempt at a Solution



From general Laplace transforms, I see a pattern with laplace transforming sin(t) and cos(t) because:

L{sin(t)+cos(t)} = \frac{s+1}{s^2 +1}

All I'm missing here is a couple of constants(?).

I know that the laplace transform works like this:

L{Asin(Bt)+Ccos(Dt)} = \frac{Cs}{s^2 +D} + \frac{A*B}{s^2 +B^2}

Looking at my original problem, I can see that I need B to equal D, ##D^2## + ##B^2## = 9, C = 3 and A*B = 5.

If I set A = 5, B = 3,
What? One of the equations above said A*B= 5 which is NOT satisfied by A= 5, B= 3. You have only three equations for the four values A, B, C, and D. And there is no reason to assume that A, B, C, and D must be integers.

C = 9 and D = 3 I get ##3^2## + ##3^2## = 18, 5
3 = 15 (putting numbers into my equations above).

Therefore I need to divide the whole expression by 3 to get my correct answer:

L{\frac{1}{3}(5sin(3t)+9cos(3t))} = \frac{3s+5}{s^2 +9}

Is there a simpler way to do this? Or do I just have to use the trial and error method until I find the correct factors/constants?

Any input on this will be greatly appreciated. Thanks
Use the fact that the Laplace transform, and so its inverse, is linear.
\frac{3s+ 5}{s^2+ 9}= 3\frac{s}{s^2+ 9}+ 5\frac{1}{s^2+ 9}
and look up their inverse transforms separately.

The laplace transform of cos(\omega x) is \frac{s}{s^2+ \omega^2} so the inverse transform of 3\frac{s}{s^2+ 9} is 3 cos(3x)

The Laplace transform of sin(\omega x) is \frac{\omega}{s^2+ \omega^2} so the inverse transform of 5\frac{1}{s^2+ 9}= (5/3)\frac{3}{s^2+ 9} is (5/3)sin(3x).
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top