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