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

Question

Let A = \left( {\matrix{ 0 & 0 & { - 1} \cr 0 & { - 1} & 0 \cr { - 1} & 0 & 0 \cr } } \right). The only correct statement about the matrix AA is

Options

Solution

1. Key Concepts and Formulas

  • Zero Matrix (OO): A matrix where all its elements are zero.
  • Identity Matrix (II): A square matrix with ones on the main diagonal and zeros elsewhere. For a 3×33 \times 3 matrix, I=(100010001)I = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}.
  • Scalar Multiplication: To multiply a matrix by a scalar, multiply every element of the matrix by that scalar.
  • Matrix Multiplication: For two matrices AA (size m×nm \times n) and BB (size n×pn \times p), their product C=ABC = AB is an m×pm \times p matrix where each element CijC_{ij} is the dot product of the ii-th row of AA and the jj-th column of BB.
  • Determinant of a Matrix (A|A| or det(A)\det(A)): A scalar value that can be computed for a square matrix. For a 3×33 \times 3 matrix A=(abcdefghi)A = \begin{pmatrix} a & b & c \\ d & e & f \\ g & h & i \end{pmatrix}, its determinant can be found by cofactor expansion, e.g., along the first row: A=a(eifh)b(difg)+c(dheg)|A| = a(ei - fh) - b(di - fg) + c(dh - eg).
  • Existence of Inverse (A1A^{-1}): A square matrix AA has an inverse A1A^{-1} if and only if its determinant A|A| is non-zero. Such a matrix is called non-singular.

2. Step-by-Step Solution

The given matrix is: A=(001010100)A = \begin{pmatrix} 0 & 0 & -1 \\ 0 & -1 & 0 \\ -1 & 0 & 0 \end{pmatrix} We will systematically evaluate each option.

Step 1: Analyze Option (D) - AA is a zero matrix.

  • What we are doing: Comparing the given matrix AA with the definition of a 3×33 \times 3 zero matrix.
  • Why we are doing this: To check if AA fits the definition of a zero matrix, which requires all its elements to be zero.
  • Math: The 3×33 \times 3 zero matrix is O=(000000000)O = \begin{pmatrix} 0 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \end{pmatrix}. The given matrix is A=(001010100)A = \begin{pmatrix} 0 & 0 & -1 \\ 0 & -1 & 0 \\ -1 & 0 & 0 \end{pmatrix}.
  • Reasoning: For two matrices to be equal, all their corresponding elements must be equal. By inspection, elements like A13=1A_{13} = -1, A22=1A_{22} = -1, and A31=1A_{31} = -1 are non-zero. Therefore, AA is not a zero matrix.
  • Conclusion: Option (D) is incorrect.

Step 2: Analyze Option (C) - A1A^{-1} does not exist.

  • What we are doing: Calculating the determinant of matrix AA.
  • Why we are doing this: The inverse of a matrix AA exists if and only if its determinant A|A| is non-zero. If A=0|A|=0, the inverse does not exist.
  • Math: We calculate the determinant of AA by expanding along the first row: A=001010100|A| = \left| \begin{matrix} 0 & 0 & -1 \\ 0 & -1 & 0 \\ -1 & 0 & 0 \end{matrix} \right| A=0100000010+(1)0110|A| = 0 \cdot \left| \begin{matrix} -1 & 0 \\ 0 & 0 \end{matrix} \right| - 0 \cdot \left| \begin{matrix} 0 & 0 \\ -1 & 0 \end{matrix} \right| + (-1) \cdot \left| \begin{matrix} 0 & -1 \\ -1 & 0 \end{matrix} \right| A=00+(1)((0)(0)(1)(1))|A| = 0 - 0 + (-1) \cdot ((0)(0) - (-1)(-1)) A=(1)(01)|A| = (-1) \cdot (0 - 1) A=(1)(1)|A| = (-1) \cdot (-1) A=1|A| = 1
  • Reasoning: The determinant of AA is 11, which is a non-zero value. Therefore, the inverse A1A^{-1} exists.
  • Conclusion: Option (C) is incorrect.

