Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
20865 views
1
2
\begin{exerciseStatement}
3
4
5
Compute the Laplace transform \(\mathcal{L}\{y\}\) of \(y = -3 \, \delta\left(t - 4\right) + 2 \, e^{\left(3 \, t\right)} - 4 \, \mathrm{u}\left(t - 4\right) \) by using a transform table.
6
7
8
9
Then show how the integral definition of the Laplace transform to obtains same result.
10
11
12
\end{exerciseStatement}
13
14
\begin{exerciseAnswer}
15
\[
16
\mathcal{L}\{y\} = -\frac{4 \, e^{\left(-4 \, s\right)}}{s} + \frac{2}{s - 3} - 3 \, e^{\left(-4 \, s\right)} \]
17
\end{exerciseAnswer}
18
19
20