Skip to main content
Mathematics LibreTexts

5.2: Homogeneous Systems of Differential Equations

  • Page ID
    408
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    In this discussion we will investigate how to solve certain homogeneous systems of linear differential equations. We will also look at a sketch of the solutions.

    Example \(\PageIndex{1}\)

    Consider the system of differential equations

    \[ x' = x + y \nonumber \]

    \[ y' = -2x + 4y. \nonumber \]

    This is a system of differential equations. Clearly the trivial solution (\(x = 0\) and \(y = 0\)) is a solution, which is called a node for this system. We want to investigate the behavior of the other solutions. Do they approach the origin or are they repelled from it? We can graph the system by plotting direction arrows. We will calculate a few of these arrows and then use a computer to finish the plot.

    Consider the point \((0,1)\). We have

    \[x' = 1 \;\;\; \text{and} \;\;\; y' = 4\nonumber \]

    so that

    \[ \dfrac{dy}{dx} = \dfrac{4}{1} = 4. \nonumber \]

    We plot a small arrow emanating from \((0,1)\) with slope 4.

    Consider the point \((1,0)\). We have

    \[x' = 1 \;\;\; \text{and} \;\;\; y' = -2\nonumber \]

    so that

    \[ \dfrac{dy}{dx} = \dfrac{-2}{1} = -2.\nonumber \]

    We plot a small arrow emanating from \((1,0)\) with slope -2. Below is a computer generated graph. We call the xy-plane the phase plane for the differential equation and the plot the phase portrait.

    homoge1.gif

    Notice that all solutions are repelled from the origin. The origin is called an unstable equilibrium point.

    Our next task is to find an explicit solution for the system. We write the system as

    \[ \textbf{x}' = A\textbf{x} \nonumber \]

    where

    \[A=\begin{pmatrix} 1 &1 \\ -2 & 4 \end{pmatrix}. \nonumber \]

    Just as with higher order differential equations, we assume that the solution is in the form

    \[\textbf{x} = \textbf{z}e^{rt} \nonumber \]

    where x is a vector solution and z is a constant vector. We have

    \[ \textbf{x}' = r \textbf{z}e^{rt}\nonumber \]

    so that

    \[r\textbf{z}e^{rt}=A\textbf{z}e^{rt}. \nonumber \]

    We can divide by \(e^{rt}\) to get

    \[A \textbf{z}=r\textbf{z}.\nonumber \]

    Finding a solution is equivalent to finding an eigenvalue of the matrix. We can use a calculator to find that the eigenvalues are

    \[r = 2 \;\;\; \text{and} \;\;\; r = 3.\nonumber \]

    To find the constants, we can plug the eigenvalues into

    \[ A - rI. \nonumber \]

    Plugging in \(r = 2\) gives

    \[A-2I = \begin{pmatrix} -1 & -1 \\ -2 & 2 \end{pmatrix}. \nonumber \]

    The first row tells us that

    \[ -x + y = 0 \nonumber \]

    and the eigenvector is

    \[z_2=\begin{pmatrix} 1 \\ 1 \end{pmatrix}. \nonumber \]

    Plugging in \(r = 3\) gives

    \[A-3I = \begin{pmatrix} -2 & 1 \\ -2 & 1 \end{pmatrix}. \nonumber \]

    The first row tells us that

    \[-2x + y = 0 \nonumber \]

    and the eigenvector is

    \[ z_3 = \begin{pmatrix} 1 \\ 2 \end{pmatrix}. \nonumber \]

    We can conclude that the general solution is

    \[\begin{pmatrix} x \\ y \end{pmatrix} = c_1\begin{pmatrix}1 \\ 1\end{pmatrix}e^{2t} + c_2\begin{pmatrix}1 \\ 2 \end{pmatrix} e^{3t} \nonumber \]

    or that

    \[ x = c_1e^{2t} + c_2e^{3t} \nonumber \]

    \[ y = c_1e^{2t} + 2c_2e^{3t}. \nonumber \]

    There is a direction relationship between the type of node the origin is and the eigenvalues of the matrix. In the example above the eigenvalues are both positive, thus both x and y are repelled from the origin as \(t\) becomes large. In particular if either of the eigenvalues are positive, then the trajectories repel from the origin. If the eigenvalues had both been negative, then both \(x\) and \(y\) approach zero as \(t\) approaches 0. Hence, all trajectories travel towards the origin for large \(t\).

    homoge8.jpg

    The cases where the eigenvalues are complex will be studied in the next discussion.

    Contributors and Attributions


    5.2: Homogeneous Systems of Differential Equations is shared under a not declared license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?