Question
If A = \left( {\matrix{ {{1 \over {\sqrt 5 }}} & {{2 \over {\sqrt 5 }}} \cr {{{ - 2} \over {\sqrt 5 }}} & {{1 \over {\sqrt 5 }}} \cr } } \right), B = \left( {\matrix{ 1 & 0 \cr i & 1 \cr } } \right), , and Q = A T BA, then the inverse of the matrix A Q 2021 A T is equal to :
Options
Solution
Solution: Unraveling Matrix Powers and Inverses
This problem tests our understanding of matrix properties, specifically orthogonal matrices, matrix exponentiation, and the inverse of a 2x2 matrix. The key to solving it efficiently lies in recognizing patterns and leveraging matrix identities to simplify complex expressions.
1. Key Concepts and Formulas
Before diving into the solution, let's recall some essential concepts:
- Orthogonal Matrix: A square matrix is called orthogonal if its transpose is equal to its inverse, i.e., . This implies and , where is the identity matrix.
- Inverse of a 2x2 Matrix: For a matrix , its inverse is given by: where .
- Matrix Exponentiation: For a matrix , means multiplying by itself times. Often, a pattern emerges for after calculating the first few powers ().
2. Step-by-Step Solution
Our goal is to find the inverse of the matrix . We will achieve this by simplifying first, then finding its inverse.
Step 1: Analyze Matrix A and its Properties
First, let's examine matrix and calculate the product . Given: A = \left( {\matrix{ {{1 \over {\sqrt 5 }}} & {{2 \over {\sqrt 5 }}} \cr {{{ - 2} \over {\sqrt 5 }}} & {{1 \over {\sqrt 5 }}} \cr } } \right) The transpose of is: A^T = \left( {\matrix{ {{1 \over {\sqrt 5 }}} & {{{ - 2} \over {\sqrt 5 }}} \cr {{2 \over {\sqrt 5 }}} & {{1 \over {\sqrt 5 }}} \cr } } \right) Now, let's calculate : A A^T = \left( {\matrix{ {{1 \over {\sqrt 5 }}} & {{2 \over {\sqrt 5 }}} \cr {{{ - 2} \over {\sqrt 5 }}} & {{1 \over {\sqrt 5 }}} \cr } } \right) \left( {\matrix{ {{1 \over {\sqrt 5 }}} & {{{ - 2} \over {\sqrt 5 }}} \cr {{2 \over {\sqrt 5 }}} & {{1 \over {\sqrt 5 }}} \cr } } \right) A A^T = \left( {\matrix{ {({1 \over {\sqrt 5 }})({1 \over {\sqrt 5 }}) + ({2 \over {\sqrt 5 }})({2 \over {\sqrt 5 }})} & {({1 \over {\sqrt 5 }})({{-2} \over {\sqrt 5 }}) + ({2 \over {\sqrt 5 }})({1 \over {\sqrt 5 }})} \cr {({{-2} \over {\sqrt 5 }})({1 \over {\sqrt 5 }}) + ({1 \over {\sqrt 5 }})({2 \over {\sqrt 5 }})} & {({{-2} \over {\sqrt 5 }})({{-2} \over {\sqrt 5 }}) + ({1 \over {\sqrt 5 }})({1 \over {\sqrt 5 }})} \cr } } \right) A A^T = \left( {\matrix{ {{1 \over 5} + {4 \over 5}} & {{{ - 2} \over 5} + {2 \over 5}} \cr {{{ - 2} \over 5} + {2 \over 5}} & {{4 \over 5} + {1 \over 5}} \cr } } \right) = \left( {\matrix{ 1 & 0 \cr 0 & 1 \cr } } \right) = I Since , matrix is an orthogonal matrix. This implies . This property is extremely useful for simplifying matrix expressions, as we will see in the next steps.
Step 2: Find a Pattern for Powers of Q
We are given . We need to find . Let's calculate the first few powers of : Since (from Step 1), we can substitute in the middle: Now let's calculate : Again, using : We observe a clear pattern: . Applying this pattern for : This simplification is crucial as it transforms the problem of finding powers of into finding powers of , which is a simpler matrix.
Step 3: Find a Pattern for Powers of B
Now we need to find . Let's calculate the first few powers of : Given: B = \left( {\matrix{ 1 & 0 \cr i & 1 \cr } } \right) B^2 = B \cdot B = \left( {\matrix{ 1 & 0 \cr i & 1 \cr } } \right) \left( {\matrix{ 1 & 0 \cr i & 1 \cr } } \right) = \left( {\matrix{ {1 \cdot 1 + 0 \cdot i} & {1 \cdot 0 + 0 \cdot 1} \cr {i \cdot 1 + 1 \cdot i} & {i \cdot 0 + 1 \cdot 1} \cr } } \right) = \left( {\matrix{ 1 & 0 \cr {2i} & 1 \cr } } \right) B^3 = B^2 \cdot B = \left( {\matrix{ 1 & 0 \cr {2i} & 1 \cr } } \right) \left( {\matrix{ 1 & 0 \cr i & 1 \cr } } \right) = \left( {\matrix{ {1 \cdot 1 + 0 \cdot i} & {1 \cdot 0 + 0 \cdot 1} \cr {2i \cdot 1 + 1 \cdot i} & {2i \cdot 0 + 1 \cdot 1} \cr } } \right) = \left( {\matrix{ 1 & 0 \cr {3i} & 1 \cr } } \right) A clear pattern emerges for : {B^n} = \left( {\matrix{ 1 & 0 \cr {ni} & 1 \cr } } \right) This type of matrix, called a unipotent matrix (a triangular matrix with 1s on the diagonal), often exhibits such a simple pattern for its powers. Using this pattern for : {B^{2021}} = \left( {\matrix{ 1 & 0 \cr {2021i} & 1 \cr } } \right)
Step 4: Simplify the Expression
Now we substitute the expression for (from Step 2) into the target expression: We can rearrange the terms and use the property : Now, substitute the value of from Step 3: A Q^{2021} A^T = \left( {\matrix{ 1 & 0 \cr {2021i} & 1 \cr } } \right)
Step 5: Calculate the Inverse
Finally, we need to find the inverse of the simplified expression , which is . Let M = B^{2021} = \left( {\matrix{ 1 & 0 \cr {2021i} & 1 \cr } } \right). Using the formula for the inverse of a 2x2 matrix: . The inverse is: {(A Q^{2021} A^T)^{ - 1}} = M^{-1} = \frac{1}{\det(M)} \begin{pmatrix} d & -b \\ -c & a \end{pmatrix} = \frac{1}{1} \left( {\matrix{ 1 & 0 \cr { - 2021i} & 1 \cr } } \right) {(A Q^{2021} A^T)^{ - 1}} = \left( {\matrix{ 1 & 0 \cr { - 2021i} & 1 \cr } } \right)
Comparing this result with the given options, we find it matches option (B).
3. Tips and Common Mistakes
- Recognize Orthogonal Matrices: Always check if or . This property simplifies many matrix problems involving powers or inverses. It's a common trick in JEE problems.
- Don't Rush to Multiply: Before performing lengthy matrix multiplications, look for patterns or identities that can simplify the expressions, especially when high powers are involved. Direct calculation of would be extremely tedious and error-prone.
- Matrix Power Patterns: For matrices with simple structures (like diagonal, triangular, or those with only a few non-zero entries), calculating often reveals a clear pattern for . Be on the lookout for such patterns.
- Inverse of a Triangular Matrix: For a lower triangular matrix like , its inverse is . Notice how the sign of the off-diagonal element changes. This can be a quick check or direct calculation.
4. Conclusion and Key Takeaway
This problem demonstrates how a seemingly complex matrix expression can be simplified significantly by:
- Identifying special matrix types: Recognizing as an orthogonal matrix ().
- Leveraging matrix identities: Using to simplify powers of () and the final expression .
- Pattern recognition for matrix powers: Deriving a general form for .
The ability to strategically apply these concepts is vital for solving matrix problems efficiently in competitive exams.