Let $A$be a $5 \times 5$ matrix whose characteristic polynomial is given by $(\lambda -2)^3(\lambda+2)^2.$ If $A$ is diagonalizable,find $\alpha,\beta$ such that $A^{-1}=\alpha A+\beta I$
Solution:
Characteristic polynomial of $A$,$Ch_{A}(\lambda)=(\lambda -2)^3(\lambda+2)^2$.
By Cayley-Hamilton Theorem, we have $Ch_{A}(A)=0\implies (A -2)^3(A+2)^2=0\implies$ Either $(A -2)^3=0$ or $(A+2)^2=0$
Considering
$$(A+2)^2=0\implies A^2+4A+4I=0$$ $$\implies I=\left(-\frac{1}{4}\right)A^2+(-A)$$ $$\implies A^{-1}=\left(-\frac{1}{4}\right)A+(-I).$$
On comparing just recent equation with $A^{-1}=\alpha A+\beta I$,we get $\alpha =-\frac{1}{4}$ and $\beta =-1$
But the correct answer is $\alpha=\frac{1}{4}$ and $\beta =0$..
I wanted to know where I'm wrong?
Your error comes from the fact that you cannot say that if $M_1M_2=0$ that $M_1=0$ or $M_2=0$...
For example :
$$\begin{pmatrix}1&0\\0&0\end{pmatrix}\begin{pmatrix}0&0\\0&1\end{pmatrix}=\begin{pmatrix}0&0\\0&0\end{pmatrix}$$