Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
20865 views
1
2
\begin{exerciseStatement}
3
4
5
Determine which of the following ODEs is exact.
6
7
\[ -4 \, t y^{2} - 5 \, y^{2} = -3 \, t^{2} {y'} + 4 \, t {y'} \]\[ -8 \, y^{3} {y'} - 3 \, t^{2} {y'} = -4 \, t^{2} y {y'} - 4 \, t y^{2} + 6 \, t y \]
8
9
Then find an implicit solution for this exact ODE satisfying the initial value \(y( -1 )= 1 \).
10
11
12
\end{exerciseStatement}
13
14
\begin{exerciseAnswer}
15
16
17
The following ODE is exact.
18
19
\[ -8 \, y^{3} {y'} - 3 \, t^{2} {y'} = -4 \, t^{2} y {y'} - 4 \, t y^{2} + 6 \, t y \]
20
21
Its implicit solution satisfying the initial value is:
22
23
\[ 2 \, t^{2} y^{2} - 2 \, y^{4} - 3 \, t^{2} y = \left(-3\right) \]
24
\end{exerciseAnswer}
25
26
27