Annihilator Method
Annihilator Method
Annihilator Method
(2)
68
69
g(t) = te4t + 6t3e4t. For the first term the annihilator is (D 4)2 while for the second it is
(D 4)4. We dont have to multiply these, because one is a divisor of the other.
Instead we take the larger exponent, in this case 4. That is, since (D 4)4 annihilates
both te4t and 6t3e4t, it annihilates their sum.
Table of Annihilators
f(t)
Annihilator
a m t m + a m1t m1 + L + a1t + a0
D m+1
e rt
Dr
t m e rt
( D r ) m+1
cos t or sin t
D2 + 2
t m cos t or t m sin t
( D 2 + 2 ) m+1
et cos t or et sin t
( D ) 2 + 2 = D 2 2D + 2 + 2
t m et cos t or t m e t sin t
[( D )
+ 2
m +1
= D 2 2D + 2 + 2
m +1
70
In the end, you still have to solve for the coefficients of the specified functions, just as
in the method of undetermined coefficients. In fact, the two methods work for exactly
the same types of equations, and use the same steps to find the coefficients. But the
annihilator method is better for two reasons. First, you know ahead of time exactly
what type of function g(t) must be for the method to succeed: any linear combination of
functions given in the first column of the table. Second, you dont have to guess the
correct form for the particular solution. That is generated automatically when you use
the annihilator method.
More Examples.
1. ( D 2 3D 4) y = 10e 4t . We factor the polynomial in D first, finding
( D 4)( D + 1) y = 10e 4t , and recognize that the general solution to the homogeneous
equation is y = c1e4t + c2e-t . Next, we recognize that the annihilator of
g(t) = 10e4t is (D 4). Applying this to both sides of the original differential
equation we get ( D 4) 2 ( D + 1) y = 0 . The general solution to this homogeneous
equation is y = c1e4t + c3 te4t + c2 e-t. We eliminate the terms we had before,
leaving y = c3 te4t . This is the form of the particular solution we need.
Substituting into the original differential equation, we have
(D2 3D 4) c3 te4t
c3((te4t) 3(te4t) 4(te4t))
c3((16te4t +8e4t) 3(4te4t +e4t) 4(te4t))
c3((16te4t 12te4t 4te4t) + (8e4t 3e4t))
c3(5e4t)
c3
=
=
=
=
=
=
10e4t
10e4t
10e4t
10e4t
10e4t
2
This gives us the particular solution ypart(t) = 2te4t, and the general solution to the
original equation is yhom(t) + ypart(t) = c1e4t + c2e-t + 2te4t.
2. ( D 2 3D 4) y = 3t 2 . We begin as before, by finding the general solution to the
homogeneous equation, y = c1e4t + c2e-t . Next, we recognize that the annihilator
of g(t) = 3t2 is D 3. Applying this to both sides of the original differential
equation we get D 3 ( D 4)( D + 1) y = 0 . The general solution to this homogeneous
equation is y = c1e4t + c2 e-t + c3+ c4t + c5t2. We again eliminate the terms in the
original homogeneous equation solution, leaving y = c3+ c4t + c5t2. This is the
form of the particular solution we need. Substituting into the original differential
equation, we have
71
=
=
=
=
3t2
3t2
3t2
3t2
Exercises: For all the assigned problems in section 4.1, use the annihilator method to
find the form of the particular solution as a linear combination of specific functions.