How to solve the following differential equation?
$$ \dot x = \begin{bmatrix} 4 & 5 \\ -2 & -2 \end{bmatrix} x + \begin{bmatrix} 4 e^t \cos(t)\\ 0\end{bmatrix}, \qquad x(0) = \begin{bmatrix} 0 \\ 0 \end{bmatrix}$$
I started by finding eigenvalues for matrix A and I have that $\lambda_1 = 1+i$ and $\lambda_2 = 1-i$ but I don't know what I should do now :/