JEE Challenger
More from Matrices

Number of Matrices Satisfying Matrix Equation and Trace Condition

Let S={A=[abcd]:a,b,c,d{0,1,2,3,4} and A24A+3I=0}S = \left\{ A = \begin{bmatrix} a & b \\ c & d \end{bmatrix} : a, b, c, d \in \{0, 1, 2, 3, 4\} \text{ and } A^2 - 4A + 3I = 0 \right\} be a set of 2×22 \times 2 matrices. Then the number of matrices in SS, for which the sum of the diagonal elements is equal to 4, is:

Options

A

20

B

17

C

21

D

19

Correct

Topics & Concepts

MatricesMatrices

Step-by-Step Solution

To find the number of matrices A=[abcd]A = \begin{bmatrix} a & b \\ c & d \end{bmatrix} in SS satisfying the given conditions, we process the matrix equation and trace condition step-by-step.

Step 1: Simplify the Matrix Equation

We are given that a,b,c,d{0,1,2,3,4}a, b, c, d \in \{0, 1, 2, 3, 4\}, the sum of the diagonal elements (trace) is: tr(A)=a+d=4    d=4a\text{tr}(A) = a + d = 4 \implies d = 4 - a

Now, compute A2A^2: A2=[abcd][abcd]=[a2+bcb(a+d)c(a+d)d2+bc]A^2 = \begin{bmatrix} a & b \\ c & d \end{bmatrix} \begin{bmatrix} a & b \\ c & d \end{bmatrix} = \begin{bmatrix} a^2 + bc & b(a+d) \\ c(a+d) & d^2 + bc \end{bmatrix}

Since a+d=4a + d = 4, this simplifies to: A2=[a2+bc4b4cd2+bc]A^2 = \begin{bmatrix} a^2 + bc & 4b \\ 4c & d^2 + bc \end{bmatrix}

Substitute A2A^2, AA, and II into the matrix equation A24A+3I=0A^2 - 4A + 3I = 0: [a2+bc4b4cd2+bc]4[abcd]+[3003]=[0000]\begin{bmatrix} a^2 + bc & 4b \\ 4c & d^2 + bc \end{bmatrix} - 4\begin{bmatrix} a & b \\ c & d \end{bmatrix} + \begin{bmatrix} 3 & 0 \\ 0 & 3 \end{bmatrix} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}

Equating the corresponding entries:

  1. Off-diagonal elements: 4b4b=04b - 4b = 0 and 4c4c=04c - 4c = 0 (holds for all b,cb, c).
  2. Top-left diagonal element: a2+bc4a+3=0    bc=4aa23=a(4a)3=ad3a^2 + bc - 4a + 3 = 0 \implies bc = 4a - a^2 - 3 = a(4-a) - 3 = ad - 3
  3. Bottom-right diagonal element: d2+bc4d+3=0    bc=4dd23=d(4d)3=ad3d^2 + bc - 4d + 3 = 0 \implies bc = 4d - d^2 - 3 = d(4-d) - 3 = ad - 3

Hence, the given conditions reduce to: adbc=3anda+d=4ad - bc = 3 \quad \text{and} \quad a + d = 4


Step 2: Cases for (a,d)(a, d)

Since a,d{0,1,2,3,4}a, d \in \{0, 1, 2, 3, 4\} and a+d=4a + d = 4, we analyze all possible pairs (a,d)(a, d):

  1. Case 1: a=0,d=4a = 0, d = 4 bc=ad3=(0)(4)3=3bc = ad - 3 = (0)(4) - 3 = -3 Since b,c{0,1,2,3,4}b, c \in \{0, 1, 2, 3, 4\}, bc0bc \ge 0. Thus, there are no solutions.

  2. Case 2: a=4,d=0a = 4, d = 0 bc=ad3=(4)(0)3=3bc = ad - 3 = (4)(0) - 3 = -3 Similarly, there are no solutions.

  3. Case 3: a=1,d=3a = 1, d = 3 bc=ad3=(1)(3)3=0bc = ad - 3 = (1)(3) - 3 = 0 We need bc=0b \cdot c = 0 where b,c{0,1,2,3,4}b, c \in \{0, 1, 2, 3, 4\}:

    • If b=0b = 0, then c{0,1,2,3,4}c \in \{0, 1, 2, 3, 4\} (5 possibilities).
    • If b{1,2,3,4}b \in \{1, 2, 3, 4\}, then c=0c = 0 (4 possibilities).

    Total pairs for (b,c)=5+4=9(b, c) = 5 + 4 = 9.

  4. Case 4: a=3,d=1a = 3, d = 1 bc=ad3=(3)(1)3=0bc = ad - 3 = (3)(1) - 3 = 0 By symmetry with Case 3, there are 9 possibilities for (b,c)(b, c).

  5. Case 5: a=2,d=2a = 2, d = 2 bc=ad3=(2)(2)3=1bc = ad - 3 = (2)(2) - 3 = 1 Since b,c{0,1,2,3,4}b, c \in \{0, 1, 2, 3, 4\}, bc=1bc = 1 gives only 1 possibility: b=1,c=1b = 1, c = 1.


Step 3: Total Count

Summing up the valid matrices from all cases: Total number of matrices=0+0+9+9+1=19\text{Total number of matrices} = 0 + 0 + 9 + 9 + 1 = 19

Thus, the correct option is D.

Number of Matrices Satisfying Matrix Equation and Trace Condition | Mathematics PYQ Solution - JEE Challenger