Math & Engineering

Inverse Laplace Calculator

Enter any F(s) function and get f(t) with a full step-by-step solution. Includes the complete Laplace transform table with 15+ pairs and a partial fraction decomposition guide.

Enter F(s)

Type your Laplace-domain function. Use s for the variable, ^ for exponents.

L⁻¹{
}

Common examples - click to try:

Input format guide:

1/(s+a) → exponential

w/(s^2+w^2) → sine

s/(s^2+w^2) → cosine

1/(s+a)^2 → t·e^(-at)

c/s^n → polynomial in t

L⁻¹{F(s)}

Enter a function F(s) to find its inverse Laplace transform f(t)

Instant Pattern Matching

Recognizes exponentials, sinusoids, polynomials, damped oscillations, and direct table matches.

Full Transform Table

15+ Laplace transform pairs organized by category. Click any row to use it in the calculator.

Step-by-Step Solutions

Every result includes the matching table pair, the reasoning, and each algebraic step shown clearly.

Most Common Inverse Laplace Pairs

F(s)f(t) = L⁻¹{F(s)}CategoryNotes
1/s1 (unit step)BasicValid for t ≥ 0
1/s²tBasicRamp function
n!/s^(n+1)tⁿBasicn = 1, 2, 3, ...
1/(s+a)e^(-at)ExponentialMost common pair
1/(s+a)²te^(-at)ExponentialRepeated pole
ω/(s²+ω²)sin(ωt)TrigPure sine
s/(s²+ω²)cos(ωt)TrigPure cosine
ω/((s+a)²+ω²)e^(-at)sin(ωt)DampedUnderdamped system
(s+a)/((s+a)²+ω²)e^(-at)cos(ωt)DampedDamped cosine
a/(s²-a²)sinh(at)HyperbolicUnstable system
s/(s²-a²)cosh(at)HyperbolicHyperbolic cosine

How Laplace Transforms Work

The Laplace transform is one of the most powerful tools in engineering mathematics. It converts differential equations - which are hard to solve directly - into simple algebraic equations that are easy to manipulate. Once you have the algebraic solution in the s-domain, you use the inverse Laplace transform to convert it back to a time-domain function.

In practice, almost no one computes the Bromwich integral directly. Instead, you use a table of known transform pairs and the properties of linearity, shifting, and scaling. Partial fraction decomposition breaks any rational F(s) into simple fractions that match table entries. This calculator handles the pattern matching and shows you each step of the lookup process.

When You Need It

Solving linear ODEs with constant coefficients
Analyzing electrical circuit transient responses
Control systems: finding step and impulse responses
Signal processing: finding system output from input
Mechanical systems: spring-mass-damper analysis
Heat equation and diffusion problems

Frequently Asked Questions

Related Math Tools

This calculator uses pattern matching for common Laplace transform forms. For complex symbolic computation, consider Wolfram Alpha or CAS software. Always verify answers with your course textbook or instructor.