Report

Help us improve this tool

Inverse Laplace Transform Calculator

Compute inverse Laplace transforms online with step-by-step solutions, common transform pair matching, and instant visualization of time-domain functions.

O M T

What is the Inverse Laplace Transform?

The Inverse Laplace Transform is a mathematical operation that converts a function $F(s)$ from the complex frequency domain (s-domain) back to the time domain $f(t)$. It is the reverse of the Laplace Transform and is fundamental for solving linear differential equations, analyzing control systems, circuit analysis, and signal processing.

The formal definition involves a contour integral in the complex plane:

$$f(t) = \mathcal{L}^{-1}\{F(s)\} = \frac{1}{2\pi i} \int_{\gamma - i\infty}^{\gamma + i\infty} e^{st} F(s) \, ds$$

In practice, direct evaluation of this integral is rarely performed. Instead, engineers and mathematicians use tables of known transform pairs and algebraic manipulation techniques (such as partial fraction decomposition) to find inverse transforms.

How to Use the Inverse Laplace Transform Calculator

Enter your function $F(s)$ using standard mathematical notation with s as the complex frequency variable. The calculator will analyze the expression and match it against known inverse Laplace transform pairs to find the corresponding time-domain function $f(t)$ with step-by-step solution.

Use ^ for powers, * for multiplication, and parentheses for grouping. For example: 1/(s^2+4), s/((s-1)*(s+2)), or 3/((s+2)^2+9).

Common Inverse Laplace Transform Pairs

$F(s)$ $f(t) = \mathcal{L}^{-1}\{F(s)\}$
$\dfrac{1}{s}$ $1$
$\dfrac{1}{s^n}$ $\dfrac{t^{n-1}}{(n-1)!}$
$\dfrac{1}{s - a}$ $e^{at}$
$\dfrac{b}{s^2 + b^2}$ $\sin(bt)$
$\dfrac{s}{s^2 + b^2}$ $\cos(bt)$
$\dfrac{b}{(s-a)^2 + b^2}$ $e^{at}\sin(bt)$
$\dfrac{s-a}{(s-a)^2 + b^2}$ $e^{at}\cos(bt)$

Key Properties of the Inverse Laplace Transform

The inverse Laplace transform has several important properties that make it a powerful tool:

  • Linearity: $\mathcal{L}^{-1}\{aF(s) + bG(s)\} = a f(t) + b g(t)$
  • First Shifting Theorem: $\mathcal{L}^{-1}\{F(s - a)\} = e^{at} f(t)$
  • Second Shifting Theorem: $\mathcal{L}^{-1}\{e^{-as}F(s)\} = u(t-a) f(t-a)$
  • Convolution Theorem: $\mathcal{L}^{-1}\{F(s)G(s)\} = \int_0^t f(\tau) g(t - \tau) d\tau$

Applications of the Inverse Laplace Transform

  • Control Systems: Convert transfer functions to time-domain impulse responses for system analysis
  • Circuit Analysis: Solve RLC circuits and determine transient responses to various inputs
  • Signal Processing: Understand filter responses and signal transformations in the time domain
  • Differential Equations: Find closed-form solutions to linear ODEs with constant coefficients
  • Mechanical Systems: Analyze vibrations, damping, and mechanical responses

Partial Fraction Decomposition

When $F(s)$ is a rational function (polynomial divided by polynomial), partial fraction decomposition is used to break it into simpler terms, each of which can be looked up in the transform table. For example:

$$\frac{1}{(s-1)(s-2)} = \frac{1}{s-2} - \frac{1}{s-1}$$

Taking the inverse Laplace transform of each term: $\mathcal{L}^{-1}\{\frac{1}{s-2}\} = e^{2t}$ and $\mathcal{L}^{-1}\{\frac{1}{s-1}\} = e^{t}$, giving $f(t) = e^{2t} - e^{t}$.

For related math tools, try the Integral Calculator, Derivative Calculator, or Matrix Exponential Calculator.

Frequently Asked Questions

What is the Inverse Laplace Transform used for?

The Inverse Laplace Transform is used to convert functions from the complex frequency domain back to the time domain. It is essential for solving differential equations, analyzing control systems, circuit analysis, signal processing, and mechanical vibration analysis. It allows engineers to work with algebraic equations in the s-domain and then transform the results back to time-domain solutions.

How does the Inverse Laplace Transform differ from the Laplace Transform?

The Laplace Transform converts a time-domain function $f(t)$ to an s-domain function $F(s)$, while the Inverse Laplace Transform does the reverse -- it converts $F(s)$ back to $f(t)$. Together, they form a transform pair that allows solving differential equations algebraically in the s-domain and then converting back to the time domain.

What types of functions can be inverted using this calculator?

This calculator supports common inverse Laplace transform forms including rational functions with polynomial denominators, exponential functions, sine and cosine functions (both damped and undamped), and partial fraction decompositions. Common forms include $1/(s-a)$, $b/(s^2+b^2)$, $s/(s^2+b^2)$, damped sinusoids, and rational functions that can be decomposed.

What is the convolution theorem in the context of inverse Laplace transforms?

The Convolution Theorem states that $\mathcal{L}^{-1}\{F(s)G(s)\} = \int_0^t f(\tau) g(t - \tau) d\tau$. This is extremely useful when the s-domain function is a product of two functions whose inverse transforms are known. Instead of finding the inverse of the product directly, you can convolve the two time-domain functions.

How do partial fractions help in finding inverse Laplace transforms?

Partial fraction decomposition breaks a complex rational function into a sum of simpler fractions, each of which matches a known transform pair. For example, $1/((s-a)(s-b))$ decomposes into $1/(b-a) \cdot (1/(s-b) - 1/(s-a))$, and each term has a simple exponential inverse transform. This is the most common technique for finding inverse Laplace transforms of rational functions.