True.
- Replacing \(t\) with \(t + c\) shifts the graph to the left by \(c\) units. This is the opposite direction compared to \(f(t - c)\text{.}\)
False.
- Replacing \(t\) with \(t + c\) shifts the graph to the left by \(c\) units. This is the opposite direction compared to \(f(t - c)\text{.}\)
Section Laplace Transform Rules for Step Functions
Up to this point, youβve seen how unit step functions can βswitchβ pieces of a function ON and OFF at the right times. But to actually use these functions in solving differential equations, we need to understand how they behave when we take their Laplace transform.
This section develops the Laplace transform rules for unit step functions:
-
\(\lap{u_c(t)}\) β how to transform a single step switch.
-
\(\lap{f(t) u_c(t)}\) β how to transform a function that is switched ON at \(t=c\text{.}\)
-
\(\lap{f(t-c) u_c(t)}\) β how to transform a shifted function that starts at \(t=c\text{.}\)
These rules are the backbone for handling piecewise functions with Laplace methods.
Checkpoint 264. πβ How Do Inputs Shift?
Subsection Transform of \(u_c(t)\)
We begin with the Laplace transform of a single shifted unit step switch, \(u_c(t)\text{.}\) Finding its transform lays the groundwork for the more general rules that follow.
The Laplace transform of a shifted unit step function is as follows:
π Laplace Transform of \(u_c(t)\).
\begin{gather*}
\text{L}_9:\quad\lap{u_c(t)} = \frac{e^{-cs}}{s}, \qquad s \gt 0.
\end{gather*}
π‘ Derivation of \(\lap{u_c(t)}\).
Start with the definition of the Laplace transform:
\begin{equation*}
\lap{u_c(t)} = \int_{0}^{\infty} u_c(t) \, e^{-st} \, dt.
\end{equation*}
Recall that:
\begin{equation*}
u_c(t) =
\begin{cases}
0, \amp t \lt c \\
1, \amp t \ge c
\end{cases}
\end{equation*}
which means the integrand is zero until \(t=c\) and equals \(e^{-st}\) afterward.
That trims our integral down since:
\begin{equation*}
\lap{u_c(t)}
= \os{\large t\ \lt\ c}{\overline{\int_0^{c} (0)\ e^{-st}\ dt}} + \os{\large t\ \ge\ c}{\overline{\int_c^{\infty} (1)\ e^{-st}\ dt}}
= \int_c^{\infty} e^{-st}\ dt
\end{equation*}
Evaluate the improper integral as a limit:
\begin{align*}
\lap{u_c(t)} \amp = \lim_{b \to \infty} \int_{c}^{b} e^{-st}\ dt\\
\amp = \lim_{b \to \infty} \left[ \frac{-1}{s} e^{-st} \right]_{c}^{b} = \lim_{b \to \infty} \left( \frac{-1}{s}\big(e^{-sb} - e^{-sc}\big) \right)
\end{align*}
As long as \(s \gt 0\text{,}\) the term \(e^{-sb}\) goes to zero as \(b \to \infty\text{,}\) leaving:
\begin{equation*}
\lap{u_c(t)} = \frac{e^{-cs}}{s}.
\end{equation*}
This result shows that the shifted unit step function introduces an exponential factor \(e^{-cs}\) in the Laplace domain. You will use it to transform terms of the form \(k u_{c}(t)\text{,}\) where \(k\) is a constant. For example,
\begin{equation*}
\lap{6 u_3(t)} = 6\lap{u_3(t)} = \frac{6e^{-3s}}{s}
\end{equation*}
Checkpoint 265. πβ Finding the Laplace Transform of \(u_c(t)\).
What is the Laplace transform of \(u_5(t)\text{?}\)
- \(\ds \frac{e^{-5}}{s}\)
- Close, but \(s\) is a variable in the Laplace domain, it doesnβt get replaced by a number here.
- \(\ds \frac{e^{-5s}}{s}\)
- Thatβs the formula: \(\lap{u_c(t)} = \frac{e^{-cs}}{s}\text{,}\) and here \(c = 5\text{.}\)
- \(\ds \frac{1}{s + 5}\)
- Thatβs the transform of \(e^{-5t}\text{,}\) not a step function. The exponential in \(u_c(t)\) appears in the numerator, not the exponent of the input.
- \(\ds \frac{s}{e^{-5s}}\)
- Thatβs an incorrect inversion of the formula. The exponential should be in the numerator, and \(s\) in the denominator.
Subsection Transform of \(f(t) u_c(t)\)
The next rule provides a formula for the product of a step function and a function of \(t\) and will be the primary tool used when forward transforming a piecewise function.
π Laplace Transform of \(f(t) u_c(t)\).
\begin{gather*}
\text{L}_{10}:\quad\lap{f(t) u_c(t)} = e^{-cs} \lap{f(t + c)}
\end{gather*}
π‘ Derivation of \(\lap{f(t)\ u_c(t)}\).
Start with the Laplace transform definition:
\begin{equation*}
\lap{f(t) u_c(t)} = \int_{0}^{\infty} f(t) u_c(t) e^{-st}\ dt.
\end{equation*}
Since \(u_c(t) = 0\) for \(t \lt c\text{,}\) the integral simplifies to:
\begin{equation*}
\lap{f(t)\cdot u_c(t)} = \int_c^\infty f(t)\ e^{-st}\ dt.
\end{equation*}
This new integral looks a lot like the Laplace transform of \(f(t)\text{,}\) but it starts at \(t = c\) instead of \(t = 0\text{.}\) Luckily, we can shift the graph of \(f(t)\ e^{-st}\) to the left \(c\) units to force the integral start back at \(t = 0\text{.}\)
Note: Shifting a function \(c\) units to the left means adding \(c\) to all of the \(t\) inputs:
\begin{equation*}
\text{before shift:}\quad f(t)\ e^{-st}\qquad\text{after shift:}\quad f(t + c)\ e^{-s(t + c)}
\end{equation*}
Using this idea, leads to the desired transform:
\begin{align*}
\int_{c}^{\infty} f(t)\ e^{-st}\ dt
\amp \os{\large\DLBb \text{A}}{=} \int_{0}^{\infty} f(t + c)\ e^{-s(t + c)}\ dt\\
\amp \os{\large\DLBb \text{B}}{=} \int_0^\infty f(t + c) \left(e^{-st} \cdot e^{-sc}\right)\ dt\\
\amp \os{\large\DLBb \text{C}}{=} e^{-cs} \int_0^\infty f(t + c) e^{-st}\ dt\\
\amp = e^{-cs} \lap{f(t + c)}
\end{align*}
\(\DLBb \text{A}, \text{B}, \text{C}\) Details.
\(\DLBb \text{A}\ \): Shifting \(f(t)e^{-st}\) to the left \(c\) units makes it
\begin{equation*}
f(t + c)\ e^{-s(t + c)}
\end{equation*}
and starts the integral at \(t=0\text{.}\)
\(\DLBb \text{C}\ \): Factor out the constant, \(e^{-sc}\text{,}\) as we are integrating in \(t\text{.}\)
Letβs try this on a few examples to see how the rule works in practice.
π Example 266. Transform of \((2 - t)\cdot u_3(t)\).
Compute the Laplace transform of \((2 - t) u_3(t)\text{.}\)
Solution. \(\rightarrow \lap{(2-t)\cdot u_3(t)}\)
For this problem, we have \(c=3\text{.}\) So the rule becomes:
\begin{equation*}
\lap{f(t)\cdot u_3(t)} = e^{-3s} \lap{f(t + 3)}\text{,}
\end{equation*}
where, in our case, \(f(t) = 2-t\text{,}\) so
\begin{equation*}
f(t+3) = 2-(t+3) = -t-1\text{.}
\end{equation*}
Plugging \(f(t)\) and \(f(t+3)\) into the rule shows us that
\begin{equation*}
\lap{(2-t)\cdot u_3(t)} = e^{-3s} \lap{-t-1}. \qquad \text{(β)}
\end{equation*}
So all we have left to do is compute \(\lap{-t-1}\text{:}\)
\begin{equation*}
\lap{-t-1} = -\lap{t}-\lap{1} = -\frac1{s^2}-\frac1{s}
\end{equation*}
and plug it into (β), to complete the transform:
\begin{equation*}
\lap{(2-t)\, u_3(t)} = -e^{-2s}\left(\frac{1 + s}{s^2}\right).
\end{equation*}
Checkpoint 267. Check Your Understanding.
(a) πβ Apply the Rule for \(f(t) u_c(t)\).
What is the Laplace transform of \((t^2 - 1)\cdot u_2(t)\text{?}\)
- \(e^{-2s} \lap{t^2 - 1}\)
- Close, but we must shift the input inside the function, not leave it as \(t\text{.}\)
- \(e^{-2s} \lap{(t + 2)^2 - 1}\)
- Correct. The shift rule says to replace \(t\) with \(t + c\) inside the function and multiply by \(e^{-cs}\text{.}\)
- \(e^{-2s} \lap{(t - 2)^2 - 1}\)
- Be careful, \(t - 2\) shifts the function right, but the rule calls for \(t + 2\) when we delay the function using \(u_2(t)\text{.}\)
- \(\lap{(t^2 - 1)\cdot u(t - 2)}\)
- This uses the right format, but doesnβt evaluate the Laplace transform. Weβre looking for a formula that includes the exponential shift.
(b) πβ Next Step for the \(f(t) u_c(t)\) Rule.
Suppose you want use L\(_{10}\) to find
\begin{equation*}
\lap{15t^2 u_2(t)}\text{.}
\end{equation*}
You note that \(c=2\) and update the rule as follows:
\begin{equation*}
\lap{f(t)u_2(t)} = e^{-2s}\lap{f(t+2)}\text{.}
\end{equation*}
Whatβs the best next step from here?
- Identify \(f(t)\text{,}\) find \(f(t+2)\text{.}\)
- Correct β you need \(f(t+2)\) to compute \(\lap{f(t+2)}\text{.}\)
- Find \(\lap{f(t)}\text{.}\)
- Finding \(\lap{f(t)}\) isnβt needed for this rule.
- Find \(\ilap{e^{-2s}}\text{.}\)
- This does not help you compute\begin{equation*} \lap{15t^2 u_2(t)}\text{.} \end{equation*}
- Rewrite the rule by moving \(e^{-2s}\) to the denominator as \(e^{2s}\text{.}\)
- You could do this, but there is a better answer.
Subsection Transform of \(f(t-c) u_c(t)\)
Finally, we cover the last rule that will be particularly useful for inverting expressions in the Laplace domain (i.e., step 3) that are associated with step functions.
π Laplace Transform of \(f(t-c) u_c(t)\).
\begin{gather*}
\text{L}_{11}:\quad\lap{f(t-c) u_c(t)} = e^{-cs} F(s), \quad\text{where}\quad F(s) = \lap{f(t)}
\end{gather*}
Derivation of \(\lap{f(t-c) u_c(t)}\).
In terms of the definition of the Laplace transform, we want to show:
\begin{align*}
\os{\ds\lap{f(t-c) u_c(t)}}{\os{\ds\downarrow}{\overline{\int_{0}^{\infty} f(t-c) u_c(t) e^{-st}\ dt}}}
\amp = e^{-cs} \os{\ds \lap{f(t)}}{\os{\ds\downarrow}{\overline{\int_{0}^{\infty} f(t) e^{-st}\ dt}}}
\end{align*}
To show this, we will start with the integral on the left and show it leads to the integral on the right.
\begin{align*}
\int_{0}^{\infty} f(t-c) u_c(t) e^{-st}\ dt
\amp \os{\large\DLBb \text{A}}{=} \int_{c}^{\infty} f(t-c) e^{-st}\ dt\\
\amp \os{\large\DLBb \text{B}}{=} \int_{0}^{\infty} f(t)\ e^{-s(t+c)}\ dt \\
\amp \os{\large\DLBb \text{C}}{=} e^{-cs} \int_0^\infty f(t) e^{-st} \, du
\end{align*}
\(\DLBb \text{A}, \text{B}, \text{C}\) Details.
\(\DLBb\text{A}\ \): \(u_c(t)=0\) on \([0,c)\) makes the lower limit of the integral \(c\text{.}\)
\(\DLBb\text{B}\ \): Shifting \(f(t-c)e^{-st}\) to the left \(c\) units makes it \(f(t)\ e^{-s(t + c)}\) and starts the integral at \(t=0\text{.}\)
\(\DLBb\text{C}\ \): Use the exponential property \(e^{-s(t + c)} = e^{-st} e^{-sc}\) and factor out the constant, \(e^{-sc}\text{,}\) as we are integrating in \(t\text{.}\)
Thus, we have shown
\begin{equation*}
\lap{f(t-c) u_c(t)} = e^{-cs} F(s)
\end{equation*}
where \(F(s) = \lap{f(t)}\text{.}\)
Although you can use this for forward transforms, its main utility is for backward transforms since it only requires you to match terms that look like
\begin{equation*}
e^{-cs}F(s)
\end{equation*}
where \(F(s)\) is one of the common Laplace transforms from the same table. We will explore later when we invert terms in the Laplace domain containing \(e^{-cs}\text{.}\)
Checkpoint 268. πβ Identify the Shifted Input.
Select the expression that goes in the blank.
\begin{equation*}
\lap{t^2 \cdot u_3(t)} = e^{-3s}\lap{\fillinmath{XX}}
\end{equation*}
- \(\ (t + 3)^2\)
- Good! The rule requires replacing \(t\) with \(t + c\) when multiplying by \(u_c(t)\text{.}\)
- \(\ t^2\)
- Not quite β you need to shift the input to \(t + 3\) because the step turns ON at \(t=3\text{.}\)
- \(\ t^2 \cdot u_3(t)\)
- Incorrect, try again.
- \(\ t^2 \cdot (1 - u_3(t))\)
- Incorrect, try again.
With these three rules, we can now transform any piecewise function both into and out of the Laplace domain. In the next section, weβll begin applying these rules to solve differential equations with piecewise forcing functions.
Subsection π€ Wrap-Up
Check Your Understanding.
Checkpoint 269. π€π Laplace Transform Rules for Step Functions Reading Questions.
(a) π€π Match the \(t\)-Domain Function.
Which function goes into the blank?
\begin{equation*}
\lap{\fillinmath{XXXX}} = e^{-2s} \left( \dfrac{1}{s^2} + \dfrac{2}{s} \right)
\end{equation*}
- \(\ (t + 2) \cdot u_2(t)\)
- Yes!
- \((t - 2) \cdot u_2(t)\)
- No β try again.
- \(t^2 \cdot u_2(t)\)
- No β try again.
- \((t + 2)^2 \cdot u_2(t)\)
- No β try again.
You have attempted of activities on this page.