How to obtain a particular solution for this linear ODE? $$y'' + 2y' - 8y = 2e^{-2x} - e^{-x}.$$
I am still struggling with this kind of equations, and we didn't see an example in class like this. How would i use the annihilator method? I already got homogeneous solutions, but i cant seem to get and idea to obtain a particular solution.
Hint. Find a particular solution $y_1$ and $y_2$ for each of these differential equations: $$1)\;\; y'' + 2y' - 8y = e^{-2x}\qquad,\qquad 2)\;\; y'' + 2y' - 8y = e^{-x}.$$ Then, by linearity, $2y_1-y_2$ is a particular solution of the given differential equation.
Since the characteristic polynomial is $z^2+2z-8=(z+4)(z-2)$, it follows that $y_1(x)=Ae^{-2x}$ and $y_2(x)=Be^{-x}$ where $A$ and $B$ are real constants to be found.