<exercise masterit-seed="3777" 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.8 )</m> and <m>y( -1.8 )</m> given the following
system of IVPs.
</p><me>
x'= -3 \, t y + 2 \, x y \hspace{2em}
x( -2 )= 2 </me><me>
y'= 4 \, t x - 4 \, t y \hspace{2em}
y( -2 )= 1 </me></statement><answer><ul><li><m>x( -1.9 )\approx 3.00 </m> and
<m>y( -1.9 )\approx 0.200 </m></li><li><m>x( -1.8 )\approx 3.23 </m> and
<m>y( -1.8 )\approx -1.93 </m></li></ul></answer></exercise>