Skip to main content
Logo image

Section 6.5 Higher-Order Equations

Solving higher-order linear homogeneous constant coefficient (LHCC) equations is an extension of the methods used for second-order equations. The basic strategy remains the same: solve the characteristic equation, then construct the general solution. However, for higher-order equations, the characteristic equation is a higher-degree polynomial, which can make finding the solutions more challenging.

Definition 7. LHCC Characteristic Equation.

The characteristic equation of an \(n\)-th order LHCC equation
\begin{equation*} a_n\ y^{(n)} + a_{n-1}\ y^{(n-1)} + \cdots + a_1\ y' + a_0\ y = 0 \end{equation*}
is the \(n\)-th degree polynomial
 7 
\begin{equation*} a_n\ r^n + a_{n-1}\ r^{n-1} + \cdots + a_1 r + a_0 = 0\text{.} \end{equation*}
The solutions to this polynomial, \(r_1, r_2, \dots r_n\text{,}\) correspond to the roots that determine the form of the general solution.
In general, the characteristic equation will have \(n\) roots, which may be real or complex and may also include repeated roots. Each root of the characteristic equation leads to a term in the general solution of the LHCC. Examples in the table below illustrate the process of constructing these general solutions based on the different types of roots.
Table 8. Examples of LHCC General Solutions
Characteristic Equation
Solutions
General Solution
\(r = 3, -3, 5.3\)
(3rd order)
\begin{equation*} c_1e^{3t} + c_2e^{-3t} + c_3e^{5.3t} \end{equation*}
\(r = 6 \pm i\sqrt{7.7}, 0\)
(3rd order)
\begin{equation*} e^{6t}\left(c_1\sin(\sqrt{7.7}t) + c_2\cos(\sqrt{7.7}t)\right) + c_3 \end{equation*}
\(r = -4 \text{ (triple)}, 5.3\)
(4th order)
\begin{equation*} (c_1t^2 + c_2t + c_3)e^{-4t} + c_4e^{5.3t} \end{equation*}
\(r = \pm \frac{i}{2}, 2 \pm i\)
(4th order)
\begin{equation*} c_1\sin\left(\frac{t}{2}\right) + c_2\cos\left(\frac{t}{2}\right) + e^{2t}(c_3\sin t + c_4\cos t) \end{equation*}
\(r = 0 \text{ (double)}, 3 \text{ (5-repeats)}\)
(7th order)
\begin{equation*} c_1t + c_2 + (c_3t^4 + c_4t^3 + c_5t^2 + c_6t + c_7)e^{3t} \end{equation*}
\(r = \pm i, \pi \text{ (double)}, 5\)
(5th order)
\begin{equation*} c_1\sin t + c_2\cos t + (c_3t + c_4)e^{\pi t} + c_5e^{5t} \end{equation*}
As the table demonstrates, constructing the general solution of an LHCC equation is systematic once you have the roots of the characteristic equation. However, solving higher-order polynomial equations by hand can be difficult. The next example shows a few algebra techniques you can use to handle higher degree equations.

Example 9.

\(\ \ \)
  1. \(\displaystyle 4 r^2 - 9 = 0 \)
  2. \(\displaystyle r^3 + 3 r^2 - 4 r = 0 \)
  3. \(\displaystyle r^5 + 10 r^4 = 0 \)
  4. \(\displaystyle r^5 - 4 r^3 = 0 \)
  5. \(\displaystyle r^4 - 25 = 0 \)
  6. \(\displaystyle r^4 - 5r^2 + 4 = 0 \)
