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

Question

Which of the following matrices can NOT be obtained from the matrix [1211]\left[\begin{array}{cc}-1 & 2 \\ 1 & -1\end{array}\right] by a single elementary row operation ?

Options

Solution

  1. Key Concepts and Formulas
  • Elementary Row Operations (EROs): These are fundamental transformations applied to the rows of a matrix. There are three types:
    1. Row Swap: Interchanging two rows (RiRjR_i \leftrightarrow R_j). This operation changes the sign of the determinant.
    2. Row Scaling: Multiplying a row by a non-zero scalar (RikRiR_i \to kR_i, where k0k \neq 0). This operation multiplies the determinant by kk.
    3. Row Addition: Adding a scalar multiple of one row to another row (RiRi+kRjR_i \to R_i + kR_j, where iji \neq j). This operation leaves the determinant unchanged.
  • Determinant Property: The determinant of a matrix can be used as a quick check for elementary row operations. If a matrix BB is obtained from matrix AA by a single ERO, their determinants will be related as described above. If the determinant relationship does not hold, then BB cannot be obtained from AA by that specific type of ERO.
  1. Step-by-Step Solution

Let the given matrix be A=[1211]A = \left[\begin{array}{cc}-1 & 2 \\ 1 & -1\end{array}\right]. Its determinant is det(A)=(1)(1)(2)(1)=12=1\det(A) = (-1)(-1) - (2)(1) = 1 - 2 = -1. We will check each option to see if it can be obtained from AA by a single elementary row operation.

Step 1: Analyze Option (A) The matrix is MA=[0111]M_A = \left[\begin{array}{cc}0 & 1 \\ 1 & -1\end{array}\right]. Its determinant is det(MA)=(0)(1)(1)(1)=01=1\det(M_A) = (0)(-1) - (1)(1) = 0 - 1 = -1.

  • Check Row Swap (R1R2R_1 \leftrightarrow R_2): Swapping rows of AA gives [1112]\left[\begin{array}{cc}1 & -1 \\ -1 & 2\end{array}\right], which is not MAM_A.
  • Check Row Scaling (RikRiR_i \to kR_i):
    • If R1kR1R_1 \to kR_1: We need k[12]=[01]k[-1 \quad 2] = [0 \quad 1]. This implies k=0    k=0-k=0 \implies k=0, which is not allowed for row scaling.
    • If R2kR2R_2 \to kR_2: We need k[11]=[11]k[1 \quad -1] = [1 \quad -1]. This implies k=1k=1. If R2R2R_2 \to R_2 (i.e., k=1k=1), R1R_1 must remain unchanged. The resulting matrix would be AA itself, not MAM_A.
  • Check Row Addition (RiRi+kRjR_i \to R_i + kR_j):
    • If R1R1+kR2R_1 \to R_1 + kR_2: The first row of AA is [12][-1 \quad 2] and the second row is [11][1 \quad -1]. We want [12]+k[11]=[01][-1 \quad 2] + k[1 \quad -1] = [0 \quad 1]. This gives two equations:
      1. 1+k=0    k=1-1 + k = 0 \implies k=1.
      2. 2k=1    k=12 - k = 1 \implies k=1. Since we found a consistent value k=1k=1, the operation R1R1+R2R_1 \to R_1 + R_2 transforms AA into MAM_A: [1211]R1R1+R2[1+12+(1)11]=[0111]\left[\begin{array}{cc}-1 & 2 \\ 1 & -1\end{array}\right] \xrightarrow{R_1 \to R_1 + R_2} \left[\begin{array}{cc}-1+1 & 2+(-1) \\ 1 & -1\end{array}\right] = \left[\begin{array}{cc}0 & 1 \\ 1 & -1\end{array}\right]
    • If R2R2+kR1R_2 \to R_2 + kR_1: The first row of MAM_A is [01][0 \quad 1], which is not the first row of AA. So this operation would also need R1R_1 to be changed, which is not allowed for a single operation affecting only R2R_2. If R1R_1 is unchanged, then kk must be 0, which would leave R2R_2 unchanged, resulting in AA itself.
  • Conclusion for (A): The matrix MAM_A can be obtained from AA by the operation R1R1+R2R_1 \to R_1 + R_2.

Step 2: Analyze Option (B) The matrix is MB=[1112]M_B = \left[\begin{array}{cc}1 & -1 \\ -1 & 2\end{array}\right]. Its determinant is det(MB)=(1)(2)(1)(1)=21=1\det(M_B) = (1)(2) - (-1)(-1) = 2 - 1 = 1.

  • Check Row Swap (R1R2R_1 \leftrightarrow R_2): Swapping the rows of AA: [1211]R1R2[1112]\left[\begin{array}{cc}-1 & 2 \\ 1 & -1\end{array}\right] \xrightarrow{R_1 \leftrightarrow R_2} \left[\begin{array}{cc}1 & -1 \\ -1 & 2\end{array}\right]
  • This is exactly MBM_B. Also, det(MB)=det(A)=(1)=1\det(M_B) = -\det(A) = -(-1) = 1, which is consistent.
  • Conclusion for (B): The matrix MBM_B can be obtained from AA by the operation R1R2R_1 \leftrightarrow R_2.

