Skip to main content

Section 5.6 Laplace Transforms

In this section we will consider another approach to solving differential equations using Laplace transforms. Such a tranform takes a function \(f: [0,\infty) \to \mathbb{C}\) is defined by the formula
\begin{equation} F(s) = \mathcal{L} \left\{f(t) \right\} (s) = \int_0^\infty e^{-st} f(t) \, \diff t .\tag{5.6.1} \end{equation}
A couple of questions might occur immediately to the curious student. First, for what functions \(f(t)\) does such a transform make sense. And second, what is \(F(s)\text{.}\) Let’s handle the first question now. We call a function \(f(t)\) of exponential order b if there is a constant \(M\) so that
\begin{equation*} f(t) \leq M e^{bt} \end{equation*}
for all \(t\) that are sufficiently large. In fact, for a fixed \(b\) we may define the collection of all such functions as \(\mathcal{E}_b \) which is a real vector space (you can check it is closed under addition and scalar multiplication). On the other hand, we may consider the space of functions \(\mathcal{A}_b\) of all smooth functions on the set of complex numbers \(s\) where \(\text{Re} (s) \gt b \text{.}\)

Proof.

Here we will just show that the integral in the Laplace transform absolutely converges for all such \(s\) and will not discuss the differentiability of \(F(s)\) (in fact, the function \(F(s)\) satisfies the much stronger property of being complex analytic). Let \(s = \alpha + i \beta \) with \(\alpha \gt b \text{.}\) Then, for any \(T \gt 0 \) we have
\begin{align*} \int_0^T |e^{-st} f(t)| \, \diff t \amp \leq \int_0^\infty e^{-st} M e^{bt} \, \diff t , \\ \amp = M \int_0^T |e^{(b-s)t}| \, \diff t , \\ \amp = M \int_0^T e^{(b-\alpha)t} \left| \left( \cos (\beta t) + i \sin (\beta t)\right) \right| \, \diff t, \\ \amp = M \int_0^T e^{(b-\alpha)t} \, \diff t, \\ \amp = M \left. \frac{1}{b - \alpha} e^{(b-\alpha)t} \right|_0^T \\ \amp = M \frac{1}{b - \alpha} \left( e^{(b-\alpha)T} - 1 \right) \end{align*}
Since \(b - \alpha \lt 0 \) we have that this gives the bound
\begin{equation*} \int_0^\infty |e^{-st} f(t)| \, \diff t \leq \frac{M}{\alpha - b} \end{equation*}
implying absolute convergence of the improper integral.
We now write a table of such transforms, leaving the verification of this to the student.
Table 5.6.2. Laplace Transforms
Original function \(f(t) \) Laplace transform \(F(s)\)
\(t^n\) \(\frac{n!}{s^{n + 1}}\)
\(e^{-\beta t}\) \(\frac{1}{s + \beta} \)
\(\sin (\omega t ) \) \(\frac{\omega}{s^2 + \omega^2}\)
\(\cos (\omega t ) \) \(\frac{s}{s^2 + \omega^2}\)
While the formulas for the Laplace transform are very nice, the properties that it enjoys are what makes it so powerful in solving differential equations. We summarize some of these here, leaving the verification for the student.
A key application of these properties comes when one applies the inverse Laplace Transform. The formula for this transform may look a bit daunting, but can be computed using a variety of more advanced techniques.
Let’s apply these theorems with a couple of examples.

Example 5.6.5. Laplace Transform for linear constant coefficient.

Consider the equation
\begin{equation*} x^{\prime \prime} (t) + x^\prime (t) + x(t) = \cos \left(t \right). \end{equation*}
with initial conditions \(x (0) = x^\prime (0) = 0\) from Exercise 5.4.2.4. We solve this by applying the Laplace transforms to both sides and using the properties from Theorem 5.6.3. The left hand side gives
\begin{align*} \mathcal{L} \left\{x^{\prime \prime} (t) + x^\prime (t) + x(t) \right\}(s) \amp = \mathcal{L} \left\{x^{\prime \prime} (t)\right\}(s) + \mathcal{L} \left\{x^\prime (t)\right\}(s) + \mathcal{L} \left\{x(t) \right\}(s), \\ \amp = \mathcal{L} \left\{x^{\prime \prime} (t)\right\}(s) + \mathcal{L} \left\{x^\prime (t)\right\}(s) + \mathcal{L} \left\{x(t) \right\}(s), \\ \amp = s^2 F(s) - s x(0) - x^\prime (0) + sF(s) - x(0) + F(s), \\ \amp = (s^2 + s + 1) F(s), \end{align*}
Applying it on the right and using the formulas from our table, we obtain
\begin{align*} \mathcal{L} \left\{ \cos \left(t \right)\right\} (s) \amp = \frac{s}{s^2 + 1} \end{align*}
Thus we obtain the formula
\begin{align*} F(s) \amp = \frac{s}{(s^2 + 1) (s^2 + s + 1)} \end{align*}
Now, employ the partial fractions techniques to separate this into a sum of more elementaty rational functions.
\begin{align*} F(s) \amp = \frac{1}{s^2 + 1} - \frac{1}{s^2 + s + 1} \\ \amp = \frac{1}{s^2 + 1} - \frac{1}{\left(s + \frac{1}{2}\right)^2 + \left(\frac{\sqrt{3}}{2} \right)^2} \end{align*}
Applying the inverse Laplace transform to both sides gives
\begin{equation*} x(t) = \sin (t) - \frac{2}{\sqrt{3}} e^{-t/2} \sin \left( \frac{\sqrt{3}}{2} t \right) \end{equation*}

Exercises Exercises

1.

Verify two of the formulas from the table of Laplace transforms.

2.

Suppose \(u^2 + bu + c = (u - \lambda_1) (u - \lambda_2) \) where \(\lambda_1, \lambda_2\) are real numbers. Use the characteristic equation method and then the Laplace Transform to find solutions to the differential equation
\begin{equation*} x^{\prime \prime} (t) + b x^\prime (t) + c x(t) = 0. \end{equation*}
with initial conditions \(x (0) = \alpha \) and \(x^\prime (0) = \beta \text{.}\) Compare your results.