Definition and Purpose
Characteristic Equation Explained
Equation derived from linear differential equations with constant coefficients. Purpose: find roots that determine solution structure. Converts differential operator problem into algebraic equation.
Role in Solving ODEs
Transforms differential equations into polynomial equations. Roots indicate exponential, oscillatory, or polynomial components of solutions. Simplifies analysis and solution derivation.
Historical Context
Originates from 18th-century studies on vibrations and oscillations. Named for its role in characterizing system behavior via eigenvalues of differential operators.
Derivation from Second Order ODEs
General Form of Second Order Linear ODE
Form: a y'' + b y' + c y = 0, where a,b,c are constants, y function of x or t. Linear, homogeneous, constant coefficients.
Substitution Method
Assume exponential solution y = e^{rt}. Substitute into ODE to obtain polynomial in r. Differential terms replaced by powers of r.
Resulting Characteristic Equation
Quadratic polynomial: a r^2 + b r + c = 0. Roots r determine solution form.
a y'' + b y' + c y = 0y = e^{rt} ⇒a r^2 e^{rt} + b r e^{rt} + c e^{rt} = 0Divide by e^{rt} (≠0):a r^2 + b r + c = 0 Standard Forms of Characteristic Equations
Quadratic Polynomial Form
General form: a r^2 + b r + c = 0. Degree equals order of ODE. Coefficients real constants.
Reduced Forms
If a = 1 (monic polynomial), then r^2 + (b/a) r + (c/a) = 0. Simplifies root calculation.
Higher Order Extensions
For nth order ODE: polynomial of degree n. Roots similarly characterize solution structure.
| Equation Order | Characteristic Polynomial | Example |
|---|---|---|
| 2nd order | a r^2 + b r + c = 0 | r^2 - 3 r + 2 = 0 |
| 3rd order | a r^3 + b r^2 + c r + d = 0 | r^3 - r^2 + r - 1 = 0 |
Classification of Roots
Real and Distinct Roots
Discriminant Δ = b^2 - 4ac > 0. Two unique real roots r_1, r_2. Solution: linear combination of exponentials.
Real and Repeated Roots
Discriminant Δ = 0. One repeated real root r. Solution involves exponential and polynomial factor.
Complex Conjugate Roots
Discriminant Δ < 0. Roots: α ± β i. Solutions involve sines and cosines modulated by exponentials.
Discriminant Δ = b^2 - 4acΔ > 0: r_1 ≠ r_2 ∈ ℝΔ = 0: r_1 = r_2 ∈ ℝΔ < 0: r = α ± β i ∈ ℂ General Solution Forms
Distinct Real Roots
Solution: y = C_1 e^{r_1 t} + C_2 e^{r_2 t}. Constants C_1, C_2 from initial conditions.
Repeated Root Case
Solution: y = (C_1 + C_2 t) e^{r t}. Linear independence ensured by multiplying by t.
Complex Roots Case
Solution: y = e^{α t} (C_1 cos β t + C_2 sin β t). Euler’s formula connects exponentials and trigonometric functions.
| Root Type | General Solution |
|---|---|
| Distinct Real | y = C_1 e^{r_1 t} + C_2 e^{r_2 t} |
| Repeated Real | y = (C_1 + C_2 t) e^{r t} |
| Complex Conjugate | y = e^{α t} (C_1 cos β t + C_2 sin β t) |
Complex Roots and Euler’s Formula
Nature of Complex Roots
Appear in conjugate pairs α ± β i for real-coefficient equations. Indicate oscillatory behavior with exponential growth/decay.
Euler’s Formula
e^{iθ} = cos θ + i sin θ. Converts complex exponentials to trigonometric functions. Used to rewrite solutions into real-valued functions.
Physical Interpretation
Oscillations modulated by exponential envelope. α < 0 implies damping, α = 0 pure oscillation, α > 0 exponential growth.
y = e^{(α + iβ) t} = e^{α t} (cos β t + i sin β t)Real solution:y = e^{α t} (C_1 cos β t + C_2 sin β t) Repeated Roots Cases
Mathematical Reasoning
Single root of multiplicity two. Standard exponentials fail to produce two linearly independent solutions.
Method of Reduction of Order
Second solution found by multiplying first solution by t. Ensures linear independence.
General Form
y = (C_1 + C_2 t) e^{r t}. Polynomial factor t accounts for multiplicity.
Applications in Physics and Engineering
Mechanical Vibrations
Mass-spring-damper systems modeled by second order ODEs. Characteristic roots determine oscillation frequency and damping.
Electrical Circuits
RLC circuits described by linear equations. Roots indicate transient response behavior.
Control Systems
Stability analysis via characteristic roots of system equations. Pole locations dictate response dynamics.
Stability and Eigenvalue Interpretation
Roots as Eigenvalues
Characteristic equation roots correspond to eigenvalues of associated linear operator. Dictate system modes.
Stability Criteria
All roots with negative real parts imply stable system. Positive real parts imply instability. Zero real parts indicate marginal stability.
Phase Plane Implications
Root types correspond to node, saddle, focus, center behaviors in phase space. Characteristic equation central in qualitative analysis.
Extension to Systems of ODEs
Matrix Formulation
System: \mathbf{x}' = A \mathbf{x}, A constant matrix. Characteristic polynomial: det(A - λ I) = 0.
Eigenvalues and Stability
Eigenvalues λ analogous to roots r. Determine solution modes and stability of system.
Diagonalization and Modal Analysis
Diagonalize A to decouple system. Solutions constructed from eigenvectors and exponentials of eigenvalues.
System: x' = A xCharacteristic equation: det(A - λ I) = 0Eigenvalues λ_i solve polynomial in λGeneral solution: x(t) = Σ C_i e^{λ_i t} v_i Worked Examples
Example 1: Distinct Real Roots
Equation: y'' - 5 y' + 6 y = 0
Characteristic equation: r^2 - 5 r + 6 = 0
Roots: r = 2, 3 (distinct real)
Solution: y = C_1 e^{2 t} + C_2 e^{3 t}
Example 2: Repeated Root
Equation: y'' - 4 y' + 4 y = 0
Characteristic equation: r^2 - 4 r + 4 = 0
Root: r = 2 (repeated)
Solution: y = (C_1 + C_2 t) e^{2 t}
Example 3: Complex Roots
Equation: y'' + 2 y' + 5 y = 0
Characteristic equation: r^2 + 2 r + 5 = 0
Roots: r = -1 ± 2i
Solution: y = e^{-t} (C_1 cos 2 t + C_2 sin 2 t)
Summary and Key Points
Core Concepts
Characteristic equation converts differential problem to algebraic. Roots dictate solution form and behavior.
Classification
Discriminant determines root type: distinct real, repeated real, or complex conjugates. Each yields distinct solution structures.
Applications
Foundational in mechanical, electrical, control systems. Essential for stability and modal analysis.
Extensions
Generalizes to higher order and systems via eigenvalues and characteristic polynomials.
References
- Boyce, W. E., DiPrima, R. C., Elementary Differential Equations and Boundary Value Problems, Wiley, 10th ed., 2012, pp. 120-145.
- Ince, E. L., Ordinary Differential Equations, Dover Publications, 1956, pp. 78-102.
- Hirsch, M. W., Smale, S., Devaney, R. L., Differential Equations, Dynamical Systems, and an Introduction to Chaos, Academic Press, 3rd ed., 2012, pp. 35-60.
- Kreyszig, E., Advanced Engineering Mathematics, Wiley, 10th ed., 2011, pp. 460-480.
- Teschl, G., Ordinary Differential Equations and Dynamical Systems, American Mathematical Society, 2012, pp. 50-75.