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
Modify the line of SageMath code
6
<c>t,y = var('t y'); plot_slope_field(FIXME, (t,-5,5), (y,-5,5))</c>
7
and run it at <url href="https://sagecell.sagemath.org/"/> to
8
produce the direction field for the ODE <m>{{ode}}</m>.
9
</p>
10
<p>
11
Then explain how to use its direction field to approximate the
12
value of <m>y({{othert}})</m> given
13
the initial value <m>y({{t0}})={{y0}}</m>.
14
</p>
15
</statement>
16
<answer>
17
<p>
18
Replace <c>FIXME</c> with <c>{{field_sage}}</c> to show
19
the direction field. Then sketch a curve passing through the initial value
20
to show that
21
<m>y({{othert}})\approx {{othery}}</m>.
22
</p>
23
</answer>
24
</exercise>
25
26