I'm currently struggling with solving the following differential equation:
$$y'' - 12y' = \cos(2x)$$
with initial conditions $y(0) = 0$ and $y'(0) = 0$.
I have already found the homogeneous solution, but I'm having trouble guessing the particular solution. I know that if the equation also contained y, the particular solution would be $y_p = A \cos x + B \sin x$. However, since $y$ is not included in the equation, I'm not sure how to proceed.
I've tried guessing a solution using $e^{2ix}$, but then $d$ still needs to be $y$, and I'm not sure what to do next.
Can anyone provide any insight or guidance on how to find the particular solution? Any help would be greatly appreciated.
Thank you!
HINT
What about integrating both sides?
\begin{align*} y'' - 12y' = \cos(2x) & \Longleftrightarrow y' - 12y = \frac{\sin(2x)}{2} + C\\\\ & \Longleftrightarrow (e^{-12x}y)' = \frac{e^{-12x}\sin(2x)}{2} + Ce^{-12x} \end{align*}
Can you take it from here?