Fiveable

โž—Linear Algebra and Differential Equations Unit 9 Review

QR code for Linear Algebra and Differential Equations practice questions

9.1 Homogeneous Linear Equations with Constant Coefficients

โž—Linear Algebra and Differential Equations
Unit 9 Review

9.1 Homogeneous Linear Equations with Constant Coefficients

Written by the Fiveable Content Team โ€ข Last updated September 2025
Written by the Fiveable Content Team โ€ข Last updated September 2025
โž—Linear Algebra and Differential Equations
Unit & Topic Study Guides

Homogeneous linear equations with constant coefficients are a key part of solving higher-order differential equations. These equations have solutions based on the roots of their characteristic equations, which determine the form of exponential, trigonometric, or polynomial terms.

Understanding how to solve these equations is crucial for tackling more complex problems. By mastering the methods for finding general and particular solutions, you'll be better equipped to handle a wide range of differential equations in various applications.

Solution Types for Homogeneous Equations

Characteristic Equation and Root Types

  • Homogeneous linear equations with constant coefficients take the form any(n)+anโˆ’1y(nโˆ’1)+...+a1yโ€ฒ+a0y=0a_n y^{(n)} + a_{n-1} y^{(n-1)} + ... + a_1 y' + a_0 y = 0, where an,anโˆ’1,...,a0a_n, a_{n-1}, ..., a_0 are constants and anโ‰ 0a_n โ‰  0
  • Characteristic equation derived by substituting y=erxy = e^{rx} into the homogeneous linear equation
  • Roots of the characteristic equation determine the general solution form
  • Real distinct roots produce exponential solutions y=cerxy = ce^{rx} (c is an arbitrary constant)
  • Complex conjugate roots generate solutions with sine and cosine functions
  • Repeated roots create solutions with terms xkerxx^k e^{rx} (k is root multiplicity minus one)
  • Number of linearly independent solutions equals the differential equation order

Solution Forms Based on Root Types

  • Real distinct roots r1,r2,...,rnr_1, r_2, ..., r_n yield solutions y=c1er1x+c2er2x+...+cnernxy = c_1 e^{r_1 x} + c_2 e^{r_2 x} + ... + c_n e^{r_n x}
  • Complex conjugate roots aยฑbia ยฑ bi produce solutions y=eax(c1cosโก(bx)+c2sinโก(bx))y = e^{ax}(c_1 \cos(bx) + c_2 \sin(bx))
  • Repeated root rr with multiplicity kk generates solution y=(c1+c2x+...+ckxkโˆ’1)erxy = (c_1 + c_2 x + ... + c_k x^{k-1})e^{rx}
  • Examples:
    • For roots 2, -3, 5: y=c1e2x+c2eโˆ’3x+c3e5xy = c_1e^{2x} + c_2e^{-3x} + c_3e^{5x}
    • For roots 1 ยฑ 2i: y=ex(c1cosโก(2x)+c2sinโก(2x))y = e^x(c_1 \cos(2x) + c_2 \sin(2x))
    • For triple root 3: y=(c1+c2x+c3x2)e3xy = (c_1 + c_2x + c_3x^2)e^{3x}

Solving Homogeneous Equations

Characteristic Equation Method

  • Replace differential operator D=d/dxD = d/dx with variable rr in the homogeneous linear equation
  • For second-order equation ayโ€ฒโ€ฒ+byโ€ฒ+cy=0ay'' + by' + cy = 0, characteristic equation ar2+br+c=0ar^2 + br + c = 0
  • Use quadratic formula to solve second-order characteristic equations
  • Higher-order equations may require factoring or numerical methods
  • Each distinct root rir_i contributes term cierixc_i e^{r_i x} to the general solution
  • Root rr with multiplicity kk adds terms (c1+c2x+...+ckxkโˆ’1)erx(c_1 + c_2 x + ... + c_k x^{k-1})e^{rx}
  • Complex roots aยฑbia ยฑ bi result in eax(c1cosโก(bx)+c2sinโก(bx))e^{ax}(c_1 \cos(bx) + c_2 \sin(bx))

