Note: 2 lectures, §7.2–7.3 in [EP], §6.2 and §6.3 in [BD]
Subsection6.2.1Transforms of derivatives
Let us see how the Laplace transform is used for differential equations. First we find the Laplace transform of the derivative of a function. Suppose \(g(t)\) is a differentiable function of exponential order, that is, \(\lvert g(t) \rvert \leq M e^{ct}\) for some \(M\) and \(c\text{.}\) So \(\mathcal{L} \bigl\{ g(t) \bigr\}\) exists, and what is more, \(\lim_{t\to\infty} e^{-st}g(t) = 0\) when \(s > c\text{.}\) Then
We repeat this procedure for higher derivatives. The results are listed in Table 6.2. The procedure also works for continuous piecewise smooth functions, that is, functions that are continuous with a piecewise continuous derivative.
Table6.2.Laplace transforms of derivatives (\(G(s) = \mathcal{L} \bigl\{ g(t) \bigr\}\) as usual).
Subsection6.2.2Solving ODEs with the Laplace transform
Notice that the Laplace transform turns differentiation into multiplication by \(s\text{.}\) Let us see how to apply this fact to differential equations.
The procedure for linear constant coefficient equations is as follows: Take an ordinary differential equation in the time variable \(t\text{.}\) Apply the Laplace transform to transform the equation into an algebraic (non differential) equation in the frequency domain. All the \(x(t)\text{,}\)\(x'(t)\text{,}\)\(x''(t)\text{,}\) and so on, will be converted to \(X(s)\text{,}\)\(sX(s) - x(0)\text{,}\)\(s^2X(s) - sx(0) - x'(0)\text{,}\) and so on. Solve the equation for \(X(s)\text{.}\) Then taking the inverse transform, if possible, find \(x(t)\text{.}\)
It should be noted that since not every function has a Laplace transform, not every equation can be solved in this manner. Also if the equation is not a linear constant coefficient ODE, then by applying the Laplace transform we may not obtain an algebraic equation.
Subsection6.2.3Using the Heaviside function
Before we move on to more general equations than those we could solve before, we want to consider the Heaviside function. See Figure 6.1 for the graph.
This function is useful for putting together functions, or cutting functions off. Most commonly it is used as \(u(t-a)\) for some constant \(a\text{.}\) This just shifts the graph to the right by \(a\text{.}\) That is, it is a function that is 0 when \(t < a\) and 1 when \(t \geq a\text{.}\) Suppose for example that \(f(t)\) is a “signal” and you started receiving the signal \(\sin t\) at time \(t=\pi\text{.}\) The function \(f(t)\) should then be defined as
\begin{equation*}
f(t) =
\begin{cases}
0 & \text{if } \; t < \pi , \\
\sin t & \text{if } \; t \geq \pi .
\end{cases}
\end{equation*}
Using the Heaviside function, \(f(t)\) can be written as
The Heaviside function is useful to define functions defined piecewise. If you want to define \(f(t)\) such that \(f(t) = t\) when \(t\) is in \([0,1]\text{,}\)\(f(t) = -t+2\) when \(t\) is in \([1,2]\text{,}\) and \(f(t) = 0\) otherwise, then you can use the expression
where \(f(t) = 1\) if \(1 \leq t < 5\) and zero otherwise. Imagine a rocket attached to the mass is fired for 4 seconds starting at \(t=1\text{.}\) Or perhaps imagine an RLC circuit, where the voltage is raised at a constant rate for 4 seconds starting at \(t=1\text{,}\) and then held steady again starting at \(t=5\text{.}\)
We can write \(f(t) = u(t-1) - u(t-5)\text{.}\) We transform the equation and we plug in the initial conditions as before to obtain
The Laplace transform leads to the following useful concept for studying the steady state behavior of a linear system. Consider an equation of the form
\begin{equation*}
L x = f(t) ,
\end{equation*}
where \(L\) is a linear constant coefficient differential operator. Then \(f(t)\) is usually thought of as input of the system and \(x(t)\) is thought of as the output of the system. For example, for a mass-spring system the input is the forcing function and the output is the behavior of the mass. We would like to have a convenient way to study the behavior of the system for different inputs.
Let us suppose that all the initial conditions are zero and take the Laplace transform of the equation, we obtain the equation
In other words, \(X(s) = H(s) F(s)\text{.}\) We obtain an algebraic dependence of the output of the system based on the input. We can now easily study the steady state behavior of the system given different inputs by simply multiplying by the transfer function. Moreover, it is possible to compute the \(H(s)\) without knowing exactly what the equation is by observing the output \(X(s)\) for a given input \(F(s)\text{.}\) Once \(H(s)\) is known, you can find the output for any input.
Example6.2.3.
Given \(x'' + \omega_0^2 x = f(t)\text{,}\) let us find the transfer function (assuming the initial conditions are zero).
First, we take the Laplace transform of the equation.
A feature of Laplace transforms is that it is also able to easily deal with integral equations. That is, equations in which integrals rather than derivatives of functions appear. The basic property, which can be proved by applying the definition and doing integration by parts, is
The reader might ask: What about periodic functions as our input \(f(t)\text{?}\) That is, a function \(f(t)\) where \(f(t) = f(t+P)\) for some constant \(P\) (the period). Well, let us compute \(F(s)\text{:}\)
As before, computing the inverse would be more complex and possibly involve consulting a table. Let us not worry about computing the inverse here.
Example6.2.6.
Suppose our function \(f(t)\) is a version of the sawtooth, that is, let \(f(t) = t\) for \(0 \leq t < 1\) and use \(f(t)=f(t+1)\) to extend it periodically. So \(f(t) = t-1\) for \(1 \leq t < 2\text{,}\)\(f(t) = t-2\) for \(2 \leq t < 3\text{,}\) etc. Then \(P=1\) and a short computation with integration by parts gets
Using the Heaviside function write down the piecewise function that is 0 for \(t < 0\text{,}\)\(t^2\) for \(t\) in \([0,1]\) and \(t\) for \(t > 1\text{.}\)
6.2.3.
Using the Laplace transform solve
\begin{equation*}
m x'' + c x' + k x = 0 , \quad x(0) = a, \quad x'(0) = b ,
\end{equation*}
where \(m > 0\text{,}\)\(c > 0\text{,}\)\(k > 0\text{,}\) and \(c^2 - 4km > 0\) (system is overdamped).
6.2.4.
Using the Laplace transform solve
\begin{equation*}
m x'' + c x' + k x = 0 , \quad x(0) = a, \quad x'(0) = b ,
\end{equation*}
where \(m > 0\text{,}\)\(c > 0\text{,}\)\(k > 0\text{,}\) and \(c^2 - 4km < 0\) (system is underdamped).
6.2.5.
Using the Laplace transform solve
\begin{equation*}
m x'' + c x' + k x = 0 , \quad x(0) = a, \quad x'(0) = b ,
\end{equation*}
where \(m > 0\text{,}\)\(c > 0\text{,}\)\(k > 0\text{,}\) and \(c^2 = 4km\) (system is critically damped).
6.2.6.
Solve \(x'' + x = u(t-1)\) for initial conditions \(x(0) = 0\) and \(x'(0) = 0\text{.}\)
6.2.7.
Show the differentiation of the transform property. Suppose \(\mathcal{L} \bigl\{ f(t) \bigr\} = F(s)\text{,}\) then show
Solve \(x''' + x = t^3 u(t-1)\) for initial conditions \(x(0) = 1\) and \(x'(0) =
0\text{,}\)\(x''(0) = 0\text{.}\)
6.2.9.
Show the second shifting property: \(\mathcal{L} \bigl\{ f(t-a) \, u(t-a) \bigr\}
= e^{-as} \mathcal{L} \bigl\{ f(t) \bigr\}\text{.}\)
6.2.10.
Let us think of the mass-spring system with a rocket from Example 6.2.2. We noticed that the solution kept oscillating after the rocket stopped running. The amplitude of the oscillation depends on the time that the rocket was fired (for 4 seconds in the example).
Find a formula for the amplitude of the resulting oscillation in terms of the amount of time the rocket is fired.
Is there a nonzero time (if so what is it?) for which the rocket fires and the resulting oscillation has amplitude 0 (the mass is not moving)?
Solve \(x''+x=f(t)\text{,}\)\(x(0)=0\text{,}\)\(x'(0) = 0\) using Laplace transform.
6.2.12.
Find the transfer function for \(m x'' + c x' + kx = f(t)\text{,}\)\(x(0)=0\text{,}\)\(x'(0)=0\text{.}\)
6.2.13.
Suppose \(Lx = f(t)\text{,}\)\(x(0)=0\text{,}\)\(x'(0)=0\) for the input function \(f(t) = t\) has the output \(x(t) = 2e^{-t} + te^{-t} + (t-2)\text{.}\)
Find \(F(s)\text{,}\)\(X(s)\text{,}\) and the transfer function \(H(s)\text{.}\)
If the input is instead \(f(t) = \sin(t)\) instead, find the new output \(x(t)\text{.}\)
6.2.14.
Suppose \(f(t) = 1\) if \(0 \leq t < 1\) and \(f(t)=0\) if \(1 \leq t < 2\text{,}\) and then extend periodically for all \(t \geq 0\) so that \(f(t)=f(t+2)\text{.}\) Compute the Laplace transform \(F(s)\text{.}\)
6.2.101.
Using the Heaviside function \(u(t)\text{,}\) write down the function
Find the transfer function for \(x' + x = f(t)\text{,}\)\(x(0)=0\text{.}\)
Answer.
\(H(s) = \frac{1}{s+1}\)
6.2.104.
Suppose \(Lx = f(t)\text{,}\)\(x(0)=0\text{,}\)\(x'(0)=0\) for the input function \(f(t) = 4\) has the output \(x(t) = 1 - \cos(2 t)\text{.}\) Find \(F(s)\text{,}\)\(X(s)\text{,}\) and the transfer function \(H(s)\text{.}\)