Calculate the inverse Laplace transform of F(s). Input the function and get f(t), ROC, and a step-by-step solution using partial fractions. An essential tool for engineering students. Informational only—consult a textbook.
Explore more tools on free calculators on CalculatorBolt.
Published: October 23, 2025 | Updated: October 23, 2025 | Reviewed by: Science/Math Editor
| F(s) | f(t) | ROC |
|---|---|---|
| 1/s | 1 | Re(s) > 0 |
| 1/s² | t | Re(s) > 0 |
| 1/(s+a) | e^(-at) | Re(s) > -a |
| 1/(s²+a²) | (1/a)sin(at) | Re(s) > 0 |
| s/(s²+a²) | cos(at) | Re(s) > 0 |
| 1/(s²-a²) | (1/a)sinh(at) | Re(s) > |a| |
| s/(s²-a²) | cosh(at) | Re(s) > |a| |
L⁻¹{F(s)} = f(t). We use partial fraction decomposition to break down F(s) into simpler terms, then use a lookup table of common inverse transforms to find f(t).
The process involves:
Syntax examples:
1/s - Simple pole at origin1/(s+2) - Exponential decay1/(s^2 + 4) - Sinusoidals/(s^2 + 1) - Cosine1/(s(s+1)) - Requires partial fractionsInput: F(s) = 1/(s² + 4)
Step 1: Recognize standard form 1/(s² + a²) where a² = 4, so a = 2
Step 2: Apply inverse transform: L⁻¹{1/(s² + a²)} = (1/a)sin(at)
Step 3: Substitute a = 2: f(t) = (1/2)sin(2t)
Result: f(t) = 0.5·sin(2t), ROC: Re(s) > 0
Informational educational tool based on standard mathematical methods. Complex transforms may require advanced techniques. Consult a textbook for detailed theory.