Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>
4
Explain how to find the general solution to the given ODE,
5
and the particular solution to the given IVP.
6
</p>
7
<me>
8
<xsl:value-of select="ode"/>,\hspace{1em}
9
y\big(<xsl:value-of select="t0"/>\big)=<xsl:value-of select="y0"/>
10
</me>
11
<p>Then show how to verify that your particular solution is correct.</p>
12
</statement>
13
<answer>
14
<me><xsl:value-of select="ode_sol"/></me>
15
<me><xsl:value-of select="ivp_sol"/></me>
16
</answer>
17
</exercise>
18