Calculate:
$P_{11}(n)=P(X_n=1|X_0=1)$
where the transition matrix is of the form:
$$\left[\begin{matrix}0 & 1 &0 \\ 0 & \dfrac{1}{2} & \dfrac{1}{2} \\ \dfrac{1}{2} & 0 & \dfrac{1}{2}\end{matrix}\right]$$
okay so I worked out my eigenvalues of the matrix, and got $\lambda = 1, \pm \dfrac{i}{2}$
$P_n$ should have the form $P_n=C_1(\lambda _ 1)^n + C_2\bigg(\dfrac{i}{2}\bigg)^n + C_3\bigg(\dfrac{-i}{2}\bigg)^n$
Then as we want $P_{11}(n)$ to be real we know that: $\bigg(\pm\dfrac{i}{2}\bigg)^n=\bigg(\dfrac{1}{2}\bigg)^n \bigg(\cos\bigg(\dfrac{n \pi}{2} \bigg) \pm i \sin\bigg(\dfrac{n \pi}{2} \bigg) \bigg)$
Subbing this all back in I get the equation: $$P_{11}(n)=C_1 + \bar{C_2}\bigg(\dfrac{1}{2}\bigg)^n \cos\bigg(\dfrac{n \pi}{2}\bigg) + \bar{C_3}\bigg(\dfrac{1}{2}\bigg)^n \sin\bigg(\dfrac{n \pi}{2}\bigg)$$
I am then stuck as to how to calculate the values of my coefficients. Any guidance would be great, thank you