Step 3: Analyze Option (C) The matrix is MC=[1227]M_C = \left[\begin{array}{rr}-1 & 2 \\ -2 & 7\end{array}\right]. Its determinant is det(MC)=(1)(7)(2)(2)=7+4=3\det(M_C) = (-1)(7) - (2)(-2) = -7 + 4 = -3.

  • Compare rows of AA and MCM_C: The first row of MCM_C is [12][-1 \quad 2], which is identical to R1R_1 of AA. This means any elementary row operation must have affected only R2R_2.
  • Check Row Swap (R1R2R_1 \leftrightarrow R_2): Not possible, as R1R_1 is unchanged.
  • Check Row Scaling (R2kR2R_2 \to kR_2): We need k[11]=[27]k[1 \quad -1] = [-2 \quad 7]. This implies k=2k = -2 (from the first component) and k=7    k=7-k = 7 \implies k = -7 (from the second component). Since kk must be a single consistent value, this operation is not possible.
  • Check Row Addition (R2R2+kR1R_2 \to R_2 + kR_1): We need [11]+k[12]=[27][1 \quad -1] + k[-1 \quad 2] = [-2 \quad 7]. This gives two equations:
    1. 1k=2    k=31 - k = -2 \implies k=3.
    2. 1+2k=7    2k=8    k=4-1 + 2k = 7 \implies 2k=8 \implies k=4. Since kk must be a single consistent value, this operation is not possible.
  • Check with Determinant: det(MC)=3\det(M_C) = -3.
    • If it was a row swap, det(MC)\det(M_C) would be 11. (Not possible)
    • If it was R1kR1R_1 \to kR_1, then det(MC)=kdet(A)=k\det(M_C) = k \det(A) = -k. So 3=k    k=3-3 = -k \implies k=3. But R1R_1 is unchanged in MCM_C.
    • If it was R2kR2R_2 \to kR_2, then det(MC)=kdet(A)=k\det(M_C) = k \det(A) = -k. So 3=k    k=3-3 = -k \implies k=3. We already showed this is inconsistent by comparing row elements.
    • If it was RiRi+kRjR_i \to R_i + kR_j, then det(MC)\det(M_C) would be det(A)=1\det(A) = -1. But det(MC)=3\det(M_C) = -3. (Not possible)
  • Conclusion for (C): The matrix MCM_C cannot be obtained from AA by a single elementary row operation.

Step 4: Analyze Option (D) The matrix is MD=[1213]M_D = \left[\begin{array}{ll}-1 & 2 \\ -1 & 3\end{array}\right]. Its determinant is det(MD)=(1)(3)(2)(1)=3+2=1\det(M_D) = (-1)(3) - (2)(-1) = -3 + 2 = -1.

  • Compare rows of AA and MDM_D: The first row of MDM_D is [12][-1 \quad 2], which is identical to R1R_1 of AA. This means any elementary row operation must have affected only R2R_2.
  • Check Row Swap (R1R2R_1 \leftrightarrow R_2): Not possible, as R1R_1 is unchanged.
  • Check Row Scaling (R2kR2R_2 \to kR_2): We need k[11]=[13]k[1 \quad -1] = [-1 \quad 3]. This implies k=1k = -1 (from the first component) and k=3    k=3-k = 3 \implies k = -3 (from the second component). Since kk must be a single consistent value, this operation is not possible.
  • Check Row Addition (R2R2+kR1R_2 \to R_2 + kR_1): We need [11]+k[12]=[13][1 \quad -1] + k[-1 \quad 2] = [-1 \quad 3]. This gives two equations:
    1. 1k=1    k=21 - k = -1 \implies k=2.
    2. 1+2k=3    2k=4    k=2-1 + 2k = 3 \implies 2k=4 \implies k=2. Since we found a consistent value k=2k=2, the operation R2R2+2R1R_2 \to R_2 + 2R_1 transforms AA into MDM_D: [1211]R2R2+2R1[121+2(1)1+2(2)]=[1213]\left[\begin{array}{cc}-1 & 2 \\ 1 & -1\end{array}\right] \xrightarrow{R_2 \to R_2 + 2R_1} \left[\begin{array}{cc}-1 & 2 \\ 1+2(-1) & -1+2(2)\end{array}\right] = \left[\begin{array}{cc}-1 & 2 \\ -1 & 3\end{array}\right]
  • Conclusion for (D): The matrix MDM_D can be obtained from AA by the operation R2R2+2R1R_2 \to R_2 + 2R_1.

Based on our thorough analysis, options (A), (B), and (D) can be obtained from the given matrix by a single elementary row operation, while option (C) cannot.

  1. Common Mistakes & Tips
  • Forgetting k0k \neq 0 for Row Scaling: Always ensure the scalar kk used in RikRiR_i \to kR_i is non-zero. If k=0k=0, it's not a valid elementary row operation.
  • Inconsistent kk values: When solving for kk in row addition or scaling, ensure the value of kk is consistent across all components of the row. If different components yield different kk values, that operation is not possible.
  • Determinant as a quick check: Use determinant properties to quickly rule out possibilities. For example, if a row addition operation (which preserves determinant) is suspected, but the determinants are different, that operation is impossible.
  • Systematic Checking: Go through each of the three types of elementary row operations for each row to ensure no possibility is missed.
  1. Summary

We systematically checked each given option to determine if it could be obtained from the initial matrix by a single elementary row operation. We considered row swaps, row scaling, and row addition operations. We found that options (A), (B), and (D) can all be obtained through a single elementary row operation. Specifically, (A) is obtained by R1R1+R2R_1 \to R_1 + R_2, (B) by R1R2R_1 \leftrightarrow R_2, and (D) by R2R2+2R1R_2 \to R_2 + 2R_1. However, for option (C), no consistent scalar kk could be found for either row scaling or row addition operations, nor did a row swap apply, making it the matrix that cannot be obtained.

  1. Final Answer

The final answer is \boxed{A}

Practice More Matrices & Determinants Questions

View All Questions