Skip to main content
Back to Complex Numbers
JEE Main 2021
Complex Numbers
Complex Numbers
Easy

Question

Let S = \left\{ {n \in N\left| {{{\left( {\matrix{ 0 & i \cr 1 & 0 \cr } } \right)}^n}\left( {\matrix{ a & b \cr c & d \cr } } \right) = \left( {\matrix{ a & b \cr c & d \cr } } \right)\forall a,b,c,d \in R} \right.} \right\}, where i = 1\sqrt { - 1} . Then the number of 2-digit numbers in the set S is _____________.

Answer: 0

Solution

Key Concepts and Formulas

  • Identity Matrix: A matrix II such that for any matrix AA of compatible dimensions, AI=IA=AAI = IA = A. For a 2x2 matrix, I=(1001)I = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}.
  • Matrix Powers: An=AA...AA^n = A \cdot A \cdot ... \cdot A (nn times).
  • Cyclic Nature of Powers: Some matrices, when raised to successive powers, exhibit a cyclic pattern, eventually returning to the identity matrix.

Step-by-Step Solution

Step 1: Understanding the Problem and Setting up the Condition

We are given the set S = \left\{ {n \in N\left| {{{\left( {\matrix{ 0 & i \cr 1 & 0 \cr } } \right)}^n}\left( {\matrix{ a & b \cr c & d \cr } } \right) = \left( {\matrix{ a & b \cr c & d \cr } } \right)\forall a,b,c,d \in R} \right.} \right\}. We want to find the number of 2-digit numbers in this set. Let M=(0i10)M = \begin{pmatrix} 0 & i \\ 1 & 0 \end{pmatrix}. The condition given translates to: MnX=XM^n X = X for all 2x2 real matrices XX. This implies MnM^n must be the identity matrix I=(1001)I = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}.

WHY: If MnX=XM^n X = X for all XX, then MnM^n must be the identity matrix. If we choose X=IX=I, then MnI=IM^n I = I, which implies Mn=IM^n = I.

Step 2: Calculating Powers of Matrix M

We now compute powers of MM to find the smallest nn such that Mn=IM^n = I.

  • n = 1: M1=(0i10)M^1 = \begin{pmatrix} 0 & i \\ 1 & 0 \end{pmatrix}
  • n = 2: M2=(0i10)(0i10)=(i00i)=iIM^2 = \begin{pmatrix} 0 & i \\ 1 & 0 \end{pmatrix} \begin{pmatrix} 0 & i \\ 1 & 0 \end{pmatrix} = \begin{pmatrix} i & 0 \\ 0 & i \end{pmatrix} = iI
  • n = 3: M3=M2M=iIM=iM=(01i0)M^3 = M^2 \cdot M = iI \cdot M = iM = \begin{pmatrix} 0 & -1 \\ i & 0 \end{pmatrix}
  • n = 4: M4=M2M2=(iI)(iI)=i2I=I=(1001)M^4 = M^2 \cdot M^2 = (iI)(iI) = i^2 I = -I = \begin{pmatrix} -1 & 0 \\ 0 & -1 \end{pmatrix}
  • n = 5: M5=M4M=IM=M=(0i10)M^5 = M^4 \cdot M = -I \cdot M = -M = \begin{pmatrix} 0 & -i \\ -1 & 0 \end{pmatrix}
  • n = 6: M6=M4M2=(I)(iI)=iI=(i00i)M^6 = M^4 \cdot M^2 = (-I)(iI) = -iI = \begin{pmatrix} -i & 0 \\ 0 & -i \end{pmatrix}
  • n = 7: M7=M4M3=(I)(iM)=iM=(01i0)M^7 = M^4 \cdot M^3 = (-I)(iM) = -iM = \begin{pmatrix} 0 & 1 \\ -i & 0 \end{pmatrix}
  • n = 8: M8=M4M4=(I)(I)=I=(1001)M^8 = M^4 \cdot M^4 = (-I)(-I) = I = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}

Therefore, the smallest nn for which Mn=IM^n = I is n=8n = 8.

WHY: We are explicitly computing powers of MM until we arrive at the identity matrix. This shows the cyclic nature.

Step 3: Determining the General Form of n

Since M8=IM^8 = I, it follows that M8k=(M8)k=Ik=IM^{8k} = (M^8)^k = I^k = I for any positive integer kk. Therefore, nn must be a multiple of 8. So n=8kn = 8k for kNk \in N.

WHY: If M8=IM^8 = I, then raising both sides to any integer power kk preserves the equality. This means any multiple of 8 will also result in the identity matrix.

Step 4: Finding the Number of 2-Digit Multiples of 8

We need to find the number of 2-digit numbers in the set SS, which are multiples of 8. 2-digit numbers range from 10 to 99 inclusive. We want to find how many multiples of 8 fall within this range.

The smallest 2-digit multiple of 8 is 8×2=168 \times 2 = 16. The largest 2-digit multiple of 8 is 8×12=968 \times 12 = 96.

Therefore, the multiples of 8 that are 2-digit numbers are 8×2,8×3,...,8×128 \times 2, 8 \times 3, ..., 8 \times 12. The number of such multiples is 122+1=1112 - 2 + 1 = 11.

WHY: We find the lower and upper bounds by finding the smallest and largest integer kk such that 8k8k is within the range of 2-digit numbers.

Common Mistakes & Tips

  • Be careful with matrix multiplication, especially with complex numbers.
  • Remember that MnX=XM^n X = X for all XX implies Mn=IM^n = I.
  • Ensure you are looking for 2-digit numbers (10-99 inclusive).

Summary

We are looking for the number of 2-digit integers nn such that Mn=IM^n = I, where M=(0i10)M = \begin{pmatrix} 0 & i \\ 1 & 0 \end{pmatrix}. We calculated powers of MM and found that M8=IM^8 = I. Thus, nn must be a multiple of 8. The 2-digit multiples of 8 are 16,24,,9616, 24, \dots, 96, and there are 11 such numbers.

Final Answer

The final answer is \boxed{11}.

Practice More Complex Numbers Questions

View All Questions