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

Question

Let A = \left( {\matrix{ 1 & 2 \cr 3 & 4 \cr } } \right) and B = \left( {\matrix{ a & 0 \cr 0 & b \cr } } \right),a,b \in N. Then

Options

Solution

1. Key Concepts and Formulas

  • Matrix Multiplication: The product of two matrices M1M_1 and M2M_2 (where the number of columns of M1M_1 equals the number of rows of M2M_2) results in a new matrix. The element in the ii-th row and jj-th column of the product matrix is obtained by taking the dot product of the ii-th row of M1M_1 and the jj-th column of M2M_2.
  • Commutativity of Matrices: Two square matrices AA and BB of the same order are said to commute if their product is independent of the order of multiplication, i.e., AB=BAAB = BA. It is important to remember that matrix multiplication is generally not commutative.
  • Matrix Equality: Two matrices are equal if and only if they have the same dimensions and their corresponding elements are identical.
  • Natural Numbers (N\mathbb{N}): In the context of JEE Mathematics, natural numbers typically refer to the set of positive integers: {1,2,3,}\{1, 2, 3, \dots\}.

2. Step-by-Step Solution

Step 1: Define the given matrices and the condition for commutativity. We are given two 2×22 \times 2 matrices: A=(1234)A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} B=(a00b)B = \begin{pmatrix} a & 0 \\ 0 & b \end{pmatrix} where a,bNa, b \in \mathbb{N}. Our goal is to determine if there exist any natural numbers aa and bb such that AA and BB commute, which means satisfying the condition AB=BAAB = BA.

Step 2: Calculate the matrix product ABAB. We perform the matrix multiplication for ABAB: AB=(1234)(a00b)AB = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} \begin{pmatrix} a & 0 \\ 0 & b \end{pmatrix} AB=((1)(a)+(2)(0)(1)(0)+(2)(b)(3)(a)+(4)(0)(3)(0)+(4)(b))AB = \begin{pmatrix} (1)(a) + (2)(0) & (1)(0) + (2)(b) \\ (3)(a) + (4)(0) & (3)(0) + (4)(b) \end{pmatrix} AB=(a2b3a4b)AB = \begin{pmatrix} a & 2b \\ 3a & 4b \end{pmatrix}

Step 3: Calculate the matrix product BABA. Next, we perform the matrix multiplication for BABA: BA=(a00b)(1234)BA = \begin{pmatrix} a & 0 \\ 0 & b \end{pmatrix} \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix} BA=((a)(1)+(0)(3)(a)(2)+(0)(4)(0)(1)+(b)(3)(0)(2)+(b)(4))BA = \begin{pmatrix} (a)(1) + (0)(3) & (a)(2) + (0)(4) \\ (0)(1) + (b)(3) & (0)(2) + (b)(4) \end{pmatrix} BA=(a2a3b4b)BA = \begin{pmatrix} a & 2a \\ 3b & 4b \end{pmatrix}

Step 4: Equate the corresponding elements of ABAB and BABA. For AA and BB to commute, we must have AB=BAAB = BA. By the definition of matrix equality, this requires each corresponding element of the two product matrices to be identical: (a2b3a4b)=(a2a3b4b)\begin{pmatrix} a & 2b \\ 3a & 4b \end{pmatrix} = \begin{pmatrix} a & 2a \\ 3b & 4b \end{pmatrix} This equality gives us a system of four scalar equations:

  1. a=aa = a
  2. 2b=2a2b = 2a
  3. 3a=3b3a = 3b
  4. 4b=4b4b = 4b

Step 5: Solve the system of equations for aa and bb. Equations (1) and (4) are identities (a=aa=a and 4b=4b4b=4b), meaning they are always true and do not impose any specific conditions on aa or bb. From equation (2): 2b=2a2b = 2a. Dividing both sides by 2 (since 202 \neq 0), we get b=ab = a. From equation (3): 3a=3b3a = 3b. Dividing both sides by 3 (since 303 \neq 0), we get a=ba = b. Both informative equations consistently lead to the same condition: a=ba = b. This means that for matrices AA and BB to commute, the elements aa and bb of matrix BB must be equal.

Step 6: Determine the existence and number of such matrices BB. The problem states that a,bNa, b \in \mathbb{N} (natural numbers, i.e., positive integers {1,2,3,}\{1, 2, 3, \dots\}). The condition for commutativity is a=ba=b. Since there are infinitely many natural numbers, we can choose any natural number for aa (e.g., 1,2,3,1, 2, 3, \dots), and bb will be equal to that chosen value. For example:

  • If a=1,b=1a=1, b=1, then B=(1001)B = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} (the identity matrix), which always commutes with any square matrix. Since 1N1 \in \mathbb{N}, this is a valid matrix BB.
  • If a=2,b=2a=2, b=2, then B=(2002)B = \begin{pmatrix} 2 & 0 \\ 0 & 2 \end{pmatrix}. Since 2N2 \in \mathbb{N}, this is another valid matrix BB.
  • In general, if a=ka=k and b=kb=k for any kNk \in \mathbb{N}, then B=(k00k)=kIB = \begin{pmatrix} k & 0 \\ 0 & k \end{pmatrix} = kI (a scalar matrix). A scalar matrix kIkI always commutes with any square matrix AA of the same order, as A(kI)=k(AI)=kAA(kI) = k(AI) = kA and (kI)A=k(IA)=kA(kI)A = k(IA) = kA.

Since there are infinitely many natural numbers kk, there exist infinitely many matrices BB of the form (k00k)\begin{pmatrix} k & 0 \\ 0 & k \end{pmatrix} where kNk \in \mathbb{N} such that AB=BAAB=BA.

3. Common Mistakes & Tips

  • Order of Multiplication: Always remember that matrix multiplication is not generally commutative. ABAB and BABA must be calculated separately.
  • Element-wise Equality: When equating matrices, ensure that every corresponding element is set equal, leading to a system of scalar equations.
  • Domain of Variables: Pay close attention to the domain of variables (e.g., a,bNa, b \in \mathbb{N}). This can limit or expand the number of possible solutions.
  • Scalar Matrices: Recognize that scalar matrices (matrices of the form kIkI) commute with all square matrices of the same order. This is a useful shortcut if the condition leads to a=ba=b.

4. Summary

By performing the matrix multiplications for ABAB and BABA and then equating their corresponding elements, we derived a system of equations. Solving this system revealed that the condition for AB=BAAB=BA to hold is a=ba=b. Since aa and bb must be natural numbers, and there are infinitely many natural numbers that can be chosen for aa (and thus for bb), there exist infinitely many matrices BB that satisfy the given condition. These matrices BB are specifically of the form kIkI where kk is any natural number.

The final answer is D\boxed{\text{D}}.

Practice More Matrices & Determinants Questions

View All Questions