We're going to consider the matrix $\begin{pmatrix} -4 & -15 \\ 2 & 7 \end{pmatrix}.$
(a) Let $\mathbf{P} = \begin{pmatrix} 2 & 5 \\ 1 & 3 \end{pmatrix}$. Find the $2 \times 2$ matrix $\mathbf{D}$ such that $\mathbf{P}^{-1} \mathbf{D} \mathbf{P} = \begin{pmatrix} -4 & -15 \\ 2 & 7 \end{pmatrix}.$
(b) Find a formula for $\mathbf{D}^n,$ where $\mathbf{D}$ is the matrix you found in part (a). (You don't need to prove your answer, but explain how you found it.)
(c) Using parts (a) and (b), find a formula for $\begin{pmatrix} -4 & -15 \\ 2 & 7 \end{pmatrix}^n.$
I have completed part a (thanks for the helpful hints), but I am confused on part b. I solved for a few powers of $\mathbf{D}$ to find a pattern. So far I have if $\mathbf{D} = \begin{pmatrix} a & b \\ c & d \end{pmatrix}$ then $\mathbf{D}^{n} = \begin{pmatrix} -4^n & ? \\ 0 & -19^n \end{pmatrix}.$ I don't know if I'm solving for this correctly and as you can see, I'm not sure how to find the $b$ part of $\mathbf{D}^{n}.$ Thanks again!
Let consider
$$\begin{pmatrix} 3 & -5 \\ -1 & 2 \end{pmatrix}\begin{pmatrix} x & y \\ z & w \end{pmatrix}\begin{pmatrix} 2 & 5 \\ 1 & 3 \end{pmatrix}=\begin{pmatrix} -4 & -15 \\ 2 & 7 \end{pmatrix}\\$$ $$\iff D=\begin{pmatrix} x & y \\ z & w \end{pmatrix}=\begin{pmatrix} 2 & 5 \\ 1 & 3 \end{pmatrix}\begin{pmatrix} -4 & -15 \\ 2 & 7 \end{pmatrix}\begin{pmatrix} 3 & -5 \\ -1 & 2 \end{pmatrix}=$$
$$=\begin{pmatrix} 2 & 5 \\ 1 & 3 \end{pmatrix}\begin{pmatrix} 3 & -10 \\-1 & -3 \end{pmatrix}=\begin{pmatrix} -4 & -5 \\ 0 & -19 \end{pmatrix}$$