Question:medium

If A and B are square matrices of same order such that AB = BA, then $A^2 + B^2$ is equal to :

Show Hint

When matrices commute, use the identity $(A + B)^2 = A^2 + 2AB + B^2$ to simplify expressions.
  • $A + B$
  • $BA$
  • $2(A + B)$
  • $2BA$
Show Solution

The Correct Option is C

Solution and Explanation

Given the condition $AB = BA$, the expression $A^2 + B^2$ can be simplified. \[A^2 + B^2 = (A + B)^2 - 2AB\] Due to the commutativity of $A$ and $B$ (i.e., $AB = BA$), the simplification proceeds as follows:\[A^2 + B^2 = (A + B)^2 - 2AB = 2(A + B)\] Therefore, the final simplified form is $2(A + B)$.
Was this answer helpful?
0