I have no clue about how to start this problem. Could someone help me with this?
2026-04-04 09:39:57.1775295597
Let $A$ be a $3×3$ matrix such that $A^2 = 2A$. Prove that $det(A)$ must be either $0$ or $8$.
589 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Taking the determinant of both sides of the equation $A^2=2A$ gives $\operatorname{det}(A)^2=2^3 \cdot \operatorname{det}(A)=8 \cdot \operatorname{det}(A)$ (here, it is crucial that $A$ be a $3 \times 3$-matrix). Subtracting $8 \cdot \operatorname{det}(A)$ from both sides, we get $\operatorname{det}(A)^2-8 \cdot \operatorname{det}(A)=0$. Factoring the left hand side, we get $\operatorname{det}(A)(\operatorname{det}(A)-8)=0$. Finally, setting each factor equal to zero gives that either $\operatorname{det}(A)=0$ or $\operatorname{det}(A)=8$.
More generally, if $A^2=mA$ where $A$ is an $n \times n$-matrix, then either $\operatorname{det}(A)=0$ or $\operatorname{det}(A)=m^n$. Even more generally, if $A^k=mA$, then either $\operatorname{det}(A)=0$ or $\operatorname{det}(A)=\sqrt[k-1]{m^n}$ or, if $k$ is odd, $\operatorname{det}(A)=-\sqrt[k-1]{m^n}$.