The Laplace Transform

transform-table lookup

Nobody computes Laplace transforms from the defining integral every time — that would be like doing long multiplication when you already know the times table. Instead, the handful of transforms of building-block functions and the handful of operational rules are collected into a short reference table, and almost all Laplace work is reading that table forward and backward.

A transform table has two columns: a time function f(t) on one side and its transform F(s) on the other. The core rows are the ones you have already met — 1 to 1/s, t^n to n!/s^(n+1), e^(at) to 1/(s - a), sin(at) to a/(s^2 + a^2), cos(at) to s/(s^2 + a^2), and the hyperbolic pair — plus the operational rules (linearity, the shifting theorem, the derivative rule). To transform a function, you find its row and read across to the right. To invert, you find the matching F(s) shape and read across to the left. The skill is not memorizing a giant table; it is knowing the few core rows cold and using the rules to stretch them to cover everything else.

The catch that beginners miss is that the table is written for exact shapes, so getting your expression to match a row is most of the work. A table lists s/(s^2 + a^2) for cosine; if you have s/(s^2 + 2s + 5) you must first complete the square to (s + 1)/((s + 1)^2 + 4) and apply the shifting rule before any row fits. Table lookup is therefore less about the table and more about the algebraic reshaping that lets you use it — but once a piece matches, the answer is immediate.

To invert 3/(s^2 + 25): the table row for sine is a/(s^2 + a^2). Here a^2 = 25 so a = 5, and the row gives 5/(s^2 + 25) for sin(5t). Adjust the constant: 3/(s^2 + 25) = (3/5)[5/(s^2 + 25)] inverts to (3/5) sin(5t).

Match the row's exact shape first, then adjust the leading constant.

Tables differ in conventions and which rules they include, and some only list the lower bound 0 for the transform integral. Always check the constant factors — a row gives a/(s^2 + a^2), so you must supply the numerator a yourself when inverting.

Also called
using a transform tabletable method查變換表查表法