Find L^{-1}{(s+1) / (s^2 + 2s + 5)}. Complete the square in the denominator, apply the shifting theorem in reverse, and present the time-domain result.
Explanation
The inverse Laplace transform
The inverse Laplace transform reverses the forward transform:
L−1{F(s)}(t)=f(t)⟺L{f(t)}(s)=F(s).
In practice, we rarely use the formal inversion integral (the Bromwich contour in the complex plane). Instead, we use a mix of:
A small table of known pairs (f,F).
Linearity to decompose F(s) into simpler pieces.
Partial fractions to break rational F into sums of table entries.
Completing the square to expose s-shifts in the denominator.
Shifting theorems to recognise eatf(t) patterns.
This problem exercises completing the square and the first shifting theorem in reverse.
The given transform
F(s)=s2+2s+5s+1
Denominator has no real roots (discriminant =4−20=−16<0), so the natural form is sine/cosine times an exponential — exactly what completing the square reveals.
Step-by-step inversion
Step 1 — Complete the square in the denominator.
s2+2s+5=(s2+2s+1)+4=(s+1)2+4.
So
F(s)=(s+1)2+4s+1=(s+1)2+22s+1.
Step 2 — Recognise the shifted-cosine pattern.
Recall the table entry
L{cos(bt)}=s2+b2s.
With b=2:
L{cos(2t)}=s2+4s.
Step 3 — Apply the first shifting theorem in reverse.
First shifting theorem: L{eatf(t)}=F(s−a), where F=L{f}. Equivalently,
L−1{F(s−a)}=eatf(t).
In our case, the structure (s+1)2+4s+1 is exactly the cosine transform s2+4s with s→s+1 — i.e. s→s−(−1), so a=−1:
L−1{(s+1)2+4s+1}=e−tcos(2t)
Verification
Take the forward Laplace of f(t)=e−tcos(2t) to check we hit F(s) back:
L{e−tcos(2t)}=F(s)s→s+1 where F(s)=L{cos(2t)}=s2+4s=(s+1)2+4s+1=s2+2s+5s+1.✓
Why completing the square
When the denominator of F(s) is an irreducible quadratic s2+Bs+C (i.e. complex-conjugate poles), completing the square is the cleanest way to spot the shifted sine/cosine form hiding inside. The general recipe:
s2+Bs+CNumerator⟹(s+B/2)2+(C−B2/4)Numerator
and rewrite the numerator in terms of (s+B/2) and the constant 1 (or equivalently C−B2/4):
(s+B/2)2+ω2A(s+B/2)+D
where ω=C−B2/4. Now each piece matches the shifted cosine or sine directly:
(s+B/2)2+ω2A(s+B/2)⟷Ae−Bt/2cos(ωt)
(s+B/2)2+ω2D⟷ωDe−Bt/2sin(ωt)
When partial fractions take over
If the denominator does factor over the reals, use partial fractions. Example:
s2−41=(s−2)(s+2)1=s−21/4−s+21/4L−1{s2−41}=41e2t−41e−2t=21sinh(2t).
The decomposition mirrors the pole structure: each real pole contributes an ert.
Heaviside cover-up for fast coefficients
For simple poles, the partial-fraction coefficient at pole s=r is
Ar=lims→r(s−r)F(s).
This lets you read coefficients off by "covering up" the relevant factor — no need for simultaneous linear equations.
Quick inverse-Laplace reference (complementary direction of #189)
s−a1→eat
s2+b21→b1sin(bt)
s2+b2s→cos(bt)
(s−a)2+b21→b1eatsin(bt)
(s−a)2+b2s−a→eatcos(bt)(this problem)
(s−a)n+1n!→tneat
Common mistakes
Reading the shift direction wrong.F(s−a)↔eatf(t) — a positivea in (s−a) corresponds to growing eat; a negative a (as here, giving (s+1)) corresponds to decaying e−t.
Missing the 1/b when inverting s2+b21. The inverse is bsin(bt), not sin(bt).
Forgetting to split the numerator. If the numerator isn't already lined up with the shifted-square form, algebraically split it: s+3=(s+1)+2 gives one cosine piece and one sine piece.
Partial-fractioning irreducible quadratics. Don't try to factor s2+2s+5 over the reals; complete the square instead.
Try it in the visualization
Place a pole pair on the s-plane and read the time-domain waveform off the pole location: real part → decay rate, imaginary part → oscillation frequency. Move the pole pair horizontally (change damping) or vertically (change frequency) and watch the time-domain curve update continuously.
Interactive Visualization
Parameters
-1.00
2.00
1.00
0.00
8.00
2.50
Your turn
Got your own math or physics problem?
Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.