Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
20865 views
1
<exercise>
2
<statement>
3
<p>
4
Draw a phase plane for the following system of ODEs.
5
</p>
6
<me>x'=<xsl:value-of select="dxdt"/></me>
7
<me>y'=<xsl:value-of select="dydt"/></me>
8
<p>Be sure to include and label the following features in your sketch:</p>
9
<ul>
10
<li>The isoclines <m>x'=0</m> and <m>y'=0</m>.</li>
11
<li>Arrow systems describing trajectories of solutions.</li>
12
<li>The equillibrium of the system.</li>
13
</ul>
14
</statement>
15
<answer>
16
<p>
17
The isoclines cross at the equillibrium <m><xsl:value-of select="intersection"/></m>,
18
with <m>x'=0</m> having a <xsl:value-of select="dxdt_slope"/> slope
19
and <m>y'=0</m> having a <xsl:value-of select="dydt_slope"/> slope.
20
</p>
21
<p>
22
The right region has a <xsl:value-of select="right_arrows"/> arrow system,
23
the top region has a <xsl:value-of select="top_arrows"/> arrow system,
24
the left region has a <xsl:value-of select="left_arrows"/> arrow system, and
25
the bottom region has a <xsl:value-of select="bottom_arrows"/> arrow system.
26
</p>
27
</answer>
28
</exercise>
29