Evaluate $A^n$ with $A$ is a matrix that: $ A=\begin{bmatrix} 3 & 5\\ 1 & -1 \end{bmatrix} $
This is kinda tough question for me because normally I can use mathematic induction to find the recursive form of the answer, but to evaluate this with induction theorem is not so effective, and I can not find the answer, so can anyone give me a suggestion or a clear answer for this. I'm grateful for this.
The eigenvalues of $A$ are $4$ and $-2$. An eigenvector of $A$ with eigenvalue $4$ is $(5,-1)$ and an eigenvector of $A$ with eigenvalue $-2$ is $(1,1)$. So, if you take $$ B=\begin{bmatrix} 5&1\\ -1&1 \end{bmatrix} $$ then $$ B^{-1}AB=\begin{bmatrix} 4&0\\ 0&-2 \end{bmatrix}. $$ So, for each $n\in\mathbb{N}$ \begin{align} A^n&=B.\begin{bmatrix} 4&0\\ 0&-2 \end{bmatrix}^n.B^{-1}\\ &=\begin{bmatrix} 5&1\\ -1&1 \end{bmatrix}.\begin{bmatrix} 4^n&0\\ 0&(-2)^n \end{bmatrix}.\frac16\begin{bmatrix} 1&1\\ -1&5 \end{bmatrix}\\ &=\frac{1}{6}\begin{bmatrix} 2^{n} \left((-1)^n+5\times 2^n\right) & 5\times 2^{n} \left((-1)^{n+1}+2^n\right) \\ 2^{n} \left((-1)^{n+1}+2^n\right) & 2^{n} \left(5 (-1)^n+2^n\right) \end{bmatrix}. \end{align}