Step 3: Analyze Option (B) - A=(1)IA = (-1)I.

  • What we are doing: Calculating the matrix (1)I(-1)I and comparing it with matrix AA.
  • Why we are doing this: To check if matrix AA is equal to the scalar multiple of the identity matrix by 1-1.
  • Math: First, we calculate (1)I(-1)I: (1)I=(1)(100010001)=(100010001)(-1)I = (-1) \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} = \begin{pmatrix} -1 & 0 & 0 \\ 0 & -1 & 0 \\ 0 & 0 & -1 \end{pmatrix} Now, we compare this with AA: A=(001010100)and(1)I=(100010001)A = \begin{pmatrix} 0 & 0 & -1 \\ 0 & -1 & 0 \\ -1 & 0 & 0 \end{pmatrix} \quad \text{and} \quad (-1)I = \begin{pmatrix} -1 & 0 & 0 \\ 0 & -1 & 0 \\ 0 & 0 & -1 \end{pmatrix}
  • Reasoning: For matrices to be equal, all corresponding elements must match. Comparing the elements, we see that A11=0A_{11} = 0 while (1)I11=1(-1)I_{11} = -1, A13=1A_{13} = -1 while (1)I13=0(-1)I_{13} = 0, etc. The matrices are clearly not equal.
  • Conclusion: Option (B) is incorrect.

Step 4: Analyze Option (A) - A2=IA^2 = I.

  • What we are doing: Performing matrix multiplication A×AA \times A to calculate A2A^2.
  • Why we are doing this: This option is a direct statement about the result of AA multiplied by itself, so we must compute A2A^2 and compare it with the identity matrix II.
  • Math: A2=A×A=(001010100)(001010100)A^2 = A \times A = \begin{pmatrix} 0 & 0 & -1 \\ 0 & -1 & 0 \\ -1 & 0 & 0 \end{pmatrix} \begin{pmatrix} 0 & 0 & -1 \\ 0 & -1 & 0 \\ -1 & 0 & 0 \end{pmatrix} Let C=A2C = A^2. We calculate each element CijC_{ij} by taking the dot product of the ii-th row of the first AA and the jj-th column of the second AA:
    • C11=(0)(0)+(0)(0)+(1)(1)=0+0+1=1C_{11} = (0)(0) + (0)(0) + (-1)(-1) = 0 + 0 + 1 = 1
    • C12=(0)(0)+(0)(1)+(1)(0)=0+0+0=0C_{12} = (0)(0) + (0)(-1) + (-1)(0) = 0 + 0 + 0 = 0
    • C13=(0)(1)+(0)(0)+(1)(0)=0+0+0=0C_{13} = (0)(-1) + (0)(0) + (-1)(0) = 0 + 0 + 0 = 0
    • C21=(0)(0)+(1)(0)+(0)(1)=0+0+0=0C_{21} = (0)(0) + (-1)(0) + (0)(-1) = 0 + 0 + 0 = 0
    • C22=(0)(0)+(1)(1)+(0)(0)=0+1+0=1C_{22} = (0)(0) + (-1)(-1) + (0)(0) = 0 + 1 + 0 = 1
    • C23=(0)(1)+(1)(0)+(0)(0)=0+0+0=0C_{23} = (0)(-1) + (-1)(0) + (0)(0) = 0 + 0 + 0 = 0
    • C31=(1)(0)+(0)(0)+(0)(1)=0+0+0=0C_{31} = (-1)(0) + (0)(0) + (0)(-1) = 0 + 0 + 0 = 0
    • C32=(1)(0)+(0)(1)+(0)(0)=0+0+0=0C_{32} = (-1)(0) + (0)(-1) + (0)(0) = 0 + 0 + 0 = 0
    • C33=(1)(1)+(0)(0)+(0)(0)=1+0+0=1C_{33} = (-1)(-1) + (0)(0) + (0)(0) = 1 + 0 + 0 = 1 Thus, A2A^2 is: A2=(100010001)A^2 = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}
  • Reasoning: The calculated matrix A2A^2 is precisely the 3×33 \times 3 identity matrix II.
  • Conclusion: Option (A) is correct.

3. Common Mistakes & Tips

  • Careless Matrix Multiplication: This is a frequent source of errors. Always double-check each element calculation, especially signs and row-column pairings.
  • Determinant Calculation Errors: Be meticulous with cofactor signs and arithmetic when expanding determinants. For matrices with many zeros, choose a row or column with the most zeros for expansion to simplify calculations.
  • Misinterpreting Matrix Definitions: Ensure a clear understanding of what constitutes a zero matrix, an identity matrix, and scalar multiplication.
  • Assuming Properties: Do not assume properties like invertibility or equality based on matrix appearance; always verify through calculation.

4. Summary

We systematically analyzed each given option to determine the correct statement about matrix AA. We first confirmed that AA is not a zero matrix and that its inverse exists by calculating its non-zero determinant. We then verified that AA is not equal to (1)I(-1)I. Finally, by performing matrix multiplication A2=A×AA^2 = A \times A, we found that the result is the identity matrix II. This confirms that A2=IA^2 = I is the only correct statement. A matrix for which A2=IA^2 = I is known as an involutory matrix, implying it is its own inverse.

5. Final Answer

The final answer is A\boxed{A} which corresponds to option (A).

Practice More Matrices & Determinants Questions

View All Questions