Week-13 Homogeneous
Week-13 Homogeneous
• Each root λ produces a particular exponential solution eλt of the differential equation.
• A repeated root λ of multiplicity k produces k linearly independent solutions eλt , teλt , · · · , tk−1 eλt .
Warning: The above method of characteristic roots does not work for linear equations with
variable coefficients. As matter of fact, the explicit solution method does not exist for the
general class of linear equations with variable coefficients.
Example 1: (a) Find general solutions of y ′′′ + 4y ′′ − 7y ′ − 10y = 0.
(b) Solve y ′′′ + 4y ′′ − 7y ′ − 10y = 0, y(0) = −3, y ′(0) = 12, y ′′(0) = −36.
Solution: (a) Solve the characteristic polynomial:
λ3 + 4λ2 − 7λ − 10 = 0.
The roots are λ1 = −1, λ2 = 2, λ3 = −5. Each root gives a particular exponential solution of
the differential equation. Combined, the general solutions are
y = C1 e−t + C2 e2t + C3 e−5t ,
where C1 , C2 , C3 are free parameters (arbitrary constants).
(b) We use the initial conditions to determine the values of the constants C1 , C2 , C3 in the
general solution formula. The initial conditions y(0) = −3, y ′ (0) = 12, y ′′(0) = −36 yield
C1 + C2 + C3 = −3,
−C1 + 2C2 − 5C3 = 12,
C1 + 4C2 + 25C3 = −36.
Solve this linear system for C1 , C2, C3 :
C1 = −5/2,
C2 = 1,
C3 = −3/2.
Thus, the solution to the initial value problem is
5 3
y = − e−t + e2t − e−5t .
2 2
1
Example 2: (a) Find general solutions of y (4) + 8y ′′ + 16y = 0.
(b) Solve y (4) + 8y ′′ + 16y = 0, y(0) = −1, y ′(0) = 5, y ′′(0) = −8, y ′′′ (0) = −28.
Solution: (a) Solve the characteristic polynomial:
The roots are λ1 = 2i, λ2 = 2i, λ3 = −2i, λ4 = −2i. We have repeated roots. For complex
characteristic roots, we can either use complex exponential functions or use cos and sin to
express the solutions.
Expression 1: The general solutions are
We’re done.
Alternatively, we may use Expression 2 as well. The initial conditions yield
a1 +a3 = −1,
2ia1 +a2 −2ia3 +a4 = 5,
−4a1 +4ia2 −4a3 −4ia4 = −8,
−8ia1 −12a2 +8ia3 −12a4 = −28.
2
Example 3: Suppose that a 14-th order homogeneous linear differential equation with constant
coefficients has characteristic roots: