Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>
4
Determine which of the following ODEs is exact.
5
</p>
6
<xsl:for-each select="odes/*">
7
<me><xsl:value-of select="."/></me>
8
</xsl:for-each>
9
<p>
10
Then find an implicit solution for this exact ODE
11
satisfying the initial value
12
<m>y(<xsl:value-of select="t0"/>)=<xsl:value-of select="y0"/></m>.
13
</p>
14
</statement>
15
<answer>
16
<p>The following ODE is exact.</p>
17
<me><xsl:value-of select="exact_ode"/></me>
18
<p>
19
Its implicit solution satisfying the initial value is:
20
</p>
21
<me><xsl:value-of select="solution"/></me>
22
</answer>
23
</exercise>
24