Solve $A^k e_1$ for real $A = \begin{pmatrix} a & -b \\ b & a \end{pmatrix}$ using complex eigenvalues. Where $e_1 = (1,0)^T = \begin{pmatrix} 1 \\ 0 \end{pmatrix}$ is the standard basis vector.
I believe I can do the problem, but I get a different answer than my textbook on the very last step.
With complex $\lambda_1 = a+bi$, we have corresponding eigenvector $b_1 = (1, -i)^T = \begin{pmatrix} 1 \\ -i \end{pmatrix}$
With complex $\lambda_2 = a-bi$, we have corresponding eigenvector $b_2 = (1, i)^T = \begin{pmatrix} 1 \\ i \end{pmatrix}$
Since $e_1 = (b_1 + b_2) / 2$:
\begin{align*} A^k e_1 &= \frac{1}{2} A^k (b_1 + b_2) \\ &= \frac{1}{2} \left[ (a + bi)^k b_1 + (a - bi)^k b_2 \right] \\ &= \left[ (a + bi)^k + (a - bi)^k \right] e_1/2 - i \left[ (a + bi)^k - (a - bi)^k \right] e_2/2 \\ &= \text{Re} [(a+bi)^k] e_1 + \text{Im} [(a+bi)^k] e_2 \\ \end{align*}
Up to the last step, I completely follow and agree with my textbook.
If we use the fact that ${(z^*)}^k = {(z^k)}^*$ and the facts that $z + z^* = 2 \cdot \text{Re} (z)$ and $z - z^* = 2 \cdot \text{Im} (z)$, that would seem to give a slightly different answer with an added $-i$ term from what the textbook gives:
\begin{align*} &= \text{Re} [(a+bi)^k] e_1 - i \cdot \text{Im} [(a+bi)^k] e_2 \\ \end{align*}
Can anyone tell me which answer is correct and why?
Note that $$z - z^* = 2i \cdot \text{Im} (z)$$
Not $$z - z^* = 2 \cdot \text{Im} (z)$$