Characteristic Equation Relation: Build the Auxiliary Equation

By Vegard Gjerde Based on Masterful Learning 10 min read Published
characteristic-equation-relation differential-equations math learning-strategies

Characteristic Equation Relation converts a second-order linear constant-coefficient homogeneous ODE into a polynomial equation for rr by testing the exponential trial y=erxy=e^{rx}. The move preserves the candidate-solution condition: the exponential trial satisfies the ODE exactly when ar2+br+c=0ar^2+br+c=0. It is legal only for the homogeneous constant-coefficient part; variable coefficients or a nonzero right side stop this exact reduction from solving the full equation.

Unisium hero image titled Characteristic Equation Relation showing the principle equation and a conditions card.
The relation ay+by+cy=0, y=erxar2+br+c=0ay^{\prime\prime}+by^{\prime}+cy=0,\ y=e^{rx} \Rightarrow ar^2+br+c=0 turns an exponential trial into the characteristic equation.

On this page: The Principle | Conditions | Failure Modes | EE Questions | Retrieval Practice | Practice Ground | Solve a Problem | Related Guides | FAQ


The Principle

The move: assume an exponential trial y=erxy=e^{rx}, substitute it into a second-order linear constant-coefficient homogeneous equation, then divide out the nonzero exponential factor to get a polynomial in rr.

The invariant: the trial’s eligibility is preserved: erxe^{rx} satisfies the differential equation if and only if its exponent rr satisfies the characteristic equation.

Pattern:

ay+by+cy=0,y=erxar2+br+c=0ay^{\prime\prime}+by^{\prime}+cy=0,\quad y=e^{rx} \quad \Longrightarrow \quad ar^2+br+c=0
Legal routeIllegal route
2y5y3y=0, y=erx2r25r3=02y^{\prime\prime}-5y^{\prime}-3y=0,\ y=e^{rx} \Longrightarrow 2r^2-5r-3=0xy5y3y=0, y=erxxr25r3=0, not a polynomial only in rxy^{\prime\prime}-5y^{\prime}-3y=0,\ y=e^{rx} \Longrightarrow xr^2-5r-3=0,\ \text{not a polynomial only in } r

The invalid route is tempting because substituting erxe^{rx} still produces derivative factors. The characteristic-equation relation needs constant coefficients so the shared factor erxe^{rx} leaves one polynomial in rr rather than an expression that still depends on xx.


Conditions of Applicability

Condition: second-order linear constant-coefficient homogeneous form

Before applying, check: the equation can be read as ay+by+cy=0ay^{\prime\prime}+by^{\prime}+cy=0 with constants aa, bb, and cc, no forcing term, and the trial y=erxy=e^{rx}.

If the condition is violated: the substitution may not reduce the ODE to one algebraic polynomial in rr, so the roots of the proposed equation may not describe valid exponential modes.

  • The equation must be second order and linear in yy, yy^{\prime}, and yy^{\prime\prime}.
  • The coefficients multiplying yy^{\prime\prime}, yy^{\prime}, and yy must be constants, not functions of xx.
  • The right side must be zero. A nonhomogeneous forcing term requires a different route after the homogeneous modes are handled.

Want the complete framework behind this guide? Read Masterful Learning.


Common Failure Modes

Failure mode: apply the characteristic equation to variable coefficients -> the leftover xx-dependence means the substitution did not produce a polynomial only in rr.

Debug: after substitution, ask whether every term contains the same nonzero factor erxe^{rx} times a constant coefficient.

Failure mode: include a forcing term in the characteristic equation -> the polynomial describes only homogeneous exponential modes, not a particular solution.

Debug: set up the characteristic equation from the associated homogeneous equation first, then handle the nonhomogeneous part with a separate method.


Elaborative Encoding

Use these questions to build deep understanding. (See Elaborative Encoding for the full method.)

Within the Principle

  • Why does differentiating erxe^{rx} turn derivatives into powers of rr without changing the exponential factor?
  • What does the equation ar2+br+c=0ar^2+br+c=0 decide about the trial erxe^{rx}?

For the Principle

  • What quick features tell you the characteristic-equation route is legal before you start substituting?
  • Why does a forcing term on the right side not belong inside the characteristic equation?

Between Principles

Generate an Example

  • Write one eligible ODE and one near miss where the equation is second order and linear but the coefficients are not constant.

Retrieval Practice

Answer from memory, then click to reveal and check. (See Retrieval Practice for the full method.)

