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
\[ -12 \, {y} + 12 \, \delta\left(t - 1\right) = -3 \, {y''} \hspace{2em}
8
y(0)= 0 ,
9
y'(0)= -8 \]
10
11
Hint: \( \frac{1}{s^{2} - 4} = -\frac{1}{4 \, {\left(s + 2\right)}} + \frac{1}{4 \, {\left(s - 2\right)}} \).
12
13
14
\end{exerciseStatement}
15
16
\begin{exerciseAnswer}
17
\[
18
\mathcal{L}\{y\}= -\frac{4 \, e^{\left(-s\right)}}{s^{2} - 4} - \frac{8}{s^{2} - 4} \]\[
19
\mathcal{L}\{y\}= \frac{e^{\left(-s\right)}}{s + 2} - \frac{e^{\left(-s\right)}}{s - 2} + \frac{2}{s + 2} - \frac{2}{s - 2} \]\[ {y} = -e^{\left(2 \, t - 2\right)} \mathrm{u}\left(t - 1\right) + e^{\left(-2 \, t + 2\right)} \mathrm{u}\left(t - 1\right) - 2 \, e^{\left(2 \, t\right)} + 2 \, e^{\left(-2 \, t\right)} \]
20
\end{exerciseAnswer}
21
22
23