<exercise>
<statement>
<p>
Explain how to find the general solution to the given ODE,
and the particular solution that satisfies the given initial value.
</p>
<me>
<xsl:value-of select="ode"/>,\hspace{1em}
y\big(<xsl:value-of select="t0"/>\big)=<xsl:value-of select="y0"/>
</me>
</statement>
<answer>
<me><xsl:value-of select="ode_sol"/></me>
<me><xsl:value-of select="ivp_sol"/></me>
</answer>
</exercise>