State the move in one sentence: _____Use the exponential trial y equals e to the r x in a second-order linear constant-coefficient homogeneous ODE, then reduce it to the characteristic polynomial in r.
Write the canonical pattern: _____ay+by+cy=0, y=erxar2+br+c=0ay^{\prime\prime}+by^{\prime}+cy=0,\ y=e^{rx} \Rightarrow ar^2+br+c=0
State the canonical condition: _____second-order linear constant-coefficient homogeneous form

Practice Ground

Use these exercises to build move-selection fluency. (See Self-Explanation for how to learn from worked examples.)

Procedure Walkthrough

Starting from 2y5y3y=02y^{\prime\prime}-5y^{\prime}-3y=0, use the exponential trial y=erxy=e^{rx} to reach characteristic-equation form.

StepExpressionOperation
02y5y3y=02y^{\prime\prime}-5y^{\prime}-3y=0Confirm second-order linear constant-coefficient homogeneous form.
1y=erx,y=rerx,y=r2erxy=e^{rx},\quad y^{\prime}=re^{rx},\quad y^{\prime\prime}=r^2e^{rx}Prepare the exponential trial and its derivatives.
22r2erx5rerx3erx=02r^2e^{rx}-5re^{rx}-3e^{rx}=0Substitute the trial into the ODE.
3erx(2r25r3)=0e^{rx}(2r^2-5r-3)=0Factor out the shared exponential.
42r25r3=02r^2-5r-3=0Divide by erxe^{rx}, which is never zero.

Drills

Forward Step

Apply the characteristic-equation relation once. Assume second-order linear constant-coefficient homogeneous form and trial y=erxy=e^{rx}.

y4y+3y=0y^{\prime\prime}-4y^{\prime}+3y=0
Reveal

Substituting y=erxy=e^{rx} gives

r2erx4rerx+3erx=0.r^2e^{rx}-4re^{rx}+3e^{rx}=0.

After dividing by erxe^{rx}:

r24r+3=0.r^2-4r+3=0.

Apply the characteristic-equation relation once. Assume second-order linear constant-coefficient homogeneous form and trial y=erxy=e^{rx}.

3y+2y8y=03y^{\prime\prime}+2y^{\prime}-8y=0
Reveal

The characteristic equation is

3r2+2r8=0.3r^2+2r-8=0.

Reject or complete the route choice. The proposed equation is xy+2y+y=0xy^{\prime\prime}+2y^{\prime}+y=0 with trial y=erxy=e^{rx}.

Reveal

Reject the characteristic-equation relation as written. The equation is not constant-coefficient form because the coefficient of yy^{\prime\prime} is xx.

Substitution gives

xr2erx+2rerx+erx=0,xr^2e^{rx}+2re^{rx}+e^{rx}=0,

which leaves xr2+2r+1xr^2+2r+1, not a polynomial only in rr.


Apply the characteristic-equation relation once. Assume second-order linear constant-coefficient homogeneous form and trial y=erxy=e^{rx}.

5y+y+6y=05y^{\prime\prime}+y^{\prime}+6y=0
Reveal

The characteristic equation is

5r2+r+6=0.5r^2+r+6=0.

Which equation is eligible for this move?

A. y+4y=0y^{\prime\prime}+4y=0
B. y+4y=sinxy^{\prime\prime}+4y=\sin x
C. y+x2y=0y^{\prime\prime}+x^2y=0

Reveal

A is eligible: it is second-order, linear, constant-coefficient, and homogeneous.

B is not homogeneous because of the forcing term sinx\sin x. C is homogeneous and linear, but its coefficient x2x^2 is not constant.


Action Label

What was done between these two steps? Assume the ODE is in second-order linear constant-coefficient homogeneous form.

4y4y+y=0,y=erx4r24r+1=04y^{\prime\prime}-4y^{\prime}+y=0,\quad y=e^{rx} \quad \Longrightarrow \quad 4r^2-4r+1=0
Reveal

The characteristic-equation relation was applied. The exponential trial turns yy^{\prime\prime} into r2erxr^2e^{rx} and yy^{\prime} into rerxre^{rx}, then the shared erxe^{rx} factor is divided out.


What condition licenses this transition?

y+6y+9y=0r2+6r+9=0y^{\prime\prime}+6y^{\prime}+9y=0 \quad \Longrightarrow \quad r^2+6r+9=0
Reveal

The condition is second-order linear constant-coefficient homogeneous form. The coefficients 11, 66, and 99 are constants, and the right side is zero.


A student claims this is the characteristic equation. What is wrong?

y+2y+y=exr2+2r+1=exy^{\prime\prime}+2y^{\prime}+y=e^x \quad \Longrightarrow \quad r^2+2r+1=e^x
Reveal

