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