The Laplace transform converts a function $f(x)$ into a function $F(p)$ in the $p$ domain:
Its utility is to convert ODEs into algebraic equations, which are easier to solve.
| $f(x)$ | $F(p) = \mathcal{L}[f(x)]$ | Validity condition |
|---|---|---|
| $1$ | $\dfrac{1}{p}$ | $p > 0$ |
| $x$ | $\dfrac{1}{p^2}$ | $p > 0$ |
| $x^n$ | $\dfrac{n!}{p^{n+1}}$ | $p > 0$ |
| $e^{ax}$ | $\dfrac{1}{p-a}$ | $p > a$ |
| $\sin ax$ | $\dfrac{a}{p^2+a^2}$ | $p > 0$ |
| $\cos ax$ | $\dfrac{p}{p^2+a^2}$ | $p > 0$ |
| $\sinh ax$ | $\dfrac{a}{p^2-a^2}$ | $p > a$ |
| $\cosh ax$ | $\dfrac{p}{p^2-a^2}$ | $p > a$ |