<exercise>1<statement>2<p>3Explain how to solve the following IVP.4</p>5<me>6<xsl:value-of select="ode"/>\hspace{2em}7y(0)=<xsl:value-of select="y0"/>,8y'(0)=<xsl:value-of select="yp0"/>9</me>10<p>Hint: <m><xsl:value-of select="partial_fractions"/></m>.</p>11</statement>12<answer>13<me>14\mathcal{L}\{y\}=<xsl:value-of select="ly"/>15</me>16<me>17\mathcal{L}\{y\}=<xsl:value-of select="ly_simp"/>18</me>19<me>20<xsl:value-of select="sol"/>21</me>22</answer>23</exercise>242526