Given \begin{equation} x' = \begin{bmatrix} 2&-1\\3&-2 \end{bmatrix}x+\begin{bmatrix} 1\\-1 \end{bmatrix}e^t \end{equation}
how do I find the particular solution $x_{p}$ via method of undetermined coefficients? I know where to start, but I'm stuck.
I start with $x_{p}$ = $\vec c$$e^t$ + $\vec d$t$e^t$, which I substitute back into the original equation. After I add the vectors together, I get
\begin{equation} \begin{bmatrix} -c_1+c_2+d_1\\-3c_1+3c_2+d_2 \end{bmatrix}e^t+\begin{bmatrix} -d_1+d_2\\-2d_1+3d_2 \end{bmatrix}te^t=\begin{bmatrix} 1\\-1 \end{bmatrix}e^t \end{equation} From this, I get $d_1$ = 2 = $d_2$, so \begin{equation} \vec d = \begin{bmatrix} 2\\2 \end{bmatrix}\end{equation} However, I am then left with -$c_1$+$c_2$ = -1 and -3$c_1$+3$c_2$ = -3.
Since they are multiples of each other, how can I accurately determine what the vector c is? I assume I can't arbitrarily choose two numbers, ex. $c_1$ = 7 and $c_2$ = 6...
If we calculate the eigenvalues of $M = \begin{bmatrix}2 & -1 \\ 3 & -2\end{bmatrix}$, we get $\lambda = \pm 1$, which means that $e^t$ is actually a component of the solution of the homogeneous DE $x' = Mx$, and indeed $\begin{bmatrix}1 \\ -1\end{bmatrix}$ is its corresponding eigenvector. So what that means is that any choice of $c_1$ (and corresponding value of $c_2$) will give you a valid particular solution to the DE. The difference between the solutions produced by two different choices of $c_1$ will show up in a different coefficient of $\begin{bmatrix}1 \\ -1\end{bmatrix}e^t$ in the homogeneous component of the solution.