Question:

If A and B are symmetric matrices of the same order such that \( AB + BA = X \) and \( AB - BA = Y \), then \( (XY)^T = \)

Show Hint

Remember that \( (AB)^T = B^TA^T \), and if A is symmetric, \( A^T = A \).
Updated On: Mar 26, 2025
  • \( XY \)
  • \( X^TY^T \)
  • \( -YX \)
  • \( -Y^TX^T \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: {Use the given equations}
We are given \( AB + BA = X \) and \( AB - BA = Y \). 
Step 2: {Find \( X^T \) and \( Y^T \)}
Since A and B are symmetric matrices, \( A^T = A \) and \( B^T = B \). \[ X^T = (AB + BA)^T = (AB)^T + (BA)^T = B^TA^T + A^TB^T = BA + AB = X \] \[ Y^T = (AB - BA)^T = (AB)^T - (BA)^T = B^TA^T - A^TB^T = BA - AB = -(AB - BA) = -Y \] So, \( X \) is symmetric and \( Y \) is skew-symmetric. 
Step 3: {Compute \( XY \)}
\[ XY = (AB + BA)(AB - BA) = (AB)^2 - (BA)^2 \] 
Step 4: {Compute \( (XY)^T \)}
\[ (XY)^T = ((AB)^2 - (BA)^2)^T = ((AB)^2)^T - ((BA)^2)^T = (B^TA^T)^2 - (A^TB^T)^2 = (BA)^2 - (AB)^2 = -(XY) \] 
Step 5: {Compute \( YX \)}
\[ YX = (AB - BA)(AB + BA) = (AB)^2 - (BA)^2 = -(BA)^2 + (AB)^2 = -((BA)^2 - (AB)^2) = -XY \] 
Step 6: {Compare \( (XY)^T \) with \( YX \)}
We found that \( (XY)^T = -YX \) . 
 

Was this answer helpful?
0
0