Skip to main content
Back to Matrices & Determinants
JEE Main 2019
Matrices & Determinants
Matrices and Determinants
Medium

Question

Let A = \left( {\matrix{ 1 & { - 1} & 1 \cr 2 & 1 & { - 3} \cr 1 & 1 & 1 \cr } } \right). and 1010 B = \left( {\matrix{ 4 & 2 & 2 \cr { - 5} & 0 & \alpha \cr 1 & { - 2} & 3 \cr } } \right). if BB is the inverse of matrix AA, then α\alpha is

Options

Solution

Understanding the Core Concept: The Inverse Matrix

The problem revolves around the definition of an inverse matrix. For a square matrix AA, its inverse, denoted as A1A^{-1}, is another square matrix such that their product is the identity matrix II. This fundamental relationship is expressed as: AA1=A1A=IA A^{-1} = A^{-1} A = I For a 3×33 \times 3 matrix, the identity matrix II is: I = \left( {\matrix{ 1 & 0 & 0 \cr 0 & 1 & 0 \cr 0 & 0 & 1 \cr } } \right) In this problem, we are given that matrix BB is the inverse of matrix AA. Therefore, we can write AB=IA B = I. Our goal is to use this property to find the value of α\alpha.

Step 1: Setting Up the Matrix Equation

We are given the matrices: A = \left( {\matrix{ 1 & { - 1} & 1 \cr 2 & 1 & { - 3} \cr 1 & 1 & 1 \cr } } \right) B = \left( {\matrix{ 4 & 2 & 2 \cr { - 5} & 0 & \alpha \cr 1 & { - 2} & 3 \cr } } \right) Since B=A1B = A^{-1}, we must have AB=IAB = I. Let's write out this matrix multiplication: A B = \left( {\matrix{ 1 & { - 1} & 1 \cr 2 & 1 & { - 3} \cr 1 & 1 & 1 \cr } } \right) \left( {\matrix{ 4 & 2 & 2 \cr { - 5} & 0 & \alpha \cr 1 & { - 2} & 3 \cr } } \right) = \left( {\matrix{ 1 & 0 & 0 \cr 0 & 1 & 0 \cr 0 & 0 & 1 \cr } } \right)

Step 2: Performing Matrix Multiplication and Identifying Relevant Elements

To find α\alpha, we don't need to compute all nine elements of the product matrix ABAB. We only need to calculate the elements that involve α\alpha and then equate them to the corresponding elements in the identity matrix II. The variable α\alpha appears in the element B23B_{23} (second row, third column of matrix BB). Let C=ABC = AB. The elements of CC are calculated as Cij=k=13AikBkjC_{ij} = \sum_{k=1}^3 A_{ik} B_{kj}. The elements of CC that will involve B23B_{23} (and thus α\alpha) are C13C_{13}, C23C_{23}, and C33C_{33}. We can choose any one of these to solve for α\alpha.

Let's choose to calculate C13C_{13}, the element in the first row and third column of the product matrix ABAB. To find C13C_{13}, we multiply the first row of AA by the third column of BB: C13=(A11B13)+(A12B23)+(A13B33)C_{13} = (A_{11} \cdot B_{13}) + (A_{12} \cdot B_{23}) + (A_{13} \cdot B_{33}) Substituting the values: C13=(12)+((1)α)+(13)C_{13} = (1 \cdot 2) + ((-1) \cdot \alpha) + (1 \cdot 3) C13=2α+3C_{13} = 2 - \alpha + 3 C13=5αC_{13} = 5 - \alpha

Step 3: Equating to the Identity Matrix and Solving for α\alpha

Since AB=IAB = I, the element C13C_{13} must be equal to the element I13I_{13} of the identity matrix. From the identity matrix, I13=0I_{13} = 0. Therefore, we set our calculated C13C_{13} equal to 00: 5α=05 - \alpha = 0 Solving for α\alpha: α=5\alpha = 5

Step 4: Verification (Optional but Recommended)

To confirm our answer, we can quickly calculate another element involving α\alpha, for instance, C23C_{23} (second row, third column of ABAB). C23=(A21B13)+(A22B23)+(A23B33)C_{23} = (A_{21} \cdot B_{13}) + (A_{22} \cdot B_{23}) + (A_{23} \cdot B_{33}) Substituting the values: C23=(22)+(1α)+((3)3)C_{23} = (2 \cdot 2) + (1 \cdot \alpha) + ((-3) \cdot 3) C23=4+α9C_{23} = 4 + \alpha - 9 C23=α5C_{23} = \alpha - 5 Since AB=IAB = I, the element C23C_{23} must be equal to I23I_{23}, which is 00. So, we set: α5=0\alpha - 5 = 0 α=5\alpha = 5 Both calculations yield the same value for α\alpha, which increases our confidence in the result.

Tips for Success & Common Pitfalls:

  • Careful with Matrix Multiplication: Matrix multiplication is not commutative (ABBAAB \neq BA in general) and requires precise row-by-column dot products. Pay close attention to signs.
  • Strategic Calculation: You don't always need to compute every element of a product matrix. Identify which elements contain the unknown variable and only calculate those. This saves time and reduces potential errors.
  • Understanding the Identity Matrix: Remember the structure of the identity matrix for the given dimension – ones on the main diagonal, zeros elsewhere.
  • Alternative: You could also use BA=IBA = I. However, AB=IAB=I is sufficient and usually yields the same complexity.

Conclusion

By utilizing the fundamental property that the product of a matrix and its inverse is the identity matrix (AB=IAB=I), we strategically performed matrix multiplication for a specific element involving α\alpha. Equating this element to its corresponding value in the identity matrix allowed us to directly solve for α\alpha. The value of α\alpha is 55.

The final answer is 5\boxed{5}.

Practice More Matrices & Determinants Questions

View All Questions