1. The definition
For a function $f(t)$ defined on $t \geq 0$, the Laplace transform is the function of $s$ given by
$$ \mathcal{L}\{f(t)\}(s) \;=\; F(s) \;=\; \int_0^\infty e^{-st} f(t)\,dt, $$defined for every $s$ (real or complex) for which the improper integral converges.
Think of $\mathcal{L}$ as a machine. You feed in a function of time; it returns a function of a new variable $s$. The factor $e^{-st}$ does the work: when $s$ is large enough, it dampens $f(t)$ fast enough that the integral converges, no matter how badly behaved $f$ was at infinity. For most functions in this course, $s$ is a positive real number, and we won't fuss about the complex case.
Two examples by hand, just so the formula stops looking abstract:
Constant $f(t) = 1$.
$$ \mathcal{L}\{1\} \;=\; \int_0^\infty e^{-st}\,dt \;=\; \left[ -\tfrac{1}{s} e^{-st} \right]_0^\infty \;=\; \frac{1}{s}, \quad s > 0. $$Exponential $f(t) = e^{at}$.
$$ \mathcal{L}\{e^{at}\} \;=\; \int_0^\infty e^{-(s-a)t}\,dt \;=\; \frac{1}{s - a}, \quad s > a. $$Notice how the time-domain variable $t$ has vanished, replaced entirely by $s$. That swap is the whole point.
Lowercase letters for time-domain ($f(t)$, $y(t)$); uppercase for the transform ($F(s)$, $Y(s)$). The convention is universal and worth honoring — it keeps "which side of the transform am I on?" obvious at a glance.
2. Why it exists: derivatives become multiplication
The Laplace transform earns its keep with a single identity. Apply integration by parts to $\mathcal{L}\{f'(t)\}$, assuming $f$ is well-behaved enough that the boundary term at infinity vanishes:
$$ \mathcal{L}\{f'(t)\} \;=\; \int_0^\infty e^{-st} f'(t)\,dt \;=\; \big[e^{-st} f(t)\big]_0^\infty + s\!\int_0^\infty e^{-st} f(t)\,dt \;=\; sF(s) - f(0). $$Read what just happened. The derivative of $f$ in time-land has become multiplication by $s$ in transform-land, with the initial value $f(0)$ falling out as a constant term. Calculus has turned into algebra.
Apply the rule again to get the second derivative:
$$ \mathcal{L}\{f''(t)\} \;=\; s^2 F(s) - s\,f(0) - f'(0). $$And in general,
$$ \mathcal{L}\{f^{(n)}(t)\} \;=\; s^n F(s) - s^{n-1} f(0) - s^{n-2} f'(0) - \cdots - f^{(n-1)}(0). $$A linear ODE with constant coefficients is, after transforming, a linear algebraic equation in $F(s)$. Initial conditions are no longer a side problem to be patched in at the end — they enter the algebra automatically. That is the entire reason engineers reach for Laplace before any other method.
3. The table you actually memorize
You don't compute these integrals every time. Six or seven entries cover the overwhelming majority of problems; everything else is a derived consequence of these plus the rules in the next section.
| $f(t)$ | $F(s) = \mathcal{L}\{f\}$ | Region of convergence |
|---|---|---|
| $1$ | $\dfrac{1}{s}$ | $s > 0$ |
| $t^n$ ($n = 0, 1, 2, \ldots$) | $\dfrac{n!}{s^{n+1}}$ | $s > 0$ |
| $e^{at}$ | $\dfrac{1}{s - a}$ | $s > a$ |
| $\sin(\omega t)$ | $\dfrac{\omega}{s^2 + \omega^2}$ | $s > 0$ |
| $\cos(\omega t)$ | $\dfrac{s}{s^2 + \omega^2}$ | $s > 0$ |
| $u(t - a)$ (unit step) | $\dfrac{e^{-as}}{s}$ | $s > 0$ |
| $\delta(t - a)$ (impulse) | $e^{-as}$ | all $s$ |
The unit step $u(t - a)$ is zero before $t = a$ and one after — the cleanest way to express "something switches on at time $a$." The Dirac delta $\delta(t - a)$ models an instantaneous, infinitely concentrated impulse at $t = a$. Both transforms are simple in $s$-land because the exponential $e^{-st}$ tames them on contact.
The integral defining $F(s)$ converges only for $s$ above some threshold (set by how fast $f$ grows). In practice you can ignore this — once $F(s)$ is a rational function of $s$, you treat it as defined everywhere except its poles and use partial fractions without further comment.
4. Linearity, shifts, convolution
Linearity
Integration is linear, so the transform is linear:
$$ \mathcal{L}\{a f(t) + b g(t)\} \;=\; a F(s) + b G(s). $$This is what lets you decompose a complicated $F(s)$ into partial fractions and invert each piece separately.
First shift theorem (shift in $s$)
Multiplying $f(t)$ by an exponential shifts $F(s)$:
$$ \mathcal{L}\{e^{at} f(t)\} \;=\; F(s - a). $$So $\mathcal{L}\{e^{at}\cos(\omega t)\} = \dfrac{s - a}{(s - a)^2 + \omega^2}$ — you take the transform of $\cos(\omega t)$ and replace every $s$ with $s - a$.
Second shift theorem (shift in $t$)
Delaying $f$ by $a$ and switching it on with a unit step multiplies its transform by $e^{-as}$:
$$ \mathcal{L}\{u(t - a)\,f(t - a)\} \;=\; e^{-as} F(s). $$This is the rule that handles discontinuous forcing. When you invert and see an $e^{-as}$ factor on a known $F(s)$, the answer is the inverse of $F$, shifted right by $a$, and switched on at $t = a$.
Convolution theorem
The convolution of $f$ and $g$ is
$$ (f * g)(t) \;=\; \int_0^t f(\tau)\, g(t - \tau)\,d\tau. $$Convolution in time is multiplication in $s$:
$$ \mathcal{L}\{f * g\} \;=\; F(s)\,G(s). $$Going the other way: if you can recognize $F(s) G(s)$ in your transform, you can write the inverse as a convolution integral. For linear systems this is the formal statement of "output equals input convolved with impulse response."
First shift moves things in $s$ (multiply by exponential in $t$ ⇒ shift in $s$). Second shift moves things in $t$ (multiply by exponential in $s$ ⇒ shift in $t$, gated by a unit step). They look symmetric but apply in opposite situations.