<exercise masterit-seed="9631" masterit-slug="N2" masterit-name="Euler's method for approximating IVP solutions"><statement><p>
Use Euler's method with <m>h= 0.10 </m> to approximate
<m>x( 1.2 )</m> and <m>y( 1.2 )</m> given the following
system of IVPs.
</p><me>
x'= 4 \, t^{2} x^{2} + 2 \, x y^{2} - 3 \hspace{2em}
x( 1 )= 1 </me><me>
y'= -t^{2} y - 4 \, x y - 1 \hspace{2em}
y( 1 )= -1 </me></statement><answer><ul><li><m>x( 1.1 )\approx 1.30 </m> and
<m>y( 1.1 )\approx -0.600 </m></li><li><m>x( 1.2 )\approx 1.91 </m> and
<m>y( 1.2 )\approx -0.315 </m></li></ul></answer></exercise>