I have the system
$x'(t)=2x+8y$
$y'(t)=-x-2y$
Which has the I.C. $X(0)=(6,-2)$. So I take that it means this:
$6=2x+8y$
$-2=-x-2y$
and then it is solved as any other system? We get eigenvector $(1,1/2)$, but since the eigenvalues of the system are two, $\pm 2i$, we have to find the second generalized eigenvector.
$$ \left( \begin{array}{cc} 2-2i & 8 \\ -1 & -2-2i \end{array} \right) % \left( \begin{array}{cc} 1\\ \frac{1}{2} \end{array} \right)=% \left( \begin{array}{cc} 6-2i \\ -2-i \end{array} \right) $$
So the second vector would be $(6-2i, -2-i)$. Using the general solutions for the system, we get
\begin{equation} y(t)=e^{2it}(1, \frac{1}{2})+e^{-2it}(6-2i, -2-i) \end{equation}
Would this be correct, or did I misinterpret the initial conditions?
Thanks
If$$A=\begin{bmatrix}2&8\\-1&-2\end{bmatrix},$$then$$\exp(tA)=\begin{bmatrix}\sin (2 t)+\cos (2 t) & 4 \sin (2 t) \\ -\frac{1}{2} \sin (2 t) & \cos (2 t)-\sin (2 t)\end{bmatrix}.$$So, if $f(t)=\exp(tA).(6,-2)$, you have $f(0)=(6,-2)$ and $f'(t)=A.f(t)$. So, take\begin{align}\bigl(x(t),y(t)\bigr)&=f(t)\\&=\bigl(6 \cos (2 t)-2 \sin (2 t),-\sin (2 t)-2 \cos (2 t)\bigr).\end{align}