Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
20865 views
1
<exercise>
2
<statement>
3
<p>
4
Consider the following
5
autonomous ODE.
6
</p>
7
<me><xsl:value-of select="ode"/></me>
8
<ol>
9
<li>
10
<p>Draw a slope field and phase line for the ODE.</p>
11
</li>
12
<li>
13
<p>
14
Mark each equilibrium of the ODE, and label each
15
as sink/source/neither and stable/unstable.
16
</p>
17
</li>
18
<li>
19
<p>
20
Suppose you have the initial condition
21
<m>x(<xsl:value-of select="t0"/>)=<xsl:value-of select="x0"/></m>.
22
Explain where the value of <m>x</m> limits as <m>t</m> grows very large,
23
under both theoretical and real-world contexts.
24
</p>
25
</li>
26
</ol>
27
</statement>
28
<answer>
29
<p>
30
The equilibrium <m><xsl:value-of select="a"/></m> is <xsl:value-of select="a_label"/>.
31
</p>
32
<xsl:if test="z_label != 'NA'">
33
<p>
34
The equilibrium <m>0</m> is <xsl:value-of select="z_label"/>.
35
</p>
36
</xsl:if>
37
<p>
38
The equilibrium <m><xsl:value-of select="b"/></m> is <xsl:value-of select="b_label"/>.
39
</p>
40
<p>
41
Mathematically, <m>x</m> limits to <m><xsl:value-of select="math_lim"/></m>.
42
</p>
43
<p>
44
Under real-world conditions, <m>x</m> limits to <m><xsl:value-of select="real_lim"/></m>.
45
</p>
46
</answer>
47
</exercise>
48
49