Question
Let A = \left( {\matrix{ 1 & { - 1} & 0 \cr 0 & 1 & { - 1} \cr 0 & 0 & 1 \cr } } \right) and B = 7A 20 20A 7 + 2I, where I is an identity matrix of order 3 3. If B = [b ij ], then b 13 is equal to _____________.
Answer: 1
Solution
Key Concept: Binomial Theorem for Matrices and Nilpotent Matrices
This problem involves calculating high powers of a matrix. Directly multiplying matrices 20 or 7 times is computationally intensive and error-prone. The key insight is to recognize the special structure of matrix and express it as a sum of the identity matrix and a nilpotent matrix .
The Binomial Theorem for Matrices states that if two matrices and commute (i.e., ), then for any positive integer : A nilpotent matrix is a square matrix such that (the zero matrix) for some positive integer . The smallest such is called the index of nilpotency. If is nilpotent, many terms in its polynomial expansion (like in the Binomial Theorem) will vanish, significantly simplifying calculations.
Step 1: Decompose Matrix A into I + N
First, let's analyze the given matrix : A = \left( {\matrix{ 1 & { - 1} & 0 \cr 0 & 1 & { - 1} \cr 0 & 0 & 1 \cr } } \right) Notice that is an upper triangular matrix with all diagonal elements equal to 1. Such matrices can often be expressed as the sum of the identity matrix and a strictly upper triangular (and thus nilpotent) matrix . Let . Then : N = \left( {\matrix{ 1 & { - 1} & 0 \cr 0 & 1 & { - 1} \cr 0 & 0 & 1 \cr } } \right) - \left( {\matrix{ 1 & 0 & 0 \cr 0 & 1 & 0 \cr 0 & 0 & 1 \cr } } \right) = \left( {\matrix{ 0 & { - 1} & 0 \cr 0 & 0 & { - 1} \cr 0 & 0 & 0 \cr } } \right)
Step 2: Determine the Nilpotency Index of N
Now, let's calculate powers of to find its nilpotency index. N^2 = N \cdot N = \left( {\matrix{ 0 & { - 1} & 0 \cr 0 & 0 & { - 1} \cr 0 & 0 & 0 \cr } } \right) \left( {\matrix{ 0 & { - 1} & 0 \cr 0 & 0 & { - 1} \cr 0 & 0 & 0 \cr } } \right) = \left( {\matrix{ 0 & 0 & 1 \cr 0 & 0 & 0 \cr 0 & 0 & 0 \cr } } \right) N^3 = N^2 \cdot N = \left( {\matrix{ 0 & 0 & 1 \cr 0 & 0 & 0 \cr 0 & 0 & 0 \cr } } \right) \left( {\matrix{ 0 & { - 1} & 0 \cr 0 & 0 & { - 1} \cr 0 & 0 & 0 \cr } } \right) = \left( {\matrix{ 0 & 0 & 0 \cr 0 & 0 & 0 \cr 0 & 0 & 0 \cr } } \right) = \mathbf{0} Since , is a nilpotent matrix of index 3. This means for all . This property is crucial for simplifying higher powers of .
Step 3: Calculate Powers of A using the Binomial Theorem
Since and the identity matrix commutes with any matrix (i.e., ), we can apply the Binomial Theorem directly: Because , all terms with for will be zero. Thus, for any :
Now, let's calculate and : For (here ): For (here ):
Step 4: Substitute into the Expression for B
The matrix is given by . Substitute the expressions for and :
Step 5: Simplify Matrix B
Distribute the scalar coefficients and group terms by , , and : So, .
Step 6: Find the Element
We need to find , which is the element in the first row and third column of matrix . Let's look at the elements of and : I = \left( {\matrix{ 1 & 0 & 0 \cr 0 & 1 & 0 \cr 0 & 0 & 1 \cr } } \right) \implies (I)_{13} = 0 N^2 = \left( {\matrix{ 0 & 0 & 1 \cr 0 & 0 & 0 \cr 0 & 0 & 0 \cr } } \right) \implies (N^2)_{13} = 1 Now, substitute these values into the expression for :
Common Mistakes to Avoid:
- Incorrectly calculating powers of N: Double-check matrix multiplication, especially for off-diagonal elements.
- Forgetting to distribute scalar multiples: Ensure all terms inside the parentheses are multiplied by their respective coefficients.
- Assuming nilpotency for non-strictly triangular matrices: Only strictly upper or strictly lower triangular matrices are guaranteed to be nilpotent.
- Applying Binomial Theorem without checking commutativity: The theorem only works if . Here, commutes with any matrix , so it's valid.
Summary and Key Takeaway: The final answer is . This problem demonstrates the power of recognizing special matrix structures. By decomposing into where is nilpotent, we could use the Binomial Theorem to efficiently calculate high powers of . This method avoids tedious matrix multiplications and simplifies the entire problem into a polynomial evaluation for , , and . This approach is particularly effective for matrices that are "perturbations" of the identity matrix.