Jeff12341234 said:
yc, when expanded out, has a highest power of 3 so it has 3 roots; {0, 3, 3}. Right?
yp is to the 4th power when expanded out so doesn't it have to have 4 roots? {0, 0, 0, 3}?
Is that logic correct so far?
No, because of a mistake you made early on. The right side of your original DE is 8 + 7x + e
3x. The annihilator for it is D
2(D - 3), not D
2(D - 3)D = D
3(D - 3) as you show. Note that D
2(8 + 7x) = D(D(8 + 7x) = D(0 + 7) = 0. You have an extra factor of D.
The original equation, as a homogeneous DE is y''' - 6y'' + 9y' = 0, or (D
3 - 6D
2 + 9D)y = 0. This can be written as D(D - 3)
2y = 0.
The rootso of the char. equation are r = 0, and r = 3 (multiplicity 2). These roots correspond to, as I've already said, the functions {1, e
3x, xe
3x}.
In converting the origininal nonhomogeneous equation of order 3 to a homogeneous equation of order 6, you're appending two factors of D and one factor of D - 3. There are a lot of repeated roots there: r = 0 is of multiplicity 3 and r = 3 is of multiplicity 3 as well. The set of solutions are {1, e
3x, xe
3x[/color], x, x
2, x
2e
3x[/color]}.
The first three in the set above (in blue) are a basis for y
c, which represents a basis for the solution of y''' - 6y'' + 9y' = 0. The second group of three (in green) are a basis for y
p, a particular solution of the nonhomogenous equation y''' - 6y'' + 9y' = 8 + 7x + e
3x. A function that is part of y
c CANNOT ALSO BE IN y
p, and that is what you are doing. You have 1 (= e
0x) in both y
c and y
p and you have e
3x in both, as well.