Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
| Download
Views: 1794
Image: ubuntu2004
1
<exercise>
2
<statement>
3
<p>
4
Use <url href="https://sagecell.sagemath.org/"/> to run the SageMath code
5
<c>t,y = var('t y'); plot_slope_field(<xsl:value-of select="field_sage"/>, (t,-5,5), (y,-5,5))</c>
6
producing the direction field for the ODE <m><xsl:value-of select="ode"/></m>.
7
</p>
8
<p>
9
Let <m>y_p</m> be the solution to the following IVP.
10
Explain how to use its direction field to approximate the
11
value of <m>y_p</m> at <m>t=<xsl:value-of select="othert"/></m>.
12
</p>
13
<me>
14
<xsl:value-of select="ode"/>\hspace{2em}
15
y(<xsl:value-of select="t0"/>)=<xsl:value-of select="y0"/>
16
</me>
17
</statement>
18
<answer>
19
<me>y_p(<xsl:value-of select="othert"/>)\approx<xsl:value-of select="othery"/></me>
20
</answer>
21
</exercise>
22
23