jbord39 said:
Homework Statement
Solve (D^2 - 6D +25)y = (x^2)(e^-x)
Homework Equations
D=dy/dx
The Attempt at a Solution
First I found the roots of the left side of the equation, which 4+i and 4-i.
The actual roots are 3 +/- 4i, which you are using below.
jbord39 said:
From this,
y(c) = Ae^(3x)sin(4x) + Be^(3x)cos(4x)
Furthermore, the annihilator for (x^2)e^(-x) is (D+1)^3 <--- (Is this correct?).
Yes. The annihilator for e^(-x) would be D + 1. For xe^(-x), it would be (D + 1)^2, and for x^2e^(-x) it would be (D + 1)^3.
jbord39 said:
From this, y(p) = Ce^(-x) + Dxe^(-x) + E(x^2)e^(-x) = e^(-x)[C + Dx + Ex^2]
and y(p)' = e^(-x)[-C + D(1 - x) + E(2x - x^2)]
and y(p)'' = e^(-x)[C + D(x - 2) + E(x^2 - 4x + 2)]
Your y
p' looks fine, but I think you have an error in your y
p''. Also, I don't see any advantage in writing the part in square brackets as you have done. I think it would be better to group powers of x together rather than multiples of (1 - x) and (2x - x^2). Writing y
p' as e^(-x)[D - C + (2E - D)x - Ex^2] might be simpler to work with.
jbord39 said:
Now plugging this into
(D^2 - 6D +25)y = (x^2)e^(-x)
Yields:
32C + 8D(4x-1) + 2E(16x^2 - 8x + 1) = x^2
From here I cannot figure out how to solve for C, D, and E.
This is where what I am saying comes into play. You want the left side arranged in powers of x. The right side can be thought of as being in powers of x; namely 0 + 0x + 1x^2. The equation has to be identically true for any value of x, which means that the constant on the left has to equal the constant on the right (0), the coefficient of the x term on the left has to equal the coefficient of x on the right (again, 0), and the coefficient of the x^2 term on the left has to equal the coefficient of x^2 on the right (1).
That will give you three equations in your unknowns C, D, and E.