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

Question

Let A = \left( {\matrix{ {1 + i} & 1 \cr { - i} & 0 \cr } } \right) where i=1i = \sqrt { - 1} . Then, the number of elements in the set { n \in {1, 2, ......, 100} : A n = A } is ____________.

Answer: 2

Solution

This problem requires us to find the number of integers nn in a given range for which a specific matrix equation, An=AA^n = A, holds true. The core concept revolves around understanding matrix powers, especially for invertible matrices, and identifying cyclic patterns in these powers.


1. Analyze the Matrix and Determine Invertibility

First, let's examine the given matrix AA: A=(1+i1i0)A = \begin{pmatrix} 1 + i & 1 \\ -i & 0 \end{pmatrix} To simplify the equation An=AA^n = A, we need to determine if AA is invertible. An invertible matrix allows us to multiply by its inverse, which can simplify equations involving matrix powers. A matrix is invertible if and only if its determinant is non-zero.

Let's calculate the determinant of AA: det(A)=(1+i)(0)(1)(i)\det(A) = (1+i)(0) - (1)(-i) det(A)=0(i)\det(A) = 0 - (-i) det(A)=i\det(A) = i Since det(A)=i0\det(A) = i \neq 0, the matrix AA is invertible.

Why this step? If AA is invertible, we can multiply both sides of An=AA^n = A by A1A^{-1}. This simplifies the equation to An1=IA^{n-1} = I, where II is the identity matrix. This transformation is crucial as it converts the problem into finding powers of AA that result in the identity matrix. If AA were not invertible, this simplification would not be valid, and the problem would require a different approach.


2. Simplify the Equation An=AA^n = A

Given the condition An=AA^n = A and knowing that AA is invertible: An=AA^n = A Multiply both sides by A1A^{-1}: A1An=A1AA^{-1} A^n = A^{-1} A An1=IA^{n-1} = I where I=(1001)I = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} is the 2×22 \times 2 identity matrix.

Why this step? This is a standard algebraic manipulation for matrix equations involving invertible matrices. It transforms the problem into finding nn such that An1A^{n-1} is the identity matrix. This is a common strategy as powers of matrices often exhibit cyclic behavior, eventually returning to the identity matrix. Note that for n=1n=1, A11=A0=IA^{1-1} = A^0 = I, which is true by definition for any invertible matrix. So n=1n=1 is a potential solution.


3. Calculate Powers of A to Find the Cycle

Our goal is to find the smallest positive integer kk such that Ak=IA^k = I. This value kk is known as the order of the matrix AA. We will compute successive powers of AA:

A=(1+i1i0)A = \begin{pmatrix} 1 + i & 1 \\ -i & 0 \end{pmatrix}

Calculate A2A^2: A2=AA=(1+i1i0)(1+i1i0)A^2 = A \cdot A = \begin{pmatrix} 1 + i & 1 \\ -i & 0 \end{pmatrix} \begin{pmatrix} 1 + i & 1 \\ -i & 0 \end{pmatrix} A2=((1+i)(1+i)+(1)(i)(1+i)(1)+(1)(0)(i)(1+i)+(0)(i)(i)(1)+(0)(0))A^2 = \begin{pmatrix} (1+i)(1+i) + (1)(-i) & (1+i)(1) + (1)(0) \\ (-i)(1+i) + (0)(-i) & (-i)(1) + (0)(0) \end{pmatrix} A2=((1+2i+i2)i1+i(ii2)i)A^2 = \begin{pmatrix} (1+2i+i^2) - i & 1+i \\ (-i-i^2) & -i \end{pmatrix} Since i2=1i^2 = -1: A2=((1+2i1)i1+i(i(1))i)A^2 = \begin{pmatrix} (1+2i-1) - i & 1+i \\ (-i-(-1)) & -i \end{pmatrix} A2=(i1+i1ii)A^2 = \begin{pmatrix} i & 1+i \\ 1-i & -i \end{pmatrix} This is not II.

Calculate A3A^3: A3=A2A=(i1+i1ii)(1+i1i0)A^3 = A^2 \cdot A = \begin{pmatrix} i & 1+i \\ 1-i & -i \end{pmatrix} \begin{pmatrix} 1 + i & 1 \\ -i & 0 \end{pmatrix} A3=(i(1+i)+(1+i)(i)i(1)+(1+i)(0)(1i)(1+i)+(i)(i)(1i)(1)+(i)(0))A^3 = \begin{pmatrix} i(1+i) + (1+i)(-i) & i(1) + (1+i)(0) \\ (1-i)(1+i) + (-i)(-i) & (1-i)(1) + (-i)(0) \end{pmatrix} A3=((i+i2)+(ii2)i(1i2)+i21i)A^3 = \begin{pmatrix} (i+i^2) + (-i-i^2) & i \\ (1-i^2) + i^2 & 1-i \end{pmatrix} A3=((i1)+(i+1)i(1(1))+(1)1i)A^3 = \begin{pmatrix} (i-1) + (-i+1) & i \\ (1-(-1)) + (-1) & 1-i \end{pmatrix} A3=(0i211i)A^3 = \begin{pmatrix} 0 & i \\ 2-1 & 1-i \end{pmatrix} A3=(0i11i)A^3 = \begin{pmatrix} 0 & i \\ 1 & 1-i \end{pmatrix} This is not II.

