Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
3774 views
ubuntu2004
1
<?xml version='1.0' encoding='UTF-8'?>
2
<exercise xmlns="https://spatext.clontz.org" version="0.0">
3
<statement>
4
<p>
5
Show how to use Euler's method with two steps to approximate
6
<m>x({{#final}}{{t}}{{/final}})</m> given the following
7
IVP.
8
</p>
9
<me>
10
x'={{xp}};\qquad
11
{{#init}}x({{t}})={{x}}{{/init}}
12
</me>
13
</statement>
14
<answer>
15
<ul>
16
{{#vals}}
17
<li>
18
<m>x({{t}})\approx {{x}}</m>
19
</li>
20
{{/vals}}
21
</ul>
22
</answer>
23
</exercise>
24