Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
20865 views
1
2
\begin{exerciseStatement}
3
4
5
Use Euler's method with \(h= 0.10 \) to approximate \(x( 0.20 )\) and \(y( 0.20 )\) given the following system of IVPs.
6
7
\[
8
x'= -2 \, t^{2} x^{2} - 2 \, t y^{2} + 3 \hspace{2em}
9
x( 0 )= -2 \]\[
10
y'= -3 \, x^{2} y^{2} - 2 \, t^{2} x - 3 \hspace{2em}
11
y( 0 )= -2 \]
12
\end{exerciseStatement}
13
14
\begin{exerciseAnswer}
15
16
\begin{itemize}
17
\item \(x( 0.10 )\approx -1.70 \) and \(y( 0.10 )\approx -7.10 \)
18
\item \(x( 0.20 )\approx -2.41 \) and \(y( 0.20 )\approx -51.1 \)
19
\end{itemize}
20
21
\end{exerciseAnswer}
22
23
24