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

Question

Let A be a 2 ×\times 2 real matrix with entries from {0, 1} and |A| \ne 0. Consider the following two statements : (P) If A \ne I 2 , then |A| = –1 (Q) If |A| = 1, then tr(A) = 2, where I 2 denotes 2 ×\times 2 identity matrix and tr(A) denotes the sum of the diagonal entries of A. Then :

Options

Solution

Key Concepts and Formulas

This problem requires a thorough understanding of 2×22 \times 2 matrices, their properties, and basic propositional logic. We will utilize the following definitions and formulas:

  1. Matrix Representation: A 2×22 \times 2 matrix AA is generally represented as: A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}
  2. Entries from {0,1}\{0, 1\}: In this problem, the elements a,b,c,da, b, c, d can only be 00 or 11.
  3. Determinant of a 2×22 \times 2 Matrix: The determinant of AA, denoted A|A| or det(A)\det(A), is calculated as: A=adbc|A| = ad - bc
  4. Trace of a Matrix: The trace of AA, denoted tr(A)\text{tr}(A), is the sum of its diagonal entries: tr(A)=a+d\text{tr}(A) = a + d
  5. Identity Matrix: The 2×22 \times 2 identity matrix, I2I_2, is: I2=(1001)I_2 = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}
  6. Conditional Statements: A statement of the form "If P, then Q" is true unless P is true and Q is false. To prove it false, we need to find just one counterexample where the condition (P) is met, but the conclusion (Q) is not.

Step 1: Identify all valid matrices based on the given conditions

We are given a 2×22 \times 2 real matrix AA with entries from {0,1}\{0, 1\}, such that A0|A| \ne 0. Let A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix}, where a,b,c,d{0,1}a, b, c, d \in \{0, 1\}.

First, let's determine the possible values for the determinant A=adbc|A| = ad - bc. Since a,b,c,d{0,1}a, b, c, d \in \{0, 1\}, the products adad and bcbc can only be 00 or 11. Therefore, the possible values for adbcad-bc are:

  • 00=00 - 0 = 0
  • 10=11 - 0 = 1
  • 01=10 - 1 = -1
  • 11=01 - 1 = 0

The condition A0|A| \ne 0 implies that the determinant can only be 11 or 1-1.

Now, let's systematically list all such matrices:

Case 1: A=1|A| = 1 This requires ad=1ad=1 and bc=0bc=0.

  • For ad=1ad=1, both aa and dd must be 11.
  • For bc=0bc=0, at least one of bb or cc must be 00. The possible pairs for (b,c)(b, c) are (0,0)(0,0), (0,1)(0,1), and (1,0)(1,0).

Combining these, the matrices with A=1|A|=1 are:

  1. A1=(1001)A_1 = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} (where a=1,d=1,b=0,c=0a=1, d=1, b=0, c=0) This is the identity matrix I2I_2. A1=(1)(1)(0)(0)=1|A_1| = (1)(1) - (0)(0) = 1. tr(A1)=1+1=2\text{tr}(A_1) = 1+1 = 2.
  2. A2=(1011)A_2 = \begin{pmatrix} 1 & 0 \\ 1 & 1 \end{pmatrix} (where a=1,d=1,b=0,c=1a=1, d=1, b=0, c=1) A2=(1)(1)(0)(1)=1|A_2| = (1)(1) - (0)(1) = 1. tr(A2)=1+1=2\text{tr}(A_2) = 1+1 = 2.
  3. A3=(1101)A_3 = \begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix} (where a=1,d=1,b=1,c=0a=1, d=1, b=1, c=0) A3=(1)(1)(1)(0)=1|A_3| = (1)(1) - (1)(0) = 1. tr(A3)=1+1=2\text{tr}(A_3) = 1+1 = 2.

Case 2: A=1|A| = -1 This requires ad=0ad=0 and bc=1bc=1.

  • For bc=1bc=1, both bb and cc must be 11.
  • For ad=0ad=0, at least one of aa or dd must be 00. The possible pairs for (a,d)(a, d) are (0,0)(0,0), (0,1)(0,1), and (1,0)(1,0).

