How do I prove that for any $2\times2$ matrix $A$, $A^2$ can be written in the linear form $aA + bI$ where $a$ and $b$ are scalars?
I've tried letting the elements of A be $w$, $x$, $y$, and $z$ then finding $A^2$ but I don't know where to go from there. Please help.
Here is a well-known theorem (Cayley-Hamilton):
Suppose that $$ A = \begin{bmatrix} w & x \\ y & z \\ \end{bmatrix}. $$ I leave the proof of the following identity as your exercise: $$ A^2 - (w + z) A + (wz - xy) I = 0. $$ Hence $$ A^2 = (w + z) A - (wz - xy) I. $$