Question:medium

If \( A \) and \( B \) are two non-zero square matrices of the same order such that: $$ (A + B)^2 = A^2 + B^2, $$ then: 

Show Hint

For matrix equations involving expansions like \( (A + B)^2 \), carefully expand and simplify the terms to identify the required relationship between the matrices.
Updated On: Feb 25, 2026
  • \( AB = O \)
  • \( AB = -BA \)
  • \( BA = O \)
  • \( AB = BA \)
Show Solution

The Correct Option is B

Solution and Explanation

Given the condition: \[ (A + B)^2 = A^2 + B^2. \] Expanding the left-hand side: \[ (A + B)^2 = A^2 + AB + BA + B^2. \] Substituting this into the given equation: \[ A^2 + AB + BA + B^2 = A^2 + B^2. \] Canceling \( A^2 \) and \( B^2 \) from both sides yields: \[ AB + BA = 0. \] Rearranging this equation gives: \[ AB = -BA. \] This demonstrates that \( A \) and \( B \) are anti-commutative, satisfying the relation \( AB = -BA \). Therefore, the correct answer is (B) \( AB = -BA \).
Was this answer helpful?
0