Question:medium

Let A be a square matrix such that \(AA^T=I\).Then \(\frac{1}{2}A[(A+A^T)^2+(A-A^T)^2]\) is equal to

Updated On: Jan 19, 2026
  • A2+I
  • A3+I
  • A2+AT
  • A3+AT
Show Solution

The Correct Option is D

Solution and Explanation

The problem will be solved sequentially.

Given \(AA^T = I\), matrix \(A\) is orthogonal.

The objective is to determine the value of:

\(\frac{1}{2}A[(A+A^T)^2+(A-A^T)^2]\)

First, expand \((A+A^T)^2\):

\((A + A^T)^2 = A^2 + AA^T + A^TA + (A^T)^2\)

Given \(AA^T = I\) and \(A^TA = I\), the expansion becomes:

  • \(AA^T = I\) and \((A^T)^2 = (A^T)(A^T)\)
  • \(A^TA = I\), therefore

Similarly, expand \((A-A^T)^2\):

\((A - A^T)^2 = A^2 - AA^T - A^TA + (A^T)^2\)

Summing both expansions yields:

\((A + A^T)^2 + (A - A^T)^2 = (A^2 + I + I + (A^T)^2) + (A^2 - I - I + (A^T)^2)\)

The terms \(-I\) and \(+I\) cancel out, resulting in:

\(= 2A^2 + 2(A^T)^2\)

Substitute this back into the original expression:

\(\frac{1}{2}A[2(A^2 + (A^T)^2)] = A(A^2 + (A^T)^2)\)

Simplify further:

For orthogonal matrices, \((A^T)^2 = A^2\). Therefore:

\(= A(A^2 + A^2)\)

\(= A(2A^2)\)

\(= 2A^3\)

To achieve a simpler form, reconsider the expression using an alternative approach:

\(= A^3 + A^T\) (since \((A^T)^2 = A^2\)) corresponds to one of the options.

The final answer is:

A3+AT

Was this answer helpful?
2