The Laplace transform is of little use unless it can be undone. Given , the inverse Laplace transform recovers the function that produced it. Lerch's theorem guarantees the answer is essentially unique: two functions with the same transform can differ only at their points of discontinuity, which never matters in practice.
Quick Reference
| Item | Statement |
|---|---|
| Notation | If , then |
| Lerch's theorem | Same transform same function, except possibly at points of discontinuity |
| Consequence | Restricted to continuous functions, the inverse is unique |
| Linearity | |
| Scaling | |
| Shift in | |
| Shift in | |
| Derivative | \mathscr{L}^{-1}\left\{sF(s) - f(0)\right\} = f'(t) |
| Complex inversion integral | |
| Practical methods | Tables, transform theorems, partial fractions, convolution |
Definition and the Uniqueness Question
If , we write
and call the inverse Laplace transform of . The symbol is the inverse Laplace transform operator.
For example, since ,
A question immediately arises: is there another function whose transform is also ? The next example settles the shape of the answer.
Find , given
f(t) = \left\{ \begin{aligned} &0 && \text{if } t < 0 \\ &t && \text{if } 0 \leq t < 1 \\ &0.5 && \text{if } t = 1 \\ &0 && \text{if } t > 1 \end{aligned} \right.Solution
Since vanishes outside , the integral collapses to a finite one:
Integration by parts with and , so , gives
\begin{aligned} \int t\,e^{-st}\,dt &= -\frac{1}{s}te^{-st} - \int\left(-\frac{1}{s}e^{-st}\right)dt \\ &= -\frac{1}{s}te^{-st} - \frac{1}{s^{2}}e^{-st} \\ &= -\frac{st+1}{s^{2}}e^{-st} \end{aligned}Therefore
\begin{aligned} \mathscr{L}\left\{f(t)\right\} &= \left[-\frac{st+1}{s^{2}}e^{-st}\right]_{t=0}^{t=1} \\ &= -\frac{1+s}{s^{2}}e^{-s} + \frac{1}{s^{2}} \\ &= \frac{1 - (1+s)e^{-s}}{s^{2}} . \end{aligned}The point of the example. The value never entered the computation. Changing it, or leaving undefined entirely, would give exactly the same transform. Defining
g(t) = \left\{ \begin{aligned} &0 && \text{if } t < 0 \\ &t && \text{if } 0 \leq t < 1 \\ &0.25 && \text{if } t = 1 \\ &0 && \text{if } t > 1 \end{aligned} \right.gives . An integral cannot detect the value of its integrand at a single point.

So there are infinitely many functions, differing only in their values at isolated points, with the same Laplace transform. Consequently does not force everywhere. The next theorem says it does force them to be almost equal.
Lerch's Theorem. Suppose and are piecewise continuous and of exponential order as . If for all , where is some constant, then
except possibly at the points of discontinuity.
It follows that if we restrict attention to functions continuous on , the inverse Laplace transform is unique, and we may speak of the inverse Laplace transform of .
This is exactly the right amount of uniqueness for the applications. Solutions of differential equations are continuous, so the ambiguity never touches them. And when a discontinuous forcing produces a solution with a corner or a jump, the value assigned at that single instant is physically meaningless anyway.
Why the Inverse Matters
Solving differential equations is a primary application of the Laplace transform. The transform converts a differential equation in the unknown into an equation in , which is then solved for . If the differential equation is linear with constant coefficients, the transformed equation is purely algebraic. The remaining task is to recover from , that is, to carry out the inverse transform.

The Laplace transform would be of little value if we could not carry out the inverse transform and obtain from .
How to Find the Inverse Laplace Transform
It can be shown that the inverse Laplace transform of is given by the complex inversion integral, also called the Bromwich integral,
where is a sufficiently large positive real number such that is defined for , and is the complex variable . Evaluating such an integral requires basic complex analysis, so we shall make no use of it in this book.
Several other methods are available and are what we actually use:
- Use of Laplace transform tables, read from right to left.
- Use of theorems on the inverse transform, listed below.
- Use of partial fractions, the workhorse for rational .
- Use of convolution integrals.
The Inverse Transform Is Linear
Proof of linearity
Let and . Since is linear,
\begin{aligned} \mathscr{L}\left\{af(t) + bg(t)\right\} &= a\mathscr{L}\left\{f(t)\right\} + b\mathscr{L}\left\{g(t)\right\} \\ &= aF(s) + bG(s) . \end{aligned}Applying to both sides,
But and , so
Hence is a linear operator.
Linearity is what makes partial fractions useful: break into a sum of simple pieces, invert each piece from the table, and add.
Properties of the Inverse Transform
Each of the following is the direct counterpart of a property of the forward transform.
Let . Then for ,
- \mathscr{L}^{-1}\left\{sF(s) - f(0)\right\} = f'(t)
Property 2 is the most immediately useful: a shift of the variable corresponds to multiplication by an exponential in . It is what turns into at a glance. Property 3 is its mirror image, and it is the reason the unit step function is unavoidable once shifted exponentials appear.
Partial Fractions in Practice
When is a rational function, decomposing it into simple fractions reduces the problem to table lookups.
Find .
Solution
Factor the denominator as and write
Multiplying through by the denominator, .
Setting gives , so . Setting gives , so .
Therefore
Find .
Solution
The denominator has no real roots, so complete the square instead of factoring:
Now
Since , property 2 with gives
Completing the square is the standard move whenever an irreducible quadratic appears. The shifted variable signals the factor , and what remains is a plain sine or cosine.
Find .
Solution
A repeated linear factor needs one term for each power:
Multiplying by , .
Setting gives . Setting gives . Comparing coefficients of gives , so .
Therefore
using , , and .
Exercises
Find .
Solution
Since , we have , so
Find .
Solution
The pattern inverts to , and the shift multiplies by :
Find .
Solution
Factoring, , so
Setting : , so . Setting : , so .
Frequently Asked Questions
Is the inverse Laplace transform unique?
Essentially yes. By Lerch's theorem, two piecewise continuous functions of exponential order with the same transform agree everywhere except possibly at their points of discontinuity. Among continuous functions the inverse is genuinely unique, and since solutions of differential equations are continuous, the ambiguity never causes trouble.
Why can two different functions have the same transform?
Because the transform is an integral, and changing a function at finitely many isolated points does not change any integral. The worked example shows a function whose value at can be anything at all without affecting .
Do I need the complex inversion integral?
No. It is the theoretical definition, and it requires contour integration to evaluate. In practice, every inverse in this book is obtained by algebraic manipulation (usually partial fractions) followed by table lookup.
What is the general strategy for inverting a rational ?
Factor the denominator, decompose into partial fractions, and invert each piece. Distinct linear factors give exponentials, repeated linear factors give , and irreducible quadratics give sines and cosines after completing the square. Linearity then assembles the answer.
What if the denominator does not factor over the reals?
Complete the square. Writing as puts into the form , and the shift property supplies the factor multiplying a sine or cosine. The pair of complex roots always yields a damped oscillation.
Why does an factor call for a step function?
Because is the transform of a delayed version of : the original signal, shifted to start at and identically zero before that. The unit step is what enforces the "zero before " part. Section 7.6 develops this fully.