Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
20865 views
1
<exercise masterit-seed="5049" masterit-slug="D4" masterit-name="Using Laplace transforms to solve IVPs">
2
<statement>
3
<p>
4
Explain how to solve the following IVP.
5
</p>
6
<me> -12 \, {y} + 12 \, \delta\left(t - 1\right) = -3 \, {y''} \hspace{2em}
7
y(0)= 0 ,
8
y'(0)= -8 </me>
9
<p>Hint: <m> \frac{1}{s^{2} - 4} = -\frac{1}{4 \, {\left(s + 2\right)}} + \frac{1}{4 \, {\left(s - 2\right)}} </m>.</p>
10
</statement>
11
<answer>
12
<me>
13
\mathcal{L}\{y\}= -\frac{4 \, e^{\left(-s\right)}}{s^{2} - 4} - \frac{8}{s^{2} - 4} </me>
14
<me>
15
\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} </me>
16
<me> {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)} </me>
17
</answer>
18
</exercise>
19
20
21