Phase Portraits of Nonlinear Systems

Consider a $2 \times 2$, possibly nonlinear, autonomous system $x' = f(x,y)$, $y' = g(x,y)$ (autonomous means that the independent variable $t$, thought of as representing time, does not occur on the right sides of the equations). Just as we did for linear systems, we want to look at the trajectories of the system. Since in most cases it is impossible to solve these systems exactly, we will concentrate on the qualitative aspects, and in particular on how to sketch the phase portrait by hand.

Here are some of the principles of trajectory sketching:


The linear approximation to a function of two variables $f(x,y)$ near a point $(a,b)$ is

\begin{displaymath}f(x,y) \approx f(a,b) + (x-a) \frac{\partial f}{\partial x}(a,b) +
(y-a) \frac{\partial f}{\partial y}(a,b) \end{displaymath}

We want to do this in particular at an equilibrium point, where $f(a,b) = g(a,b) =
0$. It is useful to make a change of variables $u = x-a$, $v = y-b$, so $u=0$, $v=0$ corresponds to the equilibrium point. Then the linearization of our system at this equilibrium point is the $2 \times 2$ constant-coefficient linear homogeneous system

\begin{displaymath}\pmatrix{u\cr v\cr}' = J(a,b)
\pmatrix{u\cr v\cr} \end{displaymath}

where the matrix

\begin{displaymath}J = \pmatrix{ \partial f/\partial x & \partial f/\partial y\cr
\partial g/\partial x & \partial g/\partial y\cr}\end{displaymath}

is called the Jacobian of the vector field $(f,g)$.

Example: Consider the system

$x' = x (y - 1)$,

$y' = y (x-1)$.

For an equilibrium point we need $x (y-1) = 0$ (i.e. $x=0$ or $y=1$) and $y (x-1) = 0$ (i.e. $y=0$ or $x=1$). There are thus two equilibrium points: $(0,0)$ and $(1,1)$.

Before classifying the equilibrium points, it's a good idea to draw the isoclines for $x' = 0$ and $y'=0$. I'll plot the first in blue and the second in green. I indicate with arrows the direction field in each region and on the isoclines. The intersections of the blue and green isoclines are the equilibrium points.

The Jacobian matrix is $\displaystyle J(x,y) = \pmatrix{ y-1 & x\cr y & x-1 \cr}$. At the equilibrium point $(0,0)$ this is $\displaystyle \pmatrix{ -1 & 0\cr 0 & -1\cr}$. That has a double eigenvalue $-1$, and two linearly independent eigenvectors. Therefore the equilibrium point $(0,0)$ is a singular node, and is an attractor.

At the second equilibrium point $(1,1)$ the Jacobian matrix is $\displaystyle \pmatrix{0 & 1\cr 1 & 0\cr}$. This has eigenvalues 1 and $-1$. Therefore the equilibrium point $(1,1)$ is a saddle. The eigenvectors are $\displaystyle \pmatrix{1\cr 1\cr}$ for 1 and $\displaystyle \pmatrix{-1\cr 1\cr}$ for $-1$. The picture below shows the phase plane with some parts of trajectories near the two equilibrium points. Note that the directions of these trajectories agree with the direction field arrows from the previous picture.

Now we sketch some trajectories. There are trajectories on the $x$ and $y$ axes (going inwards to the equilibrium point at the origin), because $x' = 0$ when $x=0$ and $y'=0$ when $y=0$. Next it's a good idea to sketch the trajectories coming out of and going in to the saddle point. For example, one comes in to the saddle point from below and to the right. We go backwards in time, following the arrows backward. These arrows point up and left in the region $x > 1$, $0 < y < 1$. The trajectory must curve to avoid the trajectory on the positive $x$ axis. It is presumably asymptotic to that axis. The trajectory coming out of the saddle point down and to the left must continue down and to the left until it ends at the equilibrium point $(0,0)$.

Finally, we draw some more trajectories, including at least one in each region. Note that those trajectories that enter the equilibrium point at $(0,0)$ can do so at any angle.

Our picture is symmetric about the line $x=y$, because of the fact that the system of equations remains the same if you interchange $x$ and $y$.

The trajectories entering and leaving the saddle point are separatrices. All trajectories below and to the left of the two trajectories entering the saddle go to the equilibrium point $(0,0)$ as $t \to
\infty$, while those above and to the right go off to infinity asymptotic to the line $x=y$. Below and to the right of the trajectories leaving the saddle, everything comes in from infinity asymptotic to the positive $x$ axis (as $t \to -\infty$), while above and to the left of these everything comes in from infinity asymptotic to the positive $y$ axis.


As I mentioned, there are two exceptions to the rule that the phase portrait near an equilibrium point can be classified by the linearization at that equilibrium point. The first is where 0 is an eigenvalue of the linearization (we didn't even look at the linear system in that case!). The second exception is where the linearization is a centre. The linear system has periodic solutions, corresponding to trajectories that are closed curves (ellipses). Imagine starting at some point and following the direction field. After going all the way around the equilibrium point, in the linear system you return exactly to the point you started at. This is a very delicate matter, and any nonlinear effect, even if very small, could spoil it. If in the nonlinear system you come back slightly farther away from the equilibrium point than where you started, then your trajectory can not be a closed curve. The next time around, you will be still farther away. The trajectory will spiral away from the equilibrium point. If all trajectories near the equilibrium point are like this, the equilibrium point is an unstable spiral. On the other hand, if after one turn around the equilibrium point you are slightly closer than where you started, your trajectory spirals inwards. If all trajectories near the equilibrium point are like this, the equilibrium point is a stable spiral (and an attractor). Here are pictures of those two possibilities. The third possibility, of course, is that you do come back exactly to the point where you started, and it really is a centre.

One way to show that a centre of the linearized system is still a centre in the nonlinear system is to find an equation for the trajectories. If there is such an (implicit) equation $F(x,y) = c$ where $F$ is a smooth function, not constant in any region, and $c$ an arbitrary constant, then the trajectories, which are level curves of this function, can not be spirals but can be closed curves. This occurs both in the predator-prey and pendulum systems.





Robert Israel
2002-04-01