Woopydalan said:
Hello,
I am having trouble when solving non-homogeneous DE's how to find the annihilator to find my particular solution.
For example, if you have a DE that equals 24x^2cos(x), how do I find something that will annihilate this? It seems to me no matter how many derivatives you take, you couldn't get this thing to be 0.
The annihilator is needed to find the particular solution, right? When using the method of undetermined coefficients, I will have issues finding my particular solution.
The annihilator you choose is tied to the roots of the characteristic equation, and whether these roots are repeated.
If the function on the right side of your DE is sin(x), the annihilator is D
2 + 1. The idea is that if y = sin(x), then (D
2 + 1)y = 0.
This particular operator also annihilates any constant multiple of sin(x) as well as cos(x) or a constant multiple of cos(x). In fact, the D
2 + 1 operator annihilates any linear combination of sin(x) and cos(x).
Let's take a look at the DE I'm considering here: a(D
2 + 1)y = 0, or y'' + y = 0. The characteristic equation is r
2 + 1 = 0, so r = ±i.
Two solutions of the DE are y
1 = e
ix and y
2 = e
ix. The usual practice is to not work with these exponential function, but to take certain linear combinations of them and use y
1 = cos(x) and y
2 = sin(x).
Now, let's suppose that we're trying to find solutions of y
(4) + 2y'' + y = 0. If we write this in terms of operators, we get (D
4 + 2D
2 + 1)y = 0, or (D
2 + 1)
2y = 0.
From either form it doesn't take long to get the characteristic equation, which is (r
2 + 1)
2 = 0. The solutions are the same as before; namely, r = ±i, but these time each value is repeated. As before, two basic solutions are sin(x) and cos(x), but since the DE is of order 4, we need two more solutions to make a basic set of solutions that would span all possible solutions.
The answer is to tack on a factor of x to sin(x) and to cos(x). The basic solution set is now {sin(x), cos(x), xsin(x), xcos(x)}. I leave it to you to verify that for each of these functions, y
(4) + y'' + y = 0. IOW, each of them is a solution to the DE.
Now, can you think of an operator that would annihilate x
2sin(x) or x
2cos(x)?