Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
20865 views
1
2
\begin{exerciseStatement}
3
4
5
Explain how to use convolution along with the formula \(\mathcal{L}\{e^{at})=\frac{1}{s-a}\)to find the following inverse Laplace transform:
6
7
\[
8
\mathcal{L}^{-1}\left\{ \frac{7}{3 \, {\left(s - 5\right)} {\left(s - 6\right)}} \right\}
9
\]
10
\end{exerciseStatement}
11
12
\begin{exerciseAnswer}
13
\[ \frac{7}{3} \, e^{\left(6 \, t\right)} - \frac{7}{3} \, e^{\left(5 \, t\right)} \]
14
\end{exerciseAnswer}
15
16
17