A Laplace transform table is a lookup of the standard pairs you reach for most: 11/s1 \mapsto 1/s, eat1/(sa)e^{at} \mapsto 1/(s-a), sin(at)a/(s2+a2)\sin(at) \mapsto a/(s^2+a^2). Pairing it with a few properties is the fastest way to handle common problems without recomputing the defining integral each time. In most calculus, differential equations, and engineering courses the default is the one-sided transform for t0t \ge 0:

L{f(t)}(s)=0estf(t)dt,\mathcal{L}\{f(t)\}(s) = \int_0^\infty e^{-st}f(t)\,dt,

where ss is generally complex and the formula only makes sense where the integral converges. The workflow: match f(t)f(t) to a table row, then apply a small set of rules for sums, shifts, and derivatives.

Why the table works at all

The kernel este^{-st} converts time-domain growth, decay, and oscillation into algebraic expressions in ss — and algebra is usually easier to push around than derivatives or integrals. So the table is not just memorization; it is a pattern-matching device. Once you see the pattern, the computation often collapses to a single line. That is also why a few base rows plus a handful of properties cover so many problems.

Common pairs

The entries assume the one-sided transform, and the convergence condition is part of the answer, not optional.

f(t)f(t) {L}{f(t)}(s)\mathcal\{L\}\{f(t)\}(s) Condition
11 {1}{s}\frac\{1\}\{s\} {Re}(s)>0\operatorname\{Re\}(s) > 0
tt {1}{s2}\frac\{1\}\{s^2\} {Re}(s)>0\operatorname\{Re\}(s) > 0
tnt^n \frac\{n!\}\{s^\{n+1\}} nn is a nonnegative integer, {Re}(s)>0\operatorname\{Re\}(s) > 0
e{at}e^\{at\} {1}{sa}\frac\{1\}\{s-a\} for real aa, {Re}(s)>a\operatorname\{Re\}(s) > a
sin(at)\sin(at) {a}{s2+a2}\frac\{a\}\{s^2 + a^2\} for real aa, {Re}(s)>0\operatorname\{Re\}(s) > 0
cos(at)\cos(at) {s}{s2+a2}\frac\{s\}\{s^2 + a^2\} for real aa, {Re}(s)>0\operatorname\{Re\}(s) > 0
sinh(at)\sinh(at) {a}{s2a2}\frac\{a\}\{s^2 - a^2\} for real aa, $\operatorname{Re}(s) >
cosh(at)\cosh(at) {s}{s2a2}\frac\{s\}\{s^2 - a^2\} for real aa, $\operatorname{Re}(s) >

If you only keep a few rows, keep 11, eate^{at}, sin(at)\sin(at), and cos(at)\cos(at). Many textbook problems reduce to those plus one property.

The properties you actually use

Linearity. If the transforms exist,

L{af(t)+bg(t)}=aF(s)+bG(s).\mathcal{L}\{af(t) + bg(t)\} = aF(s) + bG(s).

This is what lets you split a sum into smaller parts.

Exponential shift in time. If L{f(t)}=F(s)\mathcal{L}\{f(t)\} = F(s), then

L{eatf(t)}=F(sa).\mathcal{L}\{e^{at}f(t)\} = F(s-a).

Multiplying by an exponential in tt shifts the expression in ss — the property behind many lookups.

Derivative rule. Under the usual hypotheses,

L{f(t)}=sF(s)f(0).\mathcal{L}\{f'(t)\} = sF(s) - f(0).

A derivative becomes algebra plus the initial value, which is why these transforms suit initial value problems.

Multiplication by tt. If F(s)F(s) is differentiable where you need it,

L{tf(t)}=ddsF(s).\mathcal{L}\{t f(t)\} = -\frac{d}{ds}F(s).

Worked example: L{e2tcos(3t)}\mathcal{L}\{e^{-2t}\cos(3t)\}

Find the transform of f(t)=e2tcos(3t)f(t) = e^{-2t}\cos(3t). Start from the base row:

L{cos(3t)}=ss2+9.\mathcal{L}\{\cos(3t)\} = \frac{s}{s^2 + 9}.

Now apply the exponential shift. Here e2te^{-2t} means a=2a = -2, so replace ss by s+2s + 2:

L{e2tcos(3t)}=s+2(s+2)2+9,\mathcal{L}\{e^{-2t}\cos(3t)\} = \frac{s+2}{(s+2)^2 + 9},

with the condition becoming Re(s)>2\operatorname{Re}(s) > -2. Once you know the base pair and the shift rule, there is no need to revisit the integral.

Try the reverse, then check forward

The same table reads backward for inverse transforms. Given

s+2(s+2)2+9,\frac{s+2}{(s+2)^2 + 9},

recognize the shifted-cosine pattern and read it as e2tcos(3t)e^{-2t}\cos(3t) — then confirm by transforming that forward and landing back on the same expression. In solved examples, identifying the pattern first and justifying it with the table and shift rule is usually the quickest route.

Calculation pitfalls

  1. Sign in the shift rule. For eatf(t)e^{at}f(t) the result is F(sa)F(s-a), so e2tf(t)e^{-2t}f(t) gives F(s+2)F(s+2).
  2. Dropping convergence conditions. For real aa, L{eat}=1sa\mathcal{L}\{e^{at}\} = \frac{1}{s-a} needs Re(s)>a\operatorname{Re}(s) > a.
  3. Forgetting the initial value. L{f(t)}\mathcal{L}\{f'(t)\} is not just sF(s)sF(s).
  4. Almost-matching rows. A small change in sign or shift can change the answer completely.
  5. Mixing one-sided and two-sided transforms. Most introductory tables use the one-sided version from t=0t = 0.

FAQ

Laplace tables shine when the problem is posed for t0t \ge 0 and initial conditions matter — turning derivatives into algebraic terms in differential equations, describing inputs and transfer functions in circuits and control, and capturing decay and oscillation compactly in signals and systems. The convergence region still matters: if the transform does not converge where you need it, the table entry alone is not enough. To practice, transform e4tsin(2t)e^{4t}\sin(2t) starting from the sine row and applying the shift, then try etsin(5t)e^{-t}\sin(5t) and watch how the sign flips the shift.

Frequently Asked Questions

What are the most useful Laplace transform table entries?
If you only remember a few rows, remember the transforms of the constant 1, the exponential of at, sine of at, and cosine of at: they map to 1 over s, 1 over s minus a, a over s squared plus a squared, and s over s squared plus a squared. Many textbook problems reduce to those rows plus one property.
What is the one-sided Laplace transform?
It is the integral from 0 to infinity of e to the minus st times f of t, which is the default definition in most calculus, differential equations, and engineering courses for t greater than or equal to zero. The variable s is usually complex, and the formula only makes sense where the integral converges.
Why do Laplace transform tables list conditions on s?
Because the defining integral only converges for certain values of s, the convergence condition is part of the answer, not an optional extra. For example, the transform of the exponential of at requires the real part of s to be greater than a, and most basic entries need the real part of s to be positive.
Which Laplace transform properties do most of the work?
Linearity, which splits sums and constant multiples; the exponential shift in time, where multiplying by an exponential in t shifts the expression from s to s minus a; and the derivative rule, which turns the transform of the derivative into s times F of s minus the initial value. Most lookups combine one table row with one of these rules.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →