Back to Module 4

Module 4 Study Guide

Second-Order Linear ODEs

Differential Equations • Learn Without Walls

1. Homogeneous: ay'' + by' + cy = 0

Characteristic equation: ar² + br + c = 0
Discriminant: D = b² - 4ac
CaseRootsGeneral Solution
D > 0r1, r2 real distinctc1er1t + c2er2t
D = 0r repeated(c1 + c2t)ert
D < 0α ± βieαt(c1cos βt + c2sin βt)
Wronskian: W = y1y2' - y2y1'. If W ≠ 0, solutions are linearly independent.

2. Nonhomogeneous: ay'' + by' + cy = g(t)

General solution: y = yh + yp (homogeneous + particular).

Undetermined Coefficients

g(t)Guess for yp
Polynomial degree nAntn + ... + A0
eαtAeαt
cos βt or sin βtA cos βt + B sin βt
eαtcos βteαt(A cos βt + B sin βt)
Modification Rule: If guess overlaps yh, multiply by t (or t² for double overlap).

Variation of Parameters

yp = -y1∫(y2g/W)dt + y2∫(y1g/W)dt
Must be in standard form (leading coeff = 1). Works for ANY g(t).