System Dynamics

Introduction

The Laplace transform1 is a generalized Fourier transform that exists for a much broader class of functions. In fact, every function for which there is a Fourier transform, there is also a Laplace transform—but the reverse does not hold. Its excellence for linear system analysis cannot be overstated, and leads some to undervalue the Fourier transform. However, the Fourier transform is much more conceptually grounded in the frequency domain given that it can be understood as an extension of the Fourier series.

The Laplace transform’s conceptual grounding has the same root, but in a less-recognizable form since the explicit frequency variable \(\omega\) will be consumed by the Laplace transform \(s\), introduced in a moment. But first, we motivate the Laplace transform by identifying a function of great importance to system analysis that does not have a Fourier transform: the unit step function \(u_s(t)\).

The Fourier transorm of \(u_s(t)\) does not exist because its defining improper integral does not converge in the absolute sense—a situation we describe as non-integrable. The Laplace transform does exist for \(u_s(t)\) because it patches the Fourier transform integrand with a weighting function \(w: \mathbb{R} \rightarrow \mathbb{R}\) defined as \[\begin{aligned} w(t) = e^{-\sigma t} \end{aligned}\] for \(\sigma \in \mathbb{R}\). Clearly such a factor may drive the integrand to zero for some positive \(\sigma\). Let’s take the Fourier transform of a function of time \(f\) multiplied by this weightin factor (as a foreshadowing of how the Laplace transform will use it): $$\begin{align} \mathcal{F}(f(t) w(t)) &= \int_{-\infty}^{\infty} f(t) w(t) e^{-j\omega t}\ \diff t \tag{FT def.} \\ &= \int_{-\infty}^{\infty} f(t) e^{-\sigma t} e^{-j\omega t}\ \diff t \label{eq:LT_FT_01} \\ &= \int_{-\infty}^{\infty} f(t)e^{-(\sigma + j\omega) t}\ \diff t. \end{align}$$ We see the factor \(\sigma + j\omega\) has emerged. This factor also arises in the Laplace transform, so we make an explicit definition.

Definition

The Laplace \(s\in \mathbb{C}\) (a.k.a. complex frequency) is defined as \[\begin{aligned} s = \sigma + j \omega \end{aligned}\] for \(\sigma, \omega \in \mathbb{R}\).

The ubiquity of \(s\) has generated a common term called the $s$-plane, which is used as an alias for the set of complex numbers \(\mathcal{C}\), which, when considering its real and imaginary parts to constitute two Cartesian axes (i.e. \(\mathbb{R}^2\)) charts a plane.

Returning to our Fourier transform, \[\begin{aligned} \label{eq:two_sided_laplace_transform} \mathcal{F}(f(t) w(t)) &= \int_{-\infty}^{\infty} f(t) e^{-s t}\ \diff t. \end{aligned}\] This is sometimes called the two-sided Laplace trnasform, which is rarely used. However, it is instructive to recognize that potentially, for some region of \(s\)-values in the complex plane, the transform exists. We call this the region of convergence (ROC) of the transform.

Now consider what happens if \(f(t) = u_s(t)\), the unit step that doesn’t have a Fourier transform, but the two-sided transform of yields \[\begin{aligned} \mathcal{F}(u_s(t) w(t)) &= \int_{-\infty}^{\infty} u_s(t) e^{-\sigma t} e^{-j\omega t}\ \diff t \\ \mathcal{F}(u_s(t) e^{-\sigma t}), \end{aligned}\] a straightup Fourier transform of \(u_s(t) e^{-\sigma t}\). Consulting , we see that the transform is \[\begin{aligned} \mathcal{F}(u_s(t) e^{-\sigma t}) &= \frac{1} {\sigma + j\omega}. \end{aligned}\] So, although \(\mathcal{F}(u_s(t))\) does not exist, \(\mathcal{F}(u_s(t) e^{-\sigma t})\) does. This bodes well for the Laplace transform.


  1. See (Rowell1997? ch. 15) for an introduction that inspires our own.↩︎

Online Resources for Section 10.1

No online resources.