Skip to main content
Logo image

Section Linear System Basics

After exploring uncoupled, partially coupled, and fully coupled systems, we now turn to the most tractable and widely used class: linear systems with constant coefficients.
Their algebraic form is simple enough for exact analysis, yet flexible enough to model everything from harmonic oscillators to interacting populations. Our first task is to define what β€œlinear” means and show how a short piece of matrix notation can replace a page-full of equations.

Subsection What Makes a System Linear?

A system is linear if every equation is linear with respect to its dependent variables (all to the power of one). For two variables \(x(t)\) and \(y(t)\) general form is
\begin{align*} \frac{dx}{dt} \amp = a x + b y\\ \frac{dy}{dt} \amp = c x + d y \end{align*}
where \(a\text{,}\) \(b\text{,}\) \(c\text{,}\) and \(d\) are constants. The system is therefore autonomous (no explicit \(t\)) and planar (two-dimensional).

Checkpoint 287.

Select of linearity of each equation, then select the linearity of the system.
\begin{equation*} \frac{dx}{dt}= \end{equation*}
\(2x + 3y\) linear β€” nonlinear
\begin{equation*} \frac{dy}{dt}= \end{equation*}
\(xy\) linear β€” nonlinear
The system as a whole is: linear β€” nonlinear

Subsection The Matrix Formulation

Writing the same system once more,
\begin{align*} \frac{dx}{dt} \amp = a x + b y\\ \frac{dy}{dt} \amp = c x + d y \end{align*}
define the coefficient matrix and state vector
\begin{equation*} A = \begin{bmatrix} a \amp b \\ c \amp d \end{bmatrix}, \qquad Y = \begin{bmatrix} x \\ y \end{bmatrix}, \qquad \frac{dY}{dt} = \begin{bmatrix} \dfrac{dx}{dt} \\ \dfrac{dy}{dt} \end{bmatrix} \end{equation*}
Matrix multiplication then packages both equations into the single vector equation
\begin{equation*} \frac{dY}{dt} = AY. \end{equation*}
This compact format presents the system as a single equation, linking directly to linear algebra tools like eigenvalues, which we will explore later.

Subsection From Two to \(n\) Dimensions

For \(n\) variables \(y_1,\dots,y_n\) a constant-coefficient linear system reads
\begin{equation*} \frac{dY}{dt} = AY, \qquad Y = \begin{bmatrix} y_1 \\ \vdots \\ y_n \end{bmatrix}, \quad A = \begin{bmatrix} a_{11} \amp a_{12} \amp \dots \amp a_{1n} \\ \vdots \amp \amp \ddots \amp \vdots \\ a_{n1} \amp a_{n2} \amp \dots \amp a_{nn} \end{bmatrix}. \end{equation*}
The dimension of the system equals the length of \(Y\text{.}\) Our focus this chapter remains on the planar case (\(n=2\)) where geometry and algebra meet most clearly.
The number of dependent variables is called the dimension of the system. For example, the three-dimensional system:

Checkpoint 288.

Subsection πŸ“€ Wrap-Up

πŸ—οΈ \(\textbf{Key Takeaways...}\)
  • A system is linear if its unknowns appear without products, powers, or nonlinear functions.
  • We’ll focus on constant-coefficient linear systems, where the coefficients don’t change over time.
  • These systems can be written in vector form: \(\dfrac{dY}{dt} = AY\text{.}\)

Check Your Understanding.

Checkpoint 289. πŸ€”πŸ’­ Linear System Basics.
(a) πŸ“–β“ Linear or Not?
Decide whether each system is linear or nonlinear.
  • \(\ds\quad\left\{\ \begin{array}{l} x' = 2x + 3y,\\y' = -x + y\end{array}\right.\)
  • \(\ds\quad\left\{\ \begin{array}{l} x' = xy, \\ y' = x - y^2\end{array}\right.\)
  • The product \(xy\) and the square \(y^2\) make this nonlinear.
  • \(\ds\quad\left\{\ \begin{array}{l} x' = -4x + y, \\ y' = 5y\end{array}\right.\)
  • \(\ds\quad\left\{\ \begin{array}{l} x' = e^x + y, \\ y' = -y\end{array}\right.\)
  • The \(e^x\) term makes this nonlinear.
(b) πŸ“–β“ Identify Each System.
Select the linear systems.
  • \(\ds\quad\left\{\ \begin{array}{l} x' = 4x - y,\\ y' = 2x + 3y\end{array}\right.\)
  • \(\ds\quad\left\{\ \begin{array}{l} x' = xy,\\ y' = x - y^2\end{array}\right.\)
  • \(\ds\quad\left\{\ \begin{array}{l} x' = -y,\\ y' = x\end{array}\right.\)
  • \(\ds\quad\left\{\ \begin{array}{l} x' = \sin x + y,\\ y' = x\end{array}\right.\)
(c) πŸ“–β“ Benefits.
Choose all advantages of writing \(\frac{dY}{dt} = AY\text{.}\)
  • It condenses multiple equations into one.
  • It links the system to eigenvalues and eigenvectors.
  • It turns any nonlinear system into a linear one.
  • It eliminates the need for initial conditions.
You have attempted of activities on this page.