The Laplace transform is an integral transform
that losslessly converts a function f(t) of a real variable t,
into a function f~(s) of a complex variable s,
where s is sometimes called the complex frequency,
analogously to the Fourier transform.
The transform is defined as follows:
f~(s)≡L^{f(t)}≡∫0∞f(t)exp(−st)dt
Depending on f(t), this integral may diverge.
This is solved by restricting the domain of f~(s)
to s where Re{s}>s0,
for an s0 large enough to compensate for the growth of f(t).
The inverse Laplace transformL^−1 involves complex integration,
and is therefore a lot more difficult to calculate.
Fortunately, it is usually avoidable by rewriting a given s-space expression
using partial fraction decomposition,
and then looking up the individual terms.
Derivatives
The derivative of a transformed function is the transform
of the original mutliplied by its variable.
This is especially useful for transforming ODEs with variable coefficients:
f~′(s)=−L^{tf(t)}
This property generalizes nicely to higher-order derivatives of s, so:
dsndnf~=(−1)nL^{tnf(t)}
The exponential exp(−st) is the only thing that depends on s here:
The Laplace transform of a derivative introduces the initial conditions into the result.
Notice that f(0) is the initial value in the original t-domain:
L^{f′(t)}=−f(0)+sf~(s)
This property generalizes to higher-order derivatives,
although it gets messy quickly.
Once again, the initial values of the lower derivatives appear:
L^{f(n)(t)}=−j=0∑n−1sjf(n−1−j)(0)+snf~(s)
Where f(n)(t) is shorthand for the nth derivative of f(t),
and f(0)(t)=f(t).
As an example, L^{f′′′(t)} becomes
−f′′(0)−sf′(0)−s2f(0)+s3f~(s).
We integrate by parts and use the fact that limx→∞exp(−x)=0: