Inverse Laplace Transformation of s/(s^2+2s+5)

  • Thread starter Thread starter Umayer
  • Start date Start date
  • Tags Tags
    Inverse Laplace
AI Thread Summary
The discussion centers on finding the inverse Laplace transformation of the function s/(s^2 + 2s + 5). Participants suggest rewriting the function by factoring the denominator and separating the numerator into two fractions. The inverse Laplace transformation of the first term is identified as e^(-t)cos(2t), while the second term requires further clarification. The conversation highlights the use of partial fraction expansion and the application of Euler's formula to arrive at the final solution, f(t) = (1/2)e^(-t)(2cos(2t) - sin(t)). The participants also discuss the challenges of working with complex numbers and the methods taught in their coursework.
Umayer
Messages
12
Reaction score
0

Homework Statement



I have some problem finding the inverse laplace transformation of the function: \frac{s}{s^2+2s+5}

Homework Equations



http://math.fullerton.edu/mathews/c2003/laplacetransform/LaplaceTransformMod/Images/Table.12.2.jpg

The Attempt at a Solution



I tried to factorise the denominator: \frac{s}{(s+1)^2+2^2}
 
Last edited by a moderator:
Physics news on Phys.org
This is a good start. Now write the s in the numerator as (s+1)-1, and then separate the expression into two fractions.

Chet
 
  • Like
Likes 1 person
You mean like this?
\frac{s+1}{(s+1)^2+2^2} - \frac{1}{(s+1)^2+2^2}

The inverse laplace of the first term would be I think then: e^{-t}*cos(2t)

But I'm not so sure what to do then since I don't recognize the term in the table, would is be something like this?
- \frac{0s+1}{(s+1)^2+2^2}

So the second term doesn't have an inverse? Oh and thanks for responding!
 
Last edited:
Umayer said:
You mean like this?
\frac{s+1}{(s+1)^2+2^2} - \frac{1}{(s+1)^2+2^2}

The inverse laplace of the first term would be I think then: e^{-t}*cos(2t)
Looks good.
But I'm not so sure what to do then since I don't recognize the term in the table, would is be something like this?
- \frac{0s+1}{(s+1)^2+2^2}

So the second term doesn't have an inverse? Oh and thanks for responding!
Would you recognize it if it were written:
$$-\frac{1}{2} \frac{2}{(s + 1)^2 + 2^2}$$
?
 
  • Like
Likes 1 person
Yes now I see it, thanks!
 
Or, you could have factored the denominator s^2 + 2s + 5 = (s + a)(s + b), then done a partial fraction expansion into
F = s/(s^2 + 2s + 5) = A/(s+a) + B/(s+b).

We all know 1/(s+a) transforms to exp(-at).
 
The discriminant is a negative number so it cannot be factorised. At least to my knowledge.
 
Umayer said:
The discriminant is a negative number so it cannot be factorised. At least to my knowledge.

F(s) = s/(s2 + 2s + 5)

The factors for the denominator are a,b = 1 +/- j2.
So we get A/(s + 1 + j2) + B/(s + 1 - j2) → Aexp(-1 + j2)t + Bexp(-1 - j2)t

with A = (-1 + j2)/j4 and B = -(-1 - j2)/j4

and by using Euler's formula plus some algebra you can reduce this to the real answer
f(t) = (1/2)exp(-t){2cos(2t) - sin(t)}.

It's a bit messy but how did you work with 2/[(s+1)2 + 22] without looking it up?
 
  • Like
Likes 1 person
I did thought of doing that way but I felt that it would take more time doing that method plus my book and my teacher never showed doing that way. But thanks for showing that it's possible to work with imaginary numbers!
 

Similar threads

Back
Top