Inverse Laplace Transform
Returning from s-Domain to Time Domain
- Master partial fraction decomposition for 3 cases: distinct real roots, repeated real roots, and complex conjugate pairs
- Use Heaviside's method for quickly finding coefficients
- Apply the inverse transform table to recover time-domain solutions
- Connect pole locations to time-domain behavior
After solving in the s-domain, we need to return to the time domain. The key technique is partial fraction decomposition — breaking a complex rational function into simple pieces we can look up in our transform table. This converts the difficult inverse problem into a sum of elementary pieces.
"The important thing in science is not so much to obtain new facts as to discover new ways of thinking about them."
— William Lawrence Bragg (1890–1971)
Theory
The Inverse Transform
Partial Fractions — The Three Cases
Case 1: Distinct Real Roots (Non-repeated Linear Factors)
Case 2: Repeated Real Roots
Case 3: Complex/Irreducible Quadratic Factors
Heaviside's Cover-up Method (for Case 1)
Step-by-Step Method
- Factor the denominator \(Q(s)\) completely into linear and/or irreducible quadratic factors
- Identify the case: distinct real roots, repeated roots, or complex conjugate pairs
- Set up the partial fraction form according to your case
- Find coefficients (Heaviside's method for Case 1, algebra for Cases 2–3)
- Look up each term in the inverse Laplace transform table
- Combine results: \(f(t) =\) sum of all inverse terms
Worked Examples
Find: \(\mathcal{L}^{-1}\left\{\frac{5}{s-3}\right\}\)
This is a direct match in the transform table. We have \(\mathcal{L}\{e^{at}\} = \frac{1}{s-a}\), so:
Find: \(\mathcal{L}^{-1}\left\{\frac{2s+1}{s^2+4s+13}\right\}\)
Complete the square: \(s^2 + 4s + 13 = (s+2)^2 + 9\)
Rewrite the numerator to separate it into forms we recognize:
Using the tables with \(a = -2\) and \(\omega = 3\):
Find: \(\mathcal{L}^{-1}\left\{\frac{3s+5}{(s+1)(s+2)}\right\}\)
Set up partial fractions (Case 1):
Using Heaviside's method:
Therefore:
Find: \(\mathcal{L}^{-1}\left\{\frac{s^2+9s+2}{(s-1)(s+2)(s-3)}\right\}\)
Set up partial fractions:
Using Heaviside at each root:
Therefore:
Find: \(\mathcal{L}^{-1}\left\{\frac{2s-1}{(s+1)^3}\right\}\)
Set up partial fractions (Case 2):
Rewrite the numerator as: \(2s - 1 = 2(s+1) - 3\)
This gives:
Using inverse table entries \(\mathcal{L}^{-1}\{\frac{1}{(s-a)^n}\} = \frac{t^{n-1}}{(n-1)!}e^{at}\):
Find: \(\mathcal{L}^{-1}\left\{\frac{1}{s^2(s+2)}\right\}\)
Set up partial fractions (mixed: repeated \(s^2\) and simple):
Multiply through by \(s^2(s+2)\):
Setting \(s = 0\): \(1 = 2B \Rightarrow B = \frac{1}{2}\)
Setting \(s = -2\): \(1 = 4C \Rightarrow C = \frac{1}{4}\)
Setting \(s = 1\): \(1 = 3A + 3B + C \Rightarrow 1 = 3A + \frac{3}{2} + \frac{1}{4} \Rightarrow A = -\frac{1}{4}\)
Therefore:
Find: \(\mathcal{L}^{-1}\left\{\frac{3s+7}{s^2+2s+5}\right\}\)
Complete the square: \(s^2 + 2s + 5 = (s+1)^2 + 4\)
With \(a = -1\) and \(\omega = 2\):
Find: \(\mathcal{L}^{-1}\left\{\frac{s}{(s+1)(s^2+4)}\right\}\)
Set up partial fractions with both real and complex terms:
Multiply through by \((s+1)(s^2+4)\):
Setting \(s = -1\): \(-1 = A(5) \Rightarrow A = -\frac{1}{5}\)
Expanding: \(s = As^2 + 4A + Bs^2 + Bs + Cs + C\)
Comparing coefficients:
- \(s^2\): \(0 = A + B \Rightarrow B = \frac{1}{5}\)
- \(s^0\): \(0 = 4A + C \Rightarrow C = \frac{4}{5}\)
Therefore:
📝 Exam-Style Practice Problems
These problems are similar in style and difficulty to past exam questions. Click each problem to reveal the step-by-step solution.
Solution
Step 1: Complete the square in the denominator:
Step 2: Rewrite the fraction:
Step 3: Separate the numerator to match shift forms. Rewrite $2s+7 = 2(s+2) + 3$:
Step 4: Apply inverse transform with first shifting theorem:
Answer: $\boxed{2e^{-2t}\cos(3t) + e^{-2t}\sin(3t)}$
Solution
Step 1: Complete the square:
Step 2: Rewrite the numerator: $5s - 1 = 5(s-3) + 14$:
Step 3: Apply inverse transform:
Answer: $\boxed{5e^{3t}\cos(t) + 14e^{3t}\sin(t)}$
Solution
Step 1: Set up partial fractions:
Step 2: Multiply both sides by $(s+1)(s^2+4)$:
Step 3: Find coefficients:
- At $s = -1$: $2 = A(1+4) = 5A$, so $A = \dfrac{2}{5}$
- At $s = 0$: $3 = 4A + C = \dfrac{8}{5} + C$, so $C = \dfrac{7}{5}$
- At $s = 1$: $4 = 5A + 2(B+C) = 2 + 2B + \dfrac{14}{5} = \dfrac{24}{5} + 2B$, so $B = -\dfrac{2}{5}$
Step 4: Decompose:
Step 5: Apply inverse transforms:
Answer: $\boxed{\dfrac{2}{5}e^{-t} - \dfrac{2}{5}\cos(2t) + \dfrac{7}{10}\sin(2t)}$