NTH Order Non Hom
NTH Order Non Hom
edu
Math 333
Higher Order Linear Differential Equations
Nonhomogeneous Equations: The Method of Undetermined
Coefficients
Recall that the general solution of the nonhomogeneous n-th order linear differential equation
and yp (t) is one particular solution of the nonhomogeneous equation. Using the method of the
characteristic polynomial, we have seen how to find yh (t) for the case in which the differential
equation has constant coefficients:
We can obtain a particular solution yp (t) of the nonhomogeneous n-th order linear differential
equation using the method of undetermined coefficients, provided that g(t) is of an appropriate
form.
Examples.
y 000 − 3y 00 + 3y 0 − y = 4et .
yh (t) = c1 et + c2 tet + c3 t2 et .
To find a particular solution yp (t), we start by assuming that yp (t) is of the form yp (t) = αet .
However, since et , tet , and t2 et are all solutions of the homogeneous equation, we must
multiply our initial choice by t3 . Thus, our final assumption is that yp (t) is of the form
yp (t) = αt3 et .
Substituting yp and its derivatives into the differential equation and equating terms, we obtain
α = 2/3. Thus, the general solution of the differential equation is
2
y(t) = c1 et + c2 tet + c3 t2 et + t3 et .
3
Our initial assumption for a particular solution is yp (t) = α sin t+β cos t, but we must multiply
this initial choice by t2 . Thus, our final assumption is that yp (t) is of the form
Substituting yp and its derivatives into the differential equation and equating terms, we obtain
α = −3/8 and β = 5/8. Thus, the general solution of the differential equation is
−3 2 5
y(t) = c1 cos t + c2 sin t + c3 t cos t + c4 t sin t + t sin t + t2 cos t.
8 8
Recall that we can write a particular solution of the differential equation as a sum of particular
solutions of the differential equations
y 000 − 4y 0 = t,
y 000 − 4y 0 = 3 cos t,
y 000 − 4y 0 = e−2t .
Our initial choice for a particular solution of the first equation is y1 (t) = At + B, but since a
constant is a solution of the homogeneous equation, we multiply by t. Thus, we choose