Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
20865 views
1
2
\begin{exerciseStatement}
3
4
5
Explain how to solve the following IVP.
6
7
\[ 18 \, \delta\left(t - 3\right) = -6 \, {y'} - 24 \, {y} + 3 \, {y''} \hspace{2em}
8
y(0)= 0 ,
9
y'(0)= -6 \]
10
11
Hint: \( \frac{1}{s^{2} - 2 \, s - 8} = -\frac{1}{6 \, {\left(s + 2\right)}} + \frac{1}{6 \, {\left(s - 4\right)}} \).
12
13
14
\end{exerciseStatement}
15
16
\begin{exerciseAnswer}
17
\[
18
\mathcal{L}\{y\}= \frac{6 \, e^{\left(-3 \, s\right)}}{s^{2} - 2 \, s - 8} - \frac{6}{s^{2} - 2 \, s - 8} \]\[
19
\mathcal{L}\{y\}= -\frac{e^{\left(-3 \, s\right)}}{s + 2} + \frac{e^{\left(-3 \, s\right)}}{s - 4} + \frac{1}{s + 2} - \frac{1}{s - 4} \]\[ {y} = e^{\left(4 \, t - 12\right)} \mathrm{u}\left(t - 3\right) - e^{\left(-2 \, t + 6\right)} \mathrm{u}\left(t - 3\right) - e^{\left(4 \, t\right)} + e^{\left(-2 \, t\right)} \]
20
\end{exerciseAnswer}
21
22
23