I was asked this question:
There's $A,B \in M_3 (\mathbb{R})$ a square matrices from order $3\times3$ from the real numbers, that satisifes: $BA^2+A^2=I$.
- Prove that $A$ is invertible and that the matrices $A$ and $B$ have the commutative property. $(AB=BA=I)$
- Given that $B+A^2B=O$. Prove that $B$ isn't invertible and calculate $|A|$, write the two possibilities.
My first attempt (But then I saw that determinant does not preserve the addition, then this attempt is completely wrong): Suppose $A$ isn't invertible, meaning $|A|=0$.
$BA^2+A^2=I \rightarrow A^2=I-BA^2$
And since we assumed that A isn't invertible: $|A^2|=|I|-B|A|^2 \rightarrow 0=1-B*0 \rightarrow 0=1$ Contradiction, therefore $A$ is invertible.
My second attempt: $BA^2+A^2=I \rightarrow (B+I)A^2=I$
Now, we need to show that $A^2(B+I)=(B+I)A^2=I$, which will prove that $A$ is invertible and found an inverse for it.
But I wasn't sure how to continue from here...
And since $A$ is invertible then: $BA^2+A^2=AB^2+A^2=I \rightarrow A^2(B+I)=(B+I)A^2=I$
Which proved that the commutative property exists.
My attempt on the second question: (But it also relies on adding determinants, then it must be incorrect too) We'll prove it by contradiction, $B$ is inverse, meaning $|B|\neq 0$: $B+A^2B=O \rightarrow B=O-A^2B \rightarrow |B|=-|A^2||B|$
And from $1$. we know that $|A|\neq 0$, and since we assumed that $|B| \neq 0$ then the determinant of $B$ isn't necessarily always $0$, therefore it is a contradiction.
I'd love for guidance on how to continue. Thanks for the help!