The inverse Laplace transform recovers from its Laplace transform :
If , then . The two operations are inverses.
In practice, you don’t compute the inverse from a definition — you recognize the as one of the standard forms (or a combination via partial fractions, shifting, etc.) and read off from a table.
Linearity
Like the forward transform, the inverse is linear:
So you can decompose into pieces, invert each piece, and combine.
Standard inverse pairs
Partial fractions
The standard technique for inverting rational . Decompose into a sum of simpler fractions you can invert directly.
For (distinct linear factors):
Solve for by clearing denominators and matching coefficients (or using the cover-up method).
For repeated factors , you get terms .
For irreducible quadratic factors , complete the square to write as , then use the shifted sine/cosine forms above.
Worked example 1: simple partial fractions
Invert .
Factor: . Decompose:
Multiply through: . Cover-up at : , . At : , .
So:
Worked example 2: shifted denominator
Invert .
Recognize as where . By the first shifting theorem:
. So .
Worked example 3: complete the square
Invert .
Complete the square in the quadratic factor: .
Decompose into partial fractions matching the structure:
The form is chosen because it matches the inverse forms: inverts to , and inverts to .
Solve for by clearing denominators and matching coefficients. Multiply through by the full denominator:
Substitute (the root of the second denominator) to isolate : , so and .
Expand the remaining terms and match coefficients of . The coefficients give , so . The coefficients give — easier to substitute (root of the quadratic’s “shifted form”) and read off: , which redundantly confirms . Substituting gives , so , giving .
So , , .
So:
For the first piece: .
For the second: .
For the third: .
Total: .
Bromwich integral (formal definition)
The inverse Laplace transform has a formal definition as a contour integral in the complex plane:
where is chosen larger than the real part of any singularity of . This is the Bromwich integral.
In practice, nobody computes inverse Laplace transforms this way. Tables and partial fractions are vastly more practical.
When you can’t invert
If doesn’t decompose into recognizable forms, you may need:
- More aggressive partial fraction work.
- Series expansion of and inverting term by term.
- Numerical inversion (advanced, beyond this course).
For the forward transform context, see Laplace transform. For its use in solving ODEs end-to-end, see Method of Laplace transform. For the full partial-fraction technique (including repeated and complex-conjugate poles), see Partial fraction decomposition. For improper rational functions that require polynomial division first, see Polynomial division for improper rational functions.