Calculate A4A^4: A4=A3A=(0i11i)(1+i1i0)A^4 = A^3 \cdot A = \begin{pmatrix} 0 & i \\ 1 & 1-i \end{pmatrix} \begin{pmatrix} 1 + i & 1 \\ -i & 0 \end{pmatrix} A4=(0(1+i)+i(i)0(1)+i(0)1(1+i)+(1i)(i)1(1)+(1i)(0))A^4 = \begin{pmatrix} 0(1+i) + i(-i) & 0(1) + i(0) \\ 1(1+i) + (1-i)(-i) & 1(1) + (1-i)(0) \end{pmatrix} A4=(i20(1+i)+(i+i2)1)A^4 = \begin{pmatrix} -i^2 & 0 \\ (1+i) + (-i+i^2) & 1 \end{pmatrix} A4=((1)01+ii11)A^4 = \begin{pmatrix} -(-1) & 0 \\ 1+i-i-1 & 1 \end{pmatrix} A4=(1001)=IA^4 = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} = I So, we found that A4=IA^4 = I. The order of matrix AA is 4.

Why this step? By finding the smallest positive integer kk such that Ak=IA^k=I, we establish the cyclic nature of powers of AA. Any power of AA that equals II must have an exponent that is a multiple of this order kk. This is a fundamental property of cyclic groups, which matrix powers form.


4. Determine the Possible Values of nn

We need to find n{1,2,,100}n \in \{1, 2, \dots, 100\} such that An1=IA^{n-1} = I. Since A4=IA^4 = I, it means that Ak=IA^k = I if and only if kk is a multiple of 4. Therefore, the exponent (n1)(n-1) must be a multiple of 4. So, we can write n1=4mn-1 = 4m, where mm is a non-negative integer. If m=0m=0, then n1=0    n=1n-1=0 \implies n=1. In this case, A0=IA^0=I, which is valid. If m>0m>0, then n1n-1 is a positive multiple of 4.

From n1=4mn-1 = 4m, we get n=4m+1n = 4m + 1.

Now, we need to find how many such values of nn exist in the set {1,2,,100}\{1, 2, \dots, 100\}. We impose the range constraint on nn: 1n1001 \le n \le 100 14m+11001 \le 4m + 1 \le 100 Subtract 1 from all parts of the inequality: 114m10011 - 1 \le 4m \le 100 - 1 04m990 \le 4m \le 99 Divide by 4: 04m994\frac{0}{4} \le m \le \frac{99}{4} 0m24.750 \le m \le 24.75 Since mm must be an integer (as n1n-1 must be an integer multiple of 4), the possible integer values for mm are: m{0,1,2,,24}m \in \{0, 1, 2, \dots, 24\}

Why this step? This step translates the mathematical condition (An1=IA^{n-1}=I) into a concrete arithmetic condition on nn. By finding the range of mm, we effectively count how many values of nn satisfy the criteria within the given domain.


5. Count the Number of Elements

The number of possible integer values for mm is 240+1=2524 - 0 + 1 = 25. Each unique value of mm corresponds to a unique value of nn that satisfies the condition An=AA^n=A. For example:

  • If m=0m=0, n=4(0)+1=1n = 4(0)+1 = 1. (A1=AA^1=A)
  • If m=1m=1, n=4(1)+1=5n = 4(1)+1 = 5. (A5=AA^5=A)
  • If m=2m=2, n=4(2)+1=9n = 4(2)+1 = 9. (A9=AA^9=A) ...
  • If m=24m=24, n=4(24)+1=96+1=97n = 4(24)+1 = 96+1 = 97. (A97=AA^{97}=A)

Thus, there are 25 such values of nn.

Relevant Tip: Always double-check matrix multiplications, especially when dealing with complex numbers. A single arithmetic error can lead to a completely different cyclic pattern or order for the matrix. Using the Cayley-Hamilton theorem (as a check, if time permits) can also confirm intermediate powers.

Common Mistake: A common mistake is to forget that A0=IA^0=I (for invertible matrices), which means n=1n=1 is usually a solution for An=AA^n=A. Ensure that m=0m=0 is included in the count. Another mistake is to incorrectly deduce the periodicity or order of the matrix.


Summary:

  1. We established that the matrix AA is invertible by calculating its determinant.
  2. This allowed us to simplify the equation An=AA^n = A to An1=IA^{n-1} = I.
  3. We then calculated successive powers of AA and found that A4=IA^4 = I, meaning the order of the matrix is 4.
  4. For An1=IA^{n-1} = I to hold, n1n-1 must be a multiple of 4 (i.e., n1=4mn-1 = 4m for some non-negative integer mm).
  5. Substituting n=4m+1n = 4m+1 into the given range 1n1001 \le n \le 100, we found that mm can take any integer value from 0 to 24, inclusive.
  6. This gives a total of 25 possible values for nn.

The number of elements in the set is 25.

Practice More Matrices & Determinants Questions

View All Questions