Skip to main content

Section 14.7 Qualitative Methods

Not every system of differential equations needs to be solved explicitly to be understood. In this section, we focus on qualitative methods: tools that help us visualize how a system behaves, predict long-term motion, and recognize patterns like decay, spirals, and saddles without finding exact formulas. These ideas give us a big-picture view of linear systems and prepare us for deeper analysis later.

Subsection Phase Planes and Direction Fields

One of the best ways to understand a system β€” especially a linear one β€” is to see it.
The phase plane is a two-dimensional space where we plot one variable on the horizontal axis and the other on the vertical axis. A solution to the system becomes a trajectory β€” a path through the plane traced as time flows.
To see the β€œpush” of the system without fully solving it, we can draw a direction field (or slope field): at each point \((x, y)\text{,}\) we sketch a small arrow showing the vector \((dx/dt, dy/dt)\text{.}\)

🌌 Example 311. Direction Field of an Uncoupled System.

Consider the uncoupled system:
\begin{align*} \frac{dx}{dt} \amp = -x\\ \frac{dy}{dt} \amp = -2y \end{align*}
In the phase plane, every trajectory moves toward the origin β€” trajectories are generally curved (except along the axes, which are straight-line solutions), since \(x\) and \(y\) decay independently at different rates.
For more interesting systems β€” like ones with partial or full coupling β€” the direction field can show curved paths, spirals, or saddle-shaped flows. This visual approach helps us predict system behavior even before we dive into equations.

🌌 Example 312. Phase Portrait of a Partially Coupled System.

For the system:
\begin{align*} \frac{dx}{dt} \amp = -x \\ \frac{dy}{dt} \amp = -y + 2x \end{align*}
The phase portrait shows \(x(t)\) decaying and \(y(t)\) temporarily increasing before decaying, reflecting the one-way interaction.
Phase portraits help us understand the big picture: where solutions are headed, whether they spiral, diverge, or settle down.

Exploring a Direction Field.

This interactive slope field shows the direction of motion for the system \(x' = x + y\text{,}\) \(y' = -x + y\text{.}\) Each arrow represents the vector \((dx/dt, dy/dt)\) at that location.
An interactive direction field in the x-y phase plane for a linear system, drawing an arrow at each grid point to show the direction of motion there.
An interactive figure pairing a phase-plane direction field on the left with a time plot on the right, so the trajectory in the x-y plane can be compared with the curves of x of t and y of t against time t.
Figure 313. Interactive phase-plane

Subsection Qualitative Behavior of Systems

Once we start looking at direction fields, patterns emerge:
Some systems push every solution toward a single point (stable equilibrium). Others send trajectories outward (unstable). Some cause spirals, as if the solution is both rotating and growing or shrinking at the same time.
Even without solving a system, we can often describe these behaviors by looking at the arrows in the phase plane:
  • Straight decay: trajectories slide smoothly toward the origin.
  • Saddles: some trajectories are drawn in, others are pushed away.
  • Spirals: solutions curve inward or outward in looping paths.
These β€œbig-picture” behaviors are not accidents β€” they are completely determined by the algebra of the system’s coefficients. The next subsection makes that connection precise using the eigenvalues from Solving Linear Systems.

Checkpoint 314. πŸ€”πŸ’­ Qualitative Methods for Linear Systems Reading Questions.

(a) πŸ“–β“ Linear or Not?

Decide whether each system is linear or nonlinear.
  • \(x' = 2x + 3y, \ y' = -x + y\)
  • \(x' = xy, \ y' = x - y^2\)
  • The product \(xy\) and the square \(y^2\) make this nonlinear.
  • \(x' = -4x + y, \ y' = 5y\)
  • \(x' = e^x + y, \ y' = -y\)
  • The \(e^x\) term makes this nonlinear.

(b) πŸ“–β“ Defining Features.

What must be true for a system to be called linear?
  • The unknowns and their derivatives appear without products, powers, or nonlinear functions.
  • All coefficients must be positive.
  • Sign of coefficients doesn’t determine linearity β€” their form does.
  • The system must contain exactly two equations.
  • Systems can have more than two equations and still be linear.

(c) πŸ“–β“ What Does the Phase Plane Show?

