Math Insight

Two dimensional autonomous differential equation problems

Name:
Group members:
Section:
  1. For the following system of differential equations, plot the nullclines in the phase plane: \begin{align*} \diff{r}{t} &= -r(2-s)\\ \diff{s}{t} &= s(3-r). \end{align*} Find the equilibria and indicate their location on the phase plane. Plot direction arrows and a plausible solution in the phase plane for the initial conditions $r(0)=1$ and $s(0)=1$.

  2. Consider the two-dimensional system of autonomous differential equations \begin{align*} \diff{w}{t} &= -w-u + 1\\ \diff{u}{t} &= w-u +1 \end{align*}
    1. Find the nullclines and sketch them on the phase plane. Be sure to label your axes and the nullclines.
    2. Identify all equilbria. Give their values and show them in the phase plane.
    3. Sketch a direction arrow in each of the regions of the phase plane divided by the nullclines.
    4. Sketch a direction arrow on each segment of each nullcline.
    5. Sketch a plausible solution in the phase plane starting at the initial condition $(w(0),u(0))=(0,0)$ that is consistent with your direction arrows.
    6. Sketch a plausible solution of $w(t)$ and $u(t)$ versus time $t$ that corresponds to your sketch in the phase plane.
    7. Estimate the solution $w(t)$ and $u(t)$ with initial conditions $(w(0),u(0))=(0,0)$ using three steps of the Forward Euler algorithm with time step $\Delta t = 1$.

  3. A population of deer of size $e(t)$ is the chief food source of a population wolves of size $w(t)$. The population sizes evolve according to the equations \begin{align*} \diff{ e }{t} &= \alpha e - \beta ew\\ \diff{ w }{t} &= -\gamma w + \delta ew \end{align*} where $\alpha = 1$, $\beta = 0.01$, $\gamma=0.3$, and $\delta = 0.0003$.
    1. Calculate the nullclines and plot them on the phase plane. To help you, we show a phase plane plot below. Dotted lines are included as a hint, but they are not intended to be complete. Be sure to label the nullclines.
    2. Identify all equilibria. Give their values and show them in the phase plane.
    3. Sketch a direction arrow in each of the regions of the phase plane divided by the nullclines. You only need to consider the part of the phase plane where $e(t) \ge 0 $ and $w(t) \ge 0$.
    4. Sketch a direction arrow on each segment of each nullcline.
    5. Sketch a plausible solution in the phase plane starting at the initial condition of 1200 and 60 , i.e., $(e(0),w(0))=(1200,60)$. The solution should be consistent with your direction arrows.

  4. Consider the two-dimensional system of autonomous differential equations \begin{align*} \diff{m}{t} &= h(m,b)\\ \diff{b}{t} &= k(m,b), \end{align*} where $h$ and $k$ are some functions. The nullclines of this system are plotted in the below phase plane, where $m$ is plotted on the horizontal axis and $b$ is plotted on the vertical axis. The $m$-nullcline is plotted by the thick red line; the $b$-nullcline is plotted by the thin purple line. The nullclines divide the phase plane into five regions. In each of those regions, directions arrows are shown indicating the general direction of the flow of solution trajectories in the region. The direction arrows indicate whether the state variables ($m$ and $b$) increase or decrease in the region. Example phase plane with nullclines 2
    1. Along each segment of each nullcline, draw a direction arrow indicating the direction of solution trajectories that cross the nullcline.
    2. Identify all equilbria by indicating their position in the phase plane and estimating the values of $m$ and $b$ at each equilibrium.
    3. Imagine that the initial condition was $(m(0),b(0))=(6,-1)$, as shown by the green diamond. Sketch in the phase plane a plausible solution of the differential equations with that initial condition. You should should be consistent with all the information given and what you determined.
    4. Sketch how this solution might look like when plotted versus time. Plot a curve for both $m(t)$ and $b(t)$ where you use $t$ for the horizontal axis. You solution simply needs to be consistent with the solution you sketched in the phase plane.