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