<exercise>1<statement>2<p>Explain how to find the particular solution to each given IVP.</p>3<ol>4<xsl:for-each select="ivps/*">5<li>6<me>7<xsl:value-of select="ode"/>\hspace{2em}8<xsl:value-of select="var"/>(0)=<xsl:value-of select="iv1"/>,9<xsl:value-of select="var"/>'(0)=<xsl:value-of select="iv2"/>10</me>11</li>12</xsl:for-each>13</ol>14</statement>15<answer>16<xsl:for-each select="ivps/*">17<me><xsl:value-of select="ivp_sol"/></me>18</xsl:for-each>19</answer>20</exercise>212223