Inverse Laplace transforms with quadratic factors

Exocet
Messages
5
Reaction score
0

Homework Statement



This is a practice problem for a test on Laplace transforms

Find L^-1[ (9s^3+17s^2+66s+45) / (s^2+9)(s+2)^2 ]

(L^-1 = inverse laplace transform)

Homework Equations



From Laplace transform tables:

L^-1[ 1 / s-α ] = e^αt

L^-1[ s / s^2+ω^2 ] = cos(ωt)

L^-1[ ω / (s-α)^2+ω^2 ] = (e^αt)sin(ωt)

L^-1[ s-α / (s-α)^2+ω^2 ] = (e^αt)cos(ωt)

The Attempt at a Solution



First I expanded the function using partial fractions and found that it is equivalent to:

6/(s+2) - 7/(s+2)^2 + 3s/(s^2+9)

From the first equation above, the first fraction can be inverted to give

6e^-2t

From the second equation, the third fraction can be inverted to give

3cos(3t)

Usually at this point I would invert the second fraction using the two remaining equations above. This involves completing the square for the denominator. However, in this case the denominator is already in completed square form and ω is equal to zero.
I might be missing something blindingly obvious but I haven't got a clue how to solve this problem and I have a test in a few days so any help would be greatly appreciated
 
Physics news on Phys.org
Can you invert ##-\frac 7 {s^2}##? Then use if ##\mathcal L^{-1}F(s) = f(t)## then ##\mathcal L^{-1}F(s+a) = e^{-at}f(t)##.
 
Aha! This definitely looks like it should work... but how do I go about inverting -7 / s^2 ?
 
Ah, obviously we use L-1[ n! / s^n+1 ] = t^n... so f(t) is -7t which mean F(s-a) = -7te^-2t.

Thanks for the tip in the right direction :)
 
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