<exercise checkit-seed="0005" checkit-slug="AA3" checkit-title="Euler's Method">
<statement>
<p>
Show how to use Euler's method with two steps to approximate
<m>x(-0.60)</m> given the following
IVP.
</p>
<me>
x'=-t x^{2} - 2 \, x^{3} - 3;\qquad
x(-1)=-2
</me>
</statement>
<answer>
<ul>
<li>
<m>x(-0.80)\approx 1.40</m>
</li>
<li>
<m>x(-0.60)\approx 0.0176</m>
</li>
</ul>
</answer>
</exercise>