JEE Challenger
More from Matrices

Properties of Matrix Based on Divisibility Condition

Let M=(aij)M = (a_{ij}), i,j{1,2,3}i, j \in \{1, 2, 3\}, be the 3×33 \times 3 matrix such that aij=1a_{ij} = 1 if j+1j+1 is divisible by ii, otherwise aij=0a_{ij} = 0. Then which of the following statements is(are) true?

Options

A

MM is invertible

B

There exists a nonzero column matrix (a1a2a3)\begin{pmatrix} a_1 \\ a_2 \\ a_3 \end{pmatrix} such that M(a1a2a3)=(a1a2a3)M \begin{pmatrix} a_1 \\ a_2 \\ a_3 \end{pmatrix} = \begin{pmatrix} -a_1 \\ -a_2 \\ -a_3 \end{pmatrix}

Correct
C

The set {XR3:MX=0}{0}\{X \in \mathbb{R}^3 : MX = \mathbf{0}\} \neq \{\mathbf{0}\}, where 0=(000)\mathbf{0} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix}

Correct
D

The matrix (M2I)(M - 2I) is invertible, where II is the 3×33 \times 3 identity matrix

Topics & Concepts

Step-by-Step Solution

To determine which of the given statements are true, we first construct the matrix M=(aij)3×3M = (a_{ij})_{3 \times 3}, where aij=1a_{ij} = 1 if j+1j+1 is divisible by ii, and aij=0a_{ij} = 0 otherwise, for i,j{1,2,3}i, j \in \{1, 2, 3\}.

Evaluating the entries aija_{ij}:

  • For i=1i = 1:

    • j=1    j+1=2j=1 \implies j+1 = 2, divisible by 1    a11=11 \implies a_{11} = 1
    • j=2    j+1=3j=2 \implies j+1 = 3, divisible by 1    a12=11 \implies a_{12} = 1
    • j=3    j+1=4j=3 \implies j+1 = 4, divisible by 1    a13=11 \implies a_{13} = 1
  • For i=2i = 2:

    • j=1    j+1=2j=1 \implies j+1 = 2, divisible by 2    a21=12 \implies a_{21} = 1
    • j=2    j+1=3j=2 \implies j+1 = 3, not divisible by 2    a22=02 \implies a_{22} = 0
    • j=3    j+1=4j=3 \implies j+1 = 4, divisible by 2    a23=12 \implies a_{23} = 1
  • For i=3i = 3:

    • j=1    j+1=2j=1 \implies j+1 = 2, not divisible by 3    a31=03 \implies a_{31} = 0
    • j=2    j+1=3j=2 \implies j+1 = 3, divisible by 3    a32=13 \implies a_{32} = 1
    • j=3    j+1=4j=3 \implies j+1 = 4, not divisible by 3    a33=03 \implies a_{33} = 0

Thus, the matrix MM is: M=(111101010)M = \begin{pmatrix} 1 & 1 & 1 \\ 1 & 0 & 1 \\ 0 & 1 & 0 \end{pmatrix}


Step 1: Characteristic Polynomial of MM

Let us find the characteristic equation det(MλI)=0\det(M - \lambda I) = 0: det(MλI)=1λ111λ101λ=0\det(M - \lambda I) = \begin{vmatrix} 1-\lambda & 1 & 1 \\ 1 & -\lambda & 1 \\ 0 & 1 & -\lambda \end{vmatrix} = 0

Expanding along the third row: det(MλI)=1((1λ)111)+(λ)((1λ)(λ)1)\det(M - \lambda I) = -1 \cdot ((1-\lambda) \cdot 1 - 1 \cdot 1) + (-\lambda) \cdot ((1-\lambda)(-\lambda) - 1) =1(λ)λ(λ2λ1)= -1(-\lambda) - \lambda(\lambda^2 - \lambda - 1) =λλ3+λ2+λ= \lambda - \lambda^3 + \lambda^2 + \lambda =λ3+λ2+2λ=λ(λ2λ2)=λ(λ+1)(λ2)= -\lambda^3 + \lambda^2 + 2\lambda = -\lambda(\lambda^2 - \lambda - 2) = -\lambda(\lambda + 1)(\lambda - 2)

Setting det(MλI)=0\det(M - \lambda I) = 0, the eigenvalues of MM are: λ=0,λ=1,λ=2\lambda = 0, \quad \lambda = -1, \quad \lambda = 2


Step 2: Verification of Options

  • Option (A): Since λ=0\lambda = 0 is an eigenvalue, we have: det(M)=0(1)2=0\det(M) = 0 \cdot (-1) \cdot 2 = 0 Therefore, MM is not invertible. (Option A is FALSE)

  • Option (B): The equation MX=XMX = -X can be rewritten as (M+I)X=0(M + I)X = \mathbf{0}. This holds for any non-zero eigenvector corresponding to the eigenvalue λ=1\lambda = -1. Solving (M+I)X=0(M + I)X = \mathbf{0}: (211111011)(a1a2a3)=(000)\begin{pmatrix} 2 & 1 & 1 \\ 1 & 1 & 1 \\ 0 & 1 & 1 \end{pmatrix} \begin{pmatrix} a_1 \\ a_2 \\ a_3 \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix} Subtracting row 2 from row 1 gives a1=0a_1 = 0, and row 3 gives a2+a3=0    a3=a2a_2 + a_3 = 0 \implies a_3 = -a_2. Choosing a2=1a_2 = 1, we get a non-zero column matrix X=(011)X = \begin{pmatrix} 0 \\ 1 \\ -1 \end{pmatrix}. (Option B is TRUE)

  • Option (C): The set {XR3:MX=0}\{X \in \mathbb{R}^3 : MX = \mathbf{0}\} is the null space of MM. Since det(M)=0\det(M) = 0, there exist non-trivial (non-zero) solutions. For instance, setting MX=0MX = \mathbf{0}: (111101010)(xyz)=(000)    y=0 and x+z=0\begin{pmatrix} 1 & 1 & 1 \\ 1 & 0 & 1 \\ 0 & 1 & 0 \end{pmatrix} \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 0 \\ 0 \\ 0 \end{pmatrix} \implies y = 0 \text{ and } x + z = 0 A non-zero solution is X=(101)X = \begin{pmatrix} 1 \\ 0 \\ -1 \end{pmatrix}. Thus, {XR3:MX=0}{0}\{X \in \mathbb{R}^3 : MX = \mathbf{0}\} \neq \{\mathbf{0}\}. (Option C is TRUE)

  • Option (D): Since λ=2\lambda = 2 is an eigenvalue of MM, we have: det(M2I)=0\det(M - 2I) = 0 Therefore, the matrix (M2I)(M - 2I) is singular and not invertible. (Option D is FALSE)


Conclusion

The correct statements are (B) and (C).

Properties of Matrix Based on Divisibility Condition | Mathematics PYQ Solution - JEE Challenger