I'm currently trying to solve this problem: Find the unique solution to the differential equation $y''- y'- 6y = 18x$ With initial conditions $y'(0) = 0 , y(0) = 0$
My current solution is $y = -3x + 1/2 + Ae^{3x} + Be^{-2x}$ and I'm struggling at the last step of finding $A$ and $B$.
Any help would be greatly appreciated
Hint: Plug in $x=0$ into your final equation $y(x=0)=...=0$. And then plug in $x=0$ into the derivative of $y$. You will have the second equation $y'(x=0)=...=0$. Now solve this system of linear equations for $A$ and $B$.