Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
20865 views
1
2
\begin{exerciseStatement}
3
4
5
Explain how to find the particular solution to each given IVP.
6
7
8
\begin{enumerate}[(a)]
9
\item \[ 100 \, {x} = -{x''} \hspace{2em}
10
{x} (0)= -2 ,
11
{x} '(0)= -50 \]
12
\item \[ {y''} + 3 \, {y'} = 10 \, {y} \hspace{2em}
13
{y} (0)= 7 ,
14
{y} '(0)= -14 \]
15
\end{enumerate}
16
17
\end{exerciseStatement}
18
19
\begin{exerciseAnswer}
20
\[ {x} = -2 \, \cos\left(10 \, t\right) - 5 \, \sin\left(10 \, t\right) \]\[ {y} = 3 \, e^{\left(2 \, t\right)} + 4 \, e^{\left(-5 \, t\right)} \]
21
\end{exerciseAnswer}
22
23
24