I am asked to find the general solution set of the following system of differential equations:
$$\begin{cases} x' = 3x -2y-2 \\ y' = 6x-4y-1 \end{cases} $$
I found the general solution set of the corresponding homogeneous system to be:
$$\{ \left[ \begin{array}{c} x\\ y \end{array} \right] = k_1\left[ \begin{array}{c} 2\\ 3 \end{array} \right] + k_2e^{-t}\left[ \begin{array}{c} 1\\ 2 \end{array} \right] : k_1, k_2 ∈ R\}$$
Now I have to find a particular solution. Since $\left[ \begin{array}{c} 2\\ 1 \end{array} \right]$ is a particular solution of the homogeneous equation I can't use the method of undetermined coefficients, correct? If so, how can I find a particular solution?