Solution.
Note: DoS = Difference of Squares.
  1. \(4 r^2 - 9 = 0 \) \(\leftarrow\) DoS
    \((2 r + 3)(2 r - 3) = 0 \)
    \(2 r + 3 = 0, \quad 2 r - 3 = 0 \)
    \(\displaystyle r_1 = -\frac32, \quad r_2 = \frac32 \)
  2. \(r^3 + 3 r^2 - 4 r = 0 \) \(\leftarrow r \) common
    \(r\ (r^2 + 3 r - 4) = 0 \)
    \(r\ (r + 4)(r - 1) = 0 \)
    \(\displaystyle r_1 = 0, \quad r_2 = -4, \quad r_3 = 1 \)
  3. \(r^5 + 10 r^4 = 0 \) \(\leftarrow r^4 \) common
    \(r^4\ (r + 10) = 0 \)
    \(\displaystyle r_1 = 0\ (\text{4 repeats}), \quad r_2 = -10 \)
    Technically, \(r^4 = (r-0)^4\) and represents 4 repeated factors.
  4. \(r^5 - 4 r^3 = 0 \) \(\leftarrow\) common
    \(r^3\ (r^2 - 4) = 0 \) \(\leftarrow\) DoS
    \(r^3\ (r + 2)(r - 2) = 0 \)
    \(\displaystyle r_1 = 0\ (\text{3 repeats}), \quad r_2 = -2, \quad r_3 = 2 \)
  5. \(r^4 - 25 = 0 \) \(\leftarrow\) DoS
    \((r^2 + 5)(r^2 - 5) = 0 \) \(\leftarrow\) DoS
    \((r^2 + 5)(r - \sqrt{5})(r + \sqrt{5}) = 0 \)
    \(r^2 + 5 = 0, \quad r - \sqrt{5} = 0, \quad r + \sqrt{5} = 0 \)
    \(\displaystyle r_1 = -i\sqrt{5}, \quad r_2 = i\sqrt{5}, \quad r_3 = -\sqrt{5}, \quad r_4 = \sqrt{5} \)
  6. \begin{gather*} r^4 - 5r^2 + 4 = 0 \text{.} \end{gather*}
    Let \(u = r^2\text{,}\) then we can rewrite the equation as:
    \begin{gather*} u^2 - 5u + 4 = 0 \text{.} \end{gather*}
    Solving for \(u\text{,}\) we get:
    \begin{gather*} u = 1, \quad u = 4 \text{.} \end{gather*}
    Thus, \(r^2 = 1\) gives \(r = \pm 1\text{,}\) and \(r^2 = 4\) gives \(r = \pm 2\text{.}\) The general solution is:
    \begin{equation*} y = c_1 e^{x} + c_2 e^{-x} + c_3 e^{2x} + c_4 e^{-2x} \text{.} \end{equation*}
These factoring techniques useful, but they only apply to specific forms of polynomials and it is unlikely that you will be lucky enough to encounter such forms in practice. Therefore, it is reasonable to use technology to aid you with these tyes of problems. Many software tools are available and you are encouraged to use any that you are familiar with.

Example 10.

