\begin{array} { c } { \text { Solve the initial value problem } } \\ { \mathbf { x } ^ { \prime } = \left( \begin{array} { c c } { 1 } & { - 5 } \\ { 1 } & { - 3 } \end{array} \right) \mathbf { x } , \quad \mathbf { x } ( 0 ) = \left( \begin{array} { c } { 1 } \\ { 1 } \end{array} \right) } \\ { \text { and describe the behavior of the solution as } t \rightarrow \infty } \end{array}
My answer so far is: $$\vec{x}=c_1e^{(-1+i)t}\begin{pmatrix}2+i\\1\end{pmatrix}+c_2e^{(-1-i)t}\begin{pmatrix}2-i\\1\end{pmatrix}$$
The textbook has the answer: $$\mathbf{x}(t)=e^{-t}\begin{pmatrix}\cos(t)-3\sin(t)\\ \cos(t)-\sin(t)\end{pmatrix}$$
How can I simplify my solution?
UPDATE: I used the identity $e^{it} = \cos t+i\sin t$ $$c_1e^{-t}(\cos t+i\sin t)\begin{pmatrix}2+i\\1\end{pmatrix}+c_2e^{-t}(\cos t-i\sin t)\begin{pmatrix}2-i\\1\end{pmatrix}$$
Let $$X=e^{(-1+i)t}\begin{pmatrix}2+i\\1\end{pmatrix}$$ $$X_1=\Re(X)=e^{-t}\begin{pmatrix}2 \cos{(t)}-\sin{(t)}\\ \cos{(t)}\end{pmatrix}$$ $$X_2=\Im(X)= e^{-t}\begin{pmatrix}2 \sin{(t)}+\cos{(t)}\\ \sin{(t)}\end{pmatrix}$$ Then general real solution is $$X=c_1X_1+c_2X_2$$ From initial condition we get $$c_1\begin{pmatrix}2\\ 1\end{pmatrix}+c_2\begin{pmatrix}1\\ 0\end{pmatrix}=\begin{pmatrix}1\\ 1\end{pmatrix}$$ $c_1=1$, $c_2=-1$.
Answer: $$X=X_1-X_2=e^{-t}\begin{pmatrix}\cos{(t)}-3 \sin{(t)}\\ \cos{(t)}-\sin{(t)}\end{pmatrix}$$