Suppose the characteristic polynomial of $A=\pmatrix{a&b\\c &d} $ is $(\lambda-1)^2$. Compute $A^{2011}-2011A$.
I think this is about diagonalization of $A$. What I got is only $ad-bc=1$ and $a+d=2$. I tried to find its eigenvector to diagonalize $A$. But the expression it too complex.
If you look at the Jordan form, there are two possibilities. Either $J=I$, or $$J=\begin{bmatrix} 1&1\\0&1\end{bmatrix}.$$ In the first case, $A=I$, so $$A^{2011}-2011A=-2010 I.$$In the other case, $$ J^n=\begin{bmatrix}1&n\\ 0&1\end{bmatrix}, $$ so $$ J^{2011}-2011 J=\begin{bmatrix} -2010&0\\0&-2010\end{bmatrix}=-2010 I. $$ So in both cases we get $$A^{2011}-2011 A=-2010 I.$$