5. Second-Order Linear Equations

Characteristic Equations

Characteristic Equations in Second-Order Linear Equations

students, imagine trying to solve a mystery where the unknown is not a number, but a whole function 📘. In differential equations, that is exactly what happens. A second-order linear equation often describes motion, circuits, vibration, and many other real-world systems. One of the most powerful tools for solving the homogeneous version of these equations is the characteristic equation.

In this lesson, you will learn how characteristic equations work, why they are useful, and how they connect to the larger topic of second-order linear equations. By the end, you should be able to:

  • explain what a characteristic equation is and why it matters,
  • solve characteristic equations for different kinds of roots,
  • connect the roots to the form of the solution of a differential equation,
  • recognize how repeated roots and complex roots fit into the bigger picture,
  • use examples to justify why the method works.

What a second-order linear homogeneous equation looks like

A second-order linear homogeneous differential equation with constant coefficients has the form

$$a y'' + b y' + c y = 0,$$

where $a$, $b$, and $c$ are constants and $a \neq 0$.

This equation is called:

  • second-order because the highest derivative is $y''$,
  • linear because $y$, $y'$, and $y''$ appear only to the first power and are not multiplied together,
  • homogeneous because the right-hand side is $0$.

A real-world example is a mass on a spring with no outside force. Another example is a circuit that is allowed to “free respond” after an initial push. In both cases, the system evolves on its own, and the equation often has constant coefficients.

The big idea is this: instead of guessing any old function, we look for solutions that have a very special shape. That special shape leads directly to the characteristic equation.

Why the exponential guess works

The key insight is to try a solution of the form

$$y = e^{rt},$$

where $r$ is a constant to be found.

Why choose this form? Because exponentials are special when differentiated:

$$y' = r e^{rt}, \qquad y'' = r^2 e^{rt}.$$

So if we substitute $y = e^{rt}$ into

$$a y'' + b y' + c y = 0,$$

the equation becomes

$$a(r^2 e^{rt}) + b(r e^{rt}) + c(e^{rt}) = 0.$$

Factor out the common term $e^{rt}$:

$$e^{rt}(a r^2 + b r + c) = 0.$$

Since $e^{rt} \neq 0$ for every real value of $t$, the only way this can be true is if

$$a r^2 + b r + c = 0.$$

This is the characteristic equation.

So the differential equation turns into a quadratic equation. That is the magic of the method ✨. A problem about functions becomes a problem about roots.

Solving the characteristic equation

The characteristic equation for

$$a y'' + b y' + c y = 0$$

is

$$a r^2 + b r + c = 0.$$

You can solve it using factoring, completing the square, or the quadratic formula:

$$r = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}.$$

The expression

$$b^2 - 4ac$$

is called the discriminant. It tells you what kind of roots you get, and that determines the form of the solution.

There are three main cases:

  1. two distinct real roots,
  2. one repeated real root,
  3. a pair of complex conjugate roots.

Each case leads to a different solution pattern.

Case 1: Two distinct real roots

Suppose the characteristic equation has two different real roots, say

$$r_1 \neq r_2.$$

Then the general solution of the differential equation is

$$y = C_1 e^{r_1 t} + C_2 e^{r_2 t},$$

where $C_1$ and $C_2$ are arbitrary constants.

Why does this work? Because each exponential solution works on its own, and linear combinations also work for linear homogeneous equations. This idea is called the principle of superposition.

Example

Solve

$$y'' - 5y' + 6y = 0.$$

The characteristic equation is

$$r^2 - 5r + 6 = 0.$$

Factor it:

$$ (r - 2)(r - 3) = 0.$$

So the roots are

$$r = 2 \quad \text{and} \quad r = 3.$$

Therefore the general solution is

$$y = C_1 e^{2t} + C_2 e^{3t}.$$

This means every solution of the differential equation can be built from those two exponentials.

Case 2: A repeated real root

Sometimes the characteristic equation has one root repeated twice. That means

$$r_1 = r_2 = r.$$

If the characteristic equation has a repeated root, the solution is not just

$$y = C_1 e^{rt} + C_2 e^{rt},$$

because that would only give one independent function. Instead, the correct general solution is

$$y = (C_1 + C_2 t)e^{rt}.$$

Equivalently, you may write

$$y = C_1 e^{rt} + C_2 t e^{rt}.$$

The extra factor $t$ creates a second solution that is independent from the first one.

Example

Solve

$$y'' - 4y' + 4y = 0.$$

The characteristic equation is

$$r^2 - 4r + 4 = 0.$$

Factor:

$$ (r - 2)^2 = 0.$$

So the repeated root is

$$r = 2.$$