\(\ \ \)
  1. \(\displaystyle y''' - 6y'' + 11y' - 6y = 0 \)
  2. \(\displaystyle 2 y^{(4)} + 9 y''' + y'' - 21 y' + 9 y = 0 \)
Solution.
  1. First, write down the characteristic equation:
    \begin{gather*} r^3 - 6r^2 + 11r - 6 = 0 \text{.} \end{gather*}
    Plugging this into to the factoring tool shows that it factors as \((r-3)(r-2)(r-1) \text{.}\) Solving for \(r\text{,}\) we get
    \begin{gather*} r = 1, \quad r = 2, \quad r = 3 \text{.} \end{gather*}
    Therefore, the general solution is:
    \begin{equation*} y = c_1 e^{x} + c_2 e^{2x} + c_3 e^{3x} \text{.} \end{equation*}
  2. The characteristic equation is:
    \begin{equation*} 9 r^5 - 4 r^4 + r + 10 = 0 \end{equation*}
    which is challenging to solve by hand. However, typing it into factoring tool above shows that it can be factored as
    \begin{equation*} 2\left(r+3\right)^2 \left(r-1\right) \left(r-\frac12\right) = 0\text{,} \end{equation*}
    which gives the solutions
    \begin{equation*} r = -3, \quad r = -3, \quad r = 1, \quad r = \frac12\text{.} \end{equation*}
    Therefore, the general solution is:
    \begin{equation*} y = (c_1x + c_2) e^{-3x} + c_3 e^{x} + c_4 e^{\frac12 x}\text{.} \end{equation*}
Besides factoring software, another options is to use numerical solvers. The next example illustrates this.

Example 11.

\(\ \ \)
\begin{equation*} y^{(5)} - 4y''' + 3y'' - y = 0 \text{.} \end{equation*}
Solution.
The characteristic equation is:
\begin{equation*} r^5 - 4r^3 + 3r^2 - 1 = 0 \text{.} \end{equation*}
Solving this polynomial equation analytically is challenging, so we use a numerical solver (Wolfram Alpha
 8 
www.wolframalpha.com/input?i=r%5E5-4*r%5E3%2B3*r%5E2-1
). This equation has five roots. Three are real:
\begin{equation*} r_1 \approx -2.29, \quad r_2 \approx -0.46, \quad r_3 \approx 1.52, \end{equation*}
and two are complex:
\begin{equation*} r_4 \approx 0.61 + 0.5i, \quad r_5 \approx 0.61 - 0.5i \text{.} \end{equation*}
The general solution, incorporating these roots, is:
\begin{align*} y = c_1 e^{-2.29x} + c_2 e^{-0.46x} +\amp\ c_3 e^{1.52x} \\ +\amp\ e^{0.61x} (c_4 \cos(0.5x) + c_5 \sin(0.5x)) \text{.} \end{align*}
\begin{equation*} y = c_1e^{-2.29t} + c_2e^{-0.46t} + c_3e^{1.52t} + e^{0.61t}(c_4\cos(0.5t) + c_5\sin(0.5t))\text{.} \end{equation*}
By recognizing the nature of the roots and utilizing appropriate technology for solving polynomial equations, we can tackle higher-order LHCC equations with confidence.

Reading Questions Check-Point Questions

1. Match the Differential Equation to its Characteristic Equation.

2. Give the general solution for a 3rd-order LHCC equation whose...

    Give the general solution for a 3rd-order LHCC equation whose characteristic equation has the solution: \(0, 1, -8\text{.}\)
  • \(y = c_1 + c_2 e^{x} + c_3 e^{-8x}\)
  • Correct! This is the form when there are three distinct real roots.
  • \(y = (c_1 + c_2 x) e^{x} + c_3 e^{-8x}\)
  • Incorrect.
  • \(y = c_1 x e^{x} + c_2 e^{-8x}\)
  • Incorrect.
  • \(y = c_1 e^{x} + c_2 e^{-8x}\)
  • Incorrect.

3. Give the general solution for a 4th-order LHCC equation whose...

    Give the general solution for a 4th-order LHCC equation whose characteristic equation has the solutions: \(r = 1 \pm 2i, -3 \pm 4i\text{.}\)
  • \(\small y = c_1 e^{x} + c_2 e^{-x} + c_3 e^{2i x} + c_4 e^{-2i x}\)
  • Incorrect.
  • \(\small y = c_1 e^{x} (\cos(2x) + \sin(2x)) + c_2 e^{-3x} (\cos(4x) + \sin(4x))\)
  • Incorrect. Not enough constants.
  • \(\small y = e^{2x} (c_1 \cos(x) + c_2 \sin(x)) + e^{4x} (c_3 \cos(3x) + c_4 \sin(3x))\)
  • Incorrect.
  • \(\small y = e^{x} (c_1 \cos(2x) + c_2 \sin(2x)) + e^{-3x} (c_3 \cos(4x) + c_4 \sin(4x))\)
  • Correct! This is the form when the characteristic equation has complex roots.

4. Give the general solution for a 5th-order LHCC equation whose...

    Give the general solution for a 5th-order LHCC equation whose characteristic equation has the solutions: \(= 2, 2, 2, -1, -1\text{.}\)
  • \(y = c_1 e^{2x} + c_2 e^{-x}\)
  • Incorrect. This form does not account for the multiplicity of the roots.
  • \(y = c_1 e^{2x} + c_2 x e^{2x} + c_3 e^{-x} + c_4 x e^{-x}\)
  • Incorrect. The multiplicity should be reflected for each root.
  • \(y = (c_1 + c_2 x + c_3 x^2) e^{2x} + (c_4 + c_5 x) e^{-x}\)
  • Correct! This is the form when there are repeated real roots with appropriate multiplicity.
  • \(y = (c_1 + c_2 x) e^{2x} + (c_3 + c_4 x) e^{-x}\)
  • Incorrect. Make sure to account for the cubic multiplicity for \(r = 2\text{.}\)
You have attempted of activities on this page.