Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
20865 views
1
<exercise masterit-seed="1188" masterit-slug="N2" masterit-name="Euler's method for approximating IVP solutions"><statement><p>
2
Use Euler's method with <m>h= 0.10 </m> to approximate
3
<m>x( 1.2 )</m> and <m>y( 1.2 )</m> given the following
4
system of IVPs.
5
</p><me>
6
x'= 3 \, t^{2} x^{2} + 3 \, x y \hspace{2em}
7
x( 1 )= -1 </me><me>
8
y'= -t^{2} y^{2} + 3 \, x^{2} y - 1 \hspace{2em}
9
y( 1 )= 0 </me></statement><answer><ul><li><m>x( 1.1 )\approx -0.700 </m> and
10
<m>y( 1.1 )\approx -0.100 </m></li><li><m>x( 1.2 )\approx -0.502 </m> and
11
<m>y( 1.2 )\approx -0.216 </m></li></ul></answer></exercise>
12
13