Combining these, the matrices with A=1|A|=-1 are:

  1. A4=(0110)A_4 = \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix} (where b=1,c=1,a=0,d=0b=1, c=1, a=0, d=0) A4=(0)(0)(1)(1)=1|A_4| = (0)(0) - (1)(1) = -1. tr(A4)=0+0=0\text{tr}(A_4) = 0+0 = 0.
  2. A5=(0111)A_5 = \begin{pmatrix} 0 & 1 \\ 1 & 1 \end{pmatrix} (where b=1,c=1,a=0,d=1b=1, c=1, a=0, d=1) A5=(0)(1)(1)(1)=1|A_5| = (0)(1) - (1)(1) = -1. tr(A5)=0+1=1\text{tr}(A_5) = 0+1 = 1.
  3. A6=(1110)A_6 = \begin{pmatrix} 1 & 1 \\ 1 & 0 \end{pmatrix} (where b=1,c=1,a=1,d=0b=1, c=1, a=1, d=0) A6=(1)(0)(1)(1)=1|A_6| = (1)(0) - (1)(1) = -1. tr(A6)=1+0=1\text{tr}(A_6) = 1+0 = 1.

So, there are exactly 6 matrices that satisfy the given conditions.


Step 2: Evaluate Statement (P)

Statement (P) is: "If AI2A \ne I_2, then A=1|A| = -1." This is a conditional statement. To determine if it's true or false, we look for counterexamples. A counterexample would be a matrix AA from our list such that AI2A \ne I_2 (the premise is true) AND A1|A| \ne -1 (the conclusion is false).

Let's examine the matrices that are not equal to I2I_2: A2,A3,A4,A5,A6A_2, A_3, A_4, A_5, A_6.

  • Consider A2=(1011)A_2 = \begin{pmatrix} 1 & 0 \\ 1 & 1 \end{pmatrix}:
    • Is A2I2A_2 \ne I_2? Yes, this is true.
    • Is A2=1|A_2| = -1? No, A2=1|A_2| = 1. This is false. Since we found a matrix (A2A_2) for which the premise (AI2A \ne I_2) is true, but the conclusion (A=1|A| = -1) is false, statement (P) is false.

(We could also use A3A_3 as a counterexample, as A3I2A_3 \ne I_2 but A3=1|A_3|=1).


Step 3: Evaluate Statement (Q)

Statement (Q) is: "If A=1|A| = 1, then tr(A)=2\text{tr}(A) = 2." This is also a conditional statement. To determine if it's true or false, we look for counterexamples. A counterexample would be a matrix AA from our list such that A=1|A|=1 (the premise is true) AND tr(A)2\text{tr}(A) \ne 2 (the conclusion is false).

Let's examine the matrices where A=1|A|=1: A1,A2,A3A_1, A_2, A_3.

  • For A1=(1001)A_1 = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}:
    • Is A1=1|A_1|=1? Yes, this is true.
    • Is tr(A1)=2\text{tr}(A_1)=2? Yes, 1+1=21+1=2. This is true. (Does not contradict Q)
  • For A2=(1011)A_2 = \begin{pmatrix} 1 & 0 \\ 1 & 1 \end{pmatrix}:
    • Is A2=1|A_2|=1? Yes, this is true.
    • Is tr(A2)=2\text{tr}(A_2)=2? Yes, 1+1=21+1=2. This is true. (Does not contradict Q)
  • For A3=(1101)A_3 = \begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix}:
    • Is A3=1|A_3|=1? Yes, this is true.
    • Is tr(A3)=2\text{tr}(A_3)=2? Yes, 1+1=21+1=2. This is true. (Does not contradict Q)

Since for all matrices where A=1|A|=1, we found that tr(A)=2\text{tr}(A)=2, there are no counterexamples to statement (Q). Therefore, statement (Q) is true.


Step 4: Conclusion

Based on our analysis:

  • Statement (P) is false.
  • Statement (Q) is true.

This corresponds to option (D).


Tips and Common Mistakes

  1. Systematic Listing: When dealing with a small finite set of possibilities (like entries from {0,1}\{0, 1\}), it's often best to systematically list all valid cases. This helps ensure no matrices are missed and avoids errors in calculation.
  2. Understanding Conditional Statements: A common mistake is misinterpreting "If P, then Q". Remember it's only false if P is true AND Q is false. If P is false, the statement "If P, then Q" is considered vacuously true, but for these problems, we focus on cases where P is true.
  3. Double-Check Calculations: Simple arithmetic errors in calculating determinants or traces can lead to incorrect conclusions.
  4. Careful with Definitions: Ensure you correctly apply the definitions of I2I_2, A|A|, and tr(A)\text{tr}(A).

Summary / Key Takeaway

This problem emphasizes the importance of systematically exploring all possible matrices defined by the given constraints. By doing so, we can rigorously test the truth value of propositional statements about these matrices. For 2×22 \times 2 matrices with entries restricted to {0,1}\{0, 1\} and a non-zero determinant, there are only six such matrices. Careful evaluation of each statement against these matrices reveals that (P) is false and (Q) is true.

Practice More Matrices & Determinants Questions

View All Questions