The move is invalid. The characteristic equation is formed from the associated homogeneous equation, so the forcing term does not become part of a polynomial equation in rr.

For the homogeneous part, the characteristic equation would be

r2+2r+1=0.r^2+2r+1=0.

Name the move in this chain.

erx(r2+2r+5)=0r2+2r+5=0e^{rx}(r^2+2r+5)=0 \quad \Longrightarrow \quad r^2+2r+5=0
Reveal

This is the final reduction inside the characteristic-equation relation. Since erxe^{rx} is never zero, the trial satisfies the ODE only when the polynomial factor equals zero.


Transition Identification

Where does the exponential-trial move enter this worked chain?

2y+7y+3y=02r2erx+7rerx+3erx=02r2+7r+3=02y^{\prime\prime}+7y^{\prime}+3y=0 \quad \Longrightarrow \quad 2r^2e^{rx}+7re^{rx}+3e^{rx}=0 \quad \Longrightarrow \quad 2r^2+7r+3=0
Reveal

The exponential-trial move enters in the first transition, where yy, yy^{\prime}, and yy^{\prime\prime} are replaced by erxe^{rx}, rerxre^{rx}, and r2erxr^2e^{rx}.


What is missing from this worked chain?

3y12y=03r212=03y^{\prime\prime}-12y=0 \quad \Longrightarrow \quad 3r^2-12=0
Reveal

The chain skipped the condition and trial statement. It should first confirm second-order linear constant-coefficient homogeneous form and state y=erxy=e^{rx} before reducing the equation to 3r212=03r^2-12=0.


Solve a Problem

Apply what you’ve learned with Problem Solving.

Problem: Starting from 4y+12y+9y=04y^{\prime\prime}+12y^{\prime}+9y=0, use y=erxy=e^{rx} to reach characteristic-equation form.

Full solution
StepExpressionMove
04y+12y+9y=04y^{\prime\prime}+12y^{\prime}+9y=0Confirm second-order linear constant-coefficient homogeneous form.
1y=erx,y=rerx,y=r2erxy=e^{rx},\quad y^{\prime}=re^{rx},\quad y^{\prime\prime}=r^2e^{rx}Write the exponential trial and derivative forms.
24r2erx+12rerx+9erx=04r^2e^{rx}+12re^{rx}+9e^{rx}=0Substitute into the ODE.
3erx(4r2+12r+9)=0e^{rx}(4r^2+12r+9)=0Factor the shared exponential.
44r2+12r+9=04r^2+12r+9=0Divide by nonzero erxe^{rx}.


FAQ

What is Characteristic Equation Relation?

Characteristic Equation Relation is the move from a second-order linear constant-coefficient homogeneous ODE and trial y=erxy=e^{rx} to the polynomial equation ar2+br+c=0ar^2+br+c=0. It converts a differential-equation mode check into algebra.

Why does the exponential trial create powers of r?

Differentiating erxe^{rx} multiplies the same exponential by rr. The first derivative contributes rr, the second derivative contributes r2r^2, and the shared erxe^{rx} factor can be divided out because it is never zero.

When is the characteristic equation valid?

It is valid in second-order linear constant-coefficient homogeneous form. If the coefficients depend on xx, if the equation is nonlinear, or if the right side is not zero, the characteristic equation is not the full solver route.

What happens after I find the roots?

The roots classify the homogeneous exponential modes. Distinct real, repeated real, and complex roots lead to different solution-family forms, so root solving comes after this guide’s move rather than inside it.

Is the characteristic equation the same as solving the ODE?

No. It is the algebraic reduction that identifies possible homogeneous modes. Solving the ODE still requires interpreting the roots and building the correct solution family.


How This Fits in Unisium

Within the differential equations subdomain, Unisium treats characteristic equations as a route-selection move: confirm the constant-coefficient homogeneous structure, test the exponential trial, then reduce the candidate check to a polynomial in rr. The Unisium Study System pairs that legality check with retrieval practice, self-explanation, and compact problem-solving chains so the algebraic setup becomes fluent without hiding the condition.

Ready to practice differential equations with structure? Check access and join the Unisium waitlist or explore the complete framework in Masterful Learning.

Masterful Learning book cover

Masterful Learning

The book behind these guides: a study system for physics, math, & programming built on retrieval, connection, explanation, and problem solving.

Ready to apply this strategy?

Unisium turns these evidence-based techniques into guided study sessions for math and physics. Unisium is currently in early access. See pricing, availability, and join the waitlist.

Check Unisium Access and Pricing Read More Guides

Already have access? Sign in