The Laplace Transform

linearity of the transform

Suppose you are converting a shopping list from one currency to another. You can convert each item's price separately and add them up, or add up the prices first and convert the total — you get the same answer. The Laplace transform behaves with exactly this kind of fairness: it respects addition and scaling. That property has a name — linearity — and it is what makes the transform usable by hand.

Precisely, linearity says two things at once. First, the transform of a sum is the sum of the transforms: L{f(t) + g(t)} = L{f(t)} + L{g(t)}. Second, a constant multiplier passes straight through: L{c f(t)} = c L{f(t)} for any constant c. Combined, L{a f(t) + b g(t)} = a F(s) + b G(s). This follows immediately from the definition, because the defining integral is itself linear — you can split an integral of a sum into a sum of integrals and pull constants out front.

In practice this means you never transform a complicated expression as a single lump. You break it into the simple pieces you recognize — a constant, a power, an exponential, a sine — transform each from the table, multiply by its coefficient, and add. The same logic runs in reverse for the inverse transform. Linearity is the quiet workhorse that turns a long expression into a short, mechanical lookup.

Transform 3 + 2 e^(4t). By linearity it equals 3 L{1} + 2 L{e^(4t)} = 3 (1/s) + 2 (1/(s - 4)) = 3/s + 2/(s - 4). No single integral needed — just two table entries combined.

Split, transform each piece, recombine — that is linearity at work.

Linearity applies only to sums and constant multiples, never to products: L{f(t) g(t)} is NOT F(s) G(s). The transform of a product is a separate, harder story (convolution), handled in another field.

Also called
linearity rule線性性質線性法則