The general solution is

$$y = (C_1 + C_2 t)e^{2t}.$$

Repeated roots often appear in systems where the response has a special balance, such as certain damped motions. The solution still has two arbitrary constants because a second-order equation needs two pieces of initial information, such as $y(0)$ and $y'(0)$.

Case 3: Complex roots

If the discriminant is negative, the characteristic equation has complex roots. Suppose the roots are

$$r = \alpha \pm \beta i,$$

where $\alpha$ and $\beta$ are real numbers and $\beta \neq 0$.

Then the general real-valued solution is

$$y = e^{\alpha t}(C_1 \cos(\beta t) + C_2 \sin(\beta t)).$$

This result comes from Euler’s formula, which connects complex exponentials to sine and cosine. Even though the roots are complex, the final answer can be written using only real functions.

Example

Solve

$$y'' + 2y' + 5y = 0.$$

The characteristic equation is

$$r^2 + 2r + 5 = 0.$$

Use the quadratic formula:

$$r = \frac{-2 \pm \sqrt{4 - 20}}{2} = \frac{-2 \pm \sqrt{-16}}{2} = -1 \pm 2i.$$

So $\alpha = -1$ and $\beta = 2$. The general solution is

$$y = e^{-t}(C_1 \cos 2t + C_2 \sin 2t).$$

This kind of solution describes oscillation that gradually shrinks over time, like a swinging object that slows down because of friction.

Why characteristic equations matter

The characteristic equation is not just a trick. It is a shortcut that turns a difficult differential equation into a quadratic algebra problem. That makes it one of the most important ideas in second-order linear equations.

Here is how it fits into the bigger picture:

  • It is used for homogeneous equations with constant coefficients.
  • It helps determine the structure of the solution based on the roots.
  • It connects algebra, calculus, and function behavior.
  • It prepares you for more advanced topics like nonhomogeneous equations and systems of differential equations.

You can think of the roots as giving the “building blocks” of the solution. Real roots lead to exponential growth or decay. Repeated roots add a $t$ factor. Complex roots create oscillations with exponential scaling.

A quick strategy for solving these problems

When students sees a second-order linear homogeneous equation, use this checklist ✅

  1. Write the equation in standard form

$$a y'' + b y' + c y = 0.$$

  1. Form the characteristic equation

$$a r^2 + b r + c = 0.$$

  1. Solve for the roots $r$.
  2. Match the roots to the correct solution form.
  3. Write the general solution with constants $C_1$ and $C_2$.

Mini-practice example

For

$$2y'' + 3y' - 2y = 0,$$

the characteristic equation is

$$2r^2 + 3r - 2 = 0.$$

Factor:

$$ (2r - 1)(r + 2) = 0.$$

So the roots are

$$r = \frac{1}{2} \quad \text{and} \quad r = -2.$$

The general solution is

$$y = C_1 e^{t/2} + C_2 e^{-2t}.$$

This example shows the full process from differential equation to final answer.

Conclusion

Characteristic equations are a central tool for solving second-order linear homogeneous differential equations with constant coefficients. The method works because exponentials stay in the same form after differentiation, which turns the differential equation into a polynomial equation in $r$. The roots of that polynomial tell us the shape of the solution: two real roots give two exponentials, a repeated root adds a factor of $t$, and complex roots produce sines and cosines multiplied by an exponential.

students, this idea is important because it links calculus, algebra, and real-world modeling in one neat method. Once you understand characteristic equations, you have a powerful way to solve and interpret many differential equations in physics, engineering, and biology 🧠

Study Notes

  • A second-order linear homogeneous equation with constant coefficients has the form $a y'' + b y' + c y = 0$.
  • Try a solution of the form $y = e^{rt}$ to create the characteristic equation.
  • The characteristic equation is $a r^2 + b r + c = 0$.
  • If there are two distinct real roots $r_1$ and $r_2$, then $y = C_1 e^{r_1 t} + C_2 e^{r_2 t}$.
  • If there is a repeated root $r$, then $y = (C_1 + C_2 t)e^{rt}$.
  • If the roots are $\alpha \pm \beta i$, then $y = e^{\alpha t}(C_1 \cos(\beta t) + C_2 \sin(\beta t))$.
  • The discriminant $b^2 - 4ac$ tells you which type of roots the characteristic equation has.
  • Characteristic equations turn differential equation solving into a root-finding problem.
  • The method applies to homogeneous equations with constant coefficients, not every differential equation.
  • The two arbitrary constants reflect the fact that a second-order equation needs two conditions to determine one specific solution.

Practice Quiz

5 questions to test your understanding

Characteristic Equations — Differential Equations | A-Warded