Select all statements that describe what a phase plane diagram shows.
  • The trajectory of the system as \((x(t), y(t))\) moves through time.
  • The direction of motion at each point (if we draw a direction field).
  • Only the values of \(x\) over time, ignoring \(y\text{.}\)
  • The phase plane shows both variables as a path in 2D space.
  • Exact solutions for every initial condition.
  • The phase plane shows motion qualitatively β€” we don’t always solve for explicit formulas.

(d) πŸ“–β“ Recognizing Patterns.

Match each description to the type of behavior it suggests.
  • Trajectories loop inward toward the origin β†’ Spiral sink
  • Some arrows point toward the origin, others point away β†’ Saddle
  • All trajectories move straight toward the origin β†’ Stable node
  • Trajectories go in circles forever β†’ This always means the system is nonlinear.
  • Not true β€” linear systems can also produce closed loops or spirals.

(e) πŸ“–β“ Benefits of Vector Form.

Why might we rewrite a system as \(\vec{X}' = A \vec{X}\text{?}\)
  • It organizes the system neatly as a single equation.
  • It connects the system to linear algebra tools like eigenvalues.
  • It makes the system nonlinear.
  • No β€” writing it in vector form doesn’t change linearity.
  • It means we no longer have to think about \(x\) and \(y\) separately.
  • Vector form is a tool for structure, but we still care about each variable’s behavior.

Subsection Connecting Eigenvalues to Phase Portraits

In Solving Linear Systems, we saw that the general solution of \(\vec{X}' = A\vec{X}\) is built from terms like \(\vec{v}e^{rt}\text{,}\) where \(r\) is an eigenvalue of \(A\text{.}\) Those eigenvalues are exactly what the phase portrait is showing us: each exponential rate controls whether trajectories grow, decay, or rotate. So once you know the eigenvalues, you can classify the behavior β€” usually without any plotting.
For a \(2\times 2\) system with distinct eigenvalues \(r_1\) and \(r_2\) (real or complex), the standard cases are:
 14 
The borderline case of a repeated eigenvalue (\(r_1 = r_2\)) is more delicate β€” there the eigenvectors also matter, and the portrait can be a star or a degenerate node. We won’t need that case in this book.
Eigenvalues Phase Portrait Behavior of Trajectories
real, both negative (\(r_1 \lt r_2 \lt 0\)) node (sink) all trajectories slide into the origin
real, both positive (\(0 \lt r_1 \lt r_2\)) node (source) all trajectories flow away from the origin
real, opposite signs (\(r_1 \lt 0 \lt r_2\)) saddle drawn in along one eigenvector, flung out along the other
complex, \(r = a \pm bi\) with \(a \lt 0\) spiral sink trajectories loop inward as they decay
complex, \(r = a \pm bi\) with \(a \gt 0\) spiral source trajectories loop outward as they grow
purely imaginary, \(r = \pm bi\) center trajectories orbit the origin in closed loops
The reading is straightforward: the real part of each eigenvalue controls growth (\(e^{at}\) grows when \(a \gt 0\text{,}\) decays when \(a \lt 0\)), and a nonzero imaginary part contributes rotation (through the \(\cos(bt)\) and \(\sin(bt)\) factors in the real form of the solution).
Let’s revisit the two systems we solved earlier through this lens:
  • In 🌌 ExampleΒ 304, the eigenvalues were \(r_1 = 3\) and \(r_2 = -1\) β€” real with opposite signs. The phase portrait is a saddle: solutions starting along the eigenvector \(\begin{bmatrix}1\\-2\end{bmatrix}\) decay toward the origin, while every other solution is eventually carried off in the direction of \(\begin{bmatrix}1\\2\end{bmatrix}\) by the dominant \(e^{3t}\) term.
  • In 🌌 ExampleΒ 305, the eigenvalues were \(r = 2 \pm 5i\) β€” complex with positive real part. The phase portrait is a spiral source: the \(e^{2t}\) factor pushes trajectories outward while the \(\cos(5t)\) and \(\sin(5t)\) factors rotate them.
This connection runs both ways. Eigenvalues predict the picture, and a glance at a phase portrait tells you the character of the eigenvalues β€” spirals mean complex eigenvalues, saddles mean real eigenvalues of opposite signs, and so on. You’ll practice both directions in the exercises.
You have attempted of activities on this page.