TOPIC

Inverse laplace transforms

MY PROGRESS

Pug Score

0%

Study Points

+0

Overview

Watch

Read

Next Steps


Get Started

Get unlimited access to all videos, practice problems, and study tools.

Unlimited practice
Full videos

Back to Menu

Topic Progress

Pug Score

0%

Videos Watched

0/0

Read

Not viewed


Study Points

+0

Read

Inverse Laplace Transforms

The inverse Laplace transform recovers a time function f(t) from its s-domain form F(s). Learn to read the inverse Laplace transform table, split expressions with partial fractions, use linearity, and match standard forms, with worked examples.

What the inverse Laplace transform is

The inverse Laplace transform does the opposite of the Laplace transform: it takes a function F(s) in the s-domain and recovers the original time function f(t). It is written f(t) = L−1{F(s)}. Because the Laplace transform is one-to-one for the functions we use, every F(s) comes from exactly one f(t), and this reverse step is what lets us finish solving differential equations with the Laplace transform. It builds directly on the introduction to the Laplace transform.

The inverse transform table

Most inverse transforms are done by recognizing a standard form and reading it off a table — the same pairs used for calculating Laplace transforms, read right to left.

Inverse Laplace transform table Each row pairs a function of s with the time function it maps back to: 1 over s gives 1; 1 over s squared gives t; 1 over (s minus a) gives e to the a t; n factorial over s to the n plus 1 gives t to the n; a over (s squared plus a squared) gives sine a t; s over (s squared plus a squared) gives cosine a t. F(s) f(t) = inverse transform 1/s 1 1/s² t 1/(s−a) eat n! / sn+1 tn a/(s²+a²) sin(at) s/(s²+a²) cos(at)
Common inverse Laplace transform pairs: each F(s) maps back to its f(t).

Using partial fractions

When F(s) is a ratio of polynomials that does not match a table entry, split it with partial fractions first. For example, 1/[(s−1)(s−2)] breaks into 1/(s−2) − 1/(s−1), and each piece is a standard form whose inverse is an exponential. So the inverse transform is e2t − et.

Linearity

The inverse transform is linear: the inverse of a sum is the sum of the inverses, and constants factor out. That is why you can break F(s) into simple pieces, invert each with the table, and add the results.

Worked example

Find the inverse transform of F(s) = 3/(s² + 9). The table shows a/(s² + a²) maps to sin(at), and here a = 3, so f(t) = sin(3t).

Related lessons