Solving Process and Examples

  • Steps to solve homogeneous linear equations:
    1. Form the characteristic equation
    2. Solve for the roots
    3. Write the general solution based on root types
  • Example 1: Solve yโ€ฒโ€ฒโˆ’5yโ€ฒ+6y=0y'' - 5y' + 6y = 0
    • Characteristic equation: r2โˆ’5r+6=0r^2 - 5r + 6 = 0
    • Roots: r=2r = 2 or r=3r = 3
    • General solution: y=c1e2x+c2e3xy = c_1e^{2x} + c_2e^{3x}
  • Example 2: Solve yโ€ฒโ€ฒ+4yโ€ฒ+4y=0y'' + 4y' + 4y = 0
    • Characteristic equation: r2+4r+4=0r^2 + 4r + 4 = 0
    • Root: r=โˆ’2r = -2 (repeated)
    • General solution: y=(c1+c2x)eโˆ’2xy = (c_1 + c_2x)e^{-2x}

General Solution of Homogeneous Equations

Components and Structure

  • Linear combination of all linearly independent solutions from characteristic equation roots
  • Number of arbitrary constants equals the differential equation order
  • Represents a family of functions satisfying the homogeneous linear equation
  • Verification involves substituting general solution into original equation
  • Examples:
    • Third-order equation: y=c1er1x+c2er2x+c3er3xy = c_1e^{r_1x} + c_2e^{r_2x} + c_3e^{r_3x}
    • Fourth-order equation with complex roots: y=c1er1x+c2er2x+eax(c3cosโก(bx)+c4sinโก(bx))y = c_1e^{r_1x} + c_2e^{r_2x} + e^{ax}(c_3\cos(bx) + c_4\sin(bx))

Verification and Properties

  • Substitute general solution into original equation to confirm validity
  • General solution satisfies equation for all values of arbitrary constants
  • Linear independence of solution components ensures completeness
  • Superposition principle applies to general solution
  • Examples:
    • Verify y=c1e2x+c2e3xy = c_1e^{2x} + c_2e^{3x} solves yโ€ฒโ€ฒโˆ’5yโ€ฒ+6y=0y'' - 5y' + 6y = 0
    • Show y=c1cosโก(2x)+c2sinโก(2x)y = c_1\cos(2x) + c_2\sin(2x) solves yโ€ฒโ€ฒ+4y=0y'' + 4y = 0

Particular Solution of Homogeneous Equations

Initial Conditions and Uniqueness

  • Initial conditions specify function and derivative values at a point (usually x = 0)
  • Number of required initial conditions equals differential equation order
  • Unique solution determined by combining general solution with initial conditions
  • Examples:
    • Second-order equation needs y(0) and y'(0)
    • Third-order equation requires y(0), y'(0), and y''(0)

Finding and Verifying Particular Solutions

  • Steps to find particular solution:
    1. Substitute initial conditions into general solution and its derivatives
    2. Solve resulting system of linear equations for arbitrary constants
    3. Substitute constant values back into general solution
  • Verify particular solution satisfies differential equation and initial conditions
  • Particular solution represents specific function meeting all requirements
  • Examples:
    • Solve yโ€ฒโ€ฒโˆ’y=0y'' - y = 0 with y(0) = 1, y'(0) = 2
      • General solution: y=c1ex+c2eโˆ’xy = c_1e^x + c_2e^{-x}
      • Apply initial conditions to find c1=3/2c_1 = 3/2 and c2=โˆ’1/2c_2 = -1/2
      • Particular solution: y=32exโˆ’12eโˆ’xy = \frac{3}{2}e^x - \frac{1}{2}e^{-x}
    • Solve yโ€ฒโ€ฒ+4y=0y'' + 4y = 0 with y(0) = 0, y'(0) = 2
      • General solution: y=c1cosโก(2x)+c2sinโก(2x)y = c_1\cos(2x) + c_2\sin(2x)
      • Apply initial conditions to find c1=0c_1 = 0 and c2=1c_2 = 1
      • Particular solution: y=sinโก(2x)y = \sin(2x)