I am completely stuck with this non homogenous differential equation:
$x'''+(\alpha + \beta)x'' + (1+ \alpha\beta)x' = sin(2t) $
I have to show that the general real solution to aforementioned equation holds the form of
$x(t) = c_1+c_2e^{at}\cos(\omega t) + c_3e^{at}\sin(\omega t) + A\cos (2t) + B\sin (2t)$
and $a, \omega,$ A and B must have determined real parameters. I know I have to solve this by using the method of undetermined coefficients, but those $\alpha$ and $\beta$ are giving me very complicated solutions that I can't wrap my head around. Any solutions?
EDIT:
Due to possible confusion, I put up a link here with the snippet of how the problem is formulated in my book.
Letting $A = a_1$ and $B = b_1$ (just for notation's sake):
You have $$x(t) = c1 + c2e^{at}cos(wt) + c3e^(at)sin(wt) + a_1 cos(2t) + b_1sin(2t)$$ Deriving three times, we can get \begin{equation} \begin{split} x'(t) &= \left(ac_3-c_2w\right)\mathrm{e}^{at}\sin\left(wt\right)\\ &+\left(c_3w+ac_2\right)\mathrm{e}^{at}\cos\left(wt\right)-2a_1\sin\left(2t\right)+2b_1\cos\left(2t\right) \end{split} \end{equation}
\begin{equation} \begin{split} x''(t) &= \left(-c_3w^2-2ac_2w + a^2c_3\right)\mathrm{e}^{at}\sin\left(wt\right) \\ &+ \left(-c_2w^2+2ac_3w+a^2c_2\right)\mathrm{e}^{at}\cos\left(wt\right)-4b_1\sin\left(2t\right)-4a_1\cos\left(2t\right) \end{split} \end{equation}
\begin{equation} \begin{split} x'''(t) &= \left(c_2w^3-3ac_3w^2-3a^2c_2w+a^3c_3\right)\mathrm{e}^{at}\sin\left(wt\right)\\ &+\left(-c_3w^3-3ac_2w^2+3a^2c_3w+a^3c_2\right)\mathrm{e}^{at}\cos\left(wt\right)+8a_1\sin\left(2t\right)-8b_1\cos\left(2t\right) \end{split} \end{equation}
Now, just plug all three derivatives back in the equation to check if they satisfy the equation, i.e check if $$x'''(t)+(\alpha + \beta)x''(t) + (1+ \alpha\beta)x'(t) = sin(2t)$$