Sign in
12thPass logo
New chatPYQ LibraryDoubtsRank report
Sign in to see Recents

Your guest activity stays on this device

Sign in to save progress →
Sign in

Matrices and Determinants question

2023 · Shift 2 · Q22
Guest · filters and generic practice availableBrowsing as a guest · PYQ filters and generic practice are available. Sign in only for personalised features and saved progress.
  1. PYQ Library
  2. /JEE Advanced
  3. /Mathematics
  4. /Matrices and Determinants
  5. /2023 · Shift 2 · Q22

Matrices and Determinants question

2023 · Shift 2 · Q22

JEE AdvancedMathematicsMatrices and DeterminantsMultiple correct+4 / −2
Let M=(aij),i,j∈{1,2,3}M=\left(a_{i j}\right), i, j \in\{1,2,3\}M=(aij​),i,j∈{1,2,3}, be the 3×33 \times 33×3 matrix such that aij=1a_{i j}=1aij​=1 if j+1j+1j+1 is divisible by iii, otherwise aij=0a_{i j}=0aij​=0. Then which of the following statements is(are) true?
  1. A
    MMM is invertible
  2. B
    There exists a nonzero column matrix (a1a2a3)\left(\begin{array}{l}a_1 \\ a_2 \\ a_3\end{array}\right)​a1​a2​a3​​​ such that M(a1a2a3)=(−a1−a2−a3)M\left(\begin{array}{l}a_1 \\ a_2 \\ a_3\end{array}\right)=\left(\begin{array}{l}-a_1 \\ -a_2 \\ -a_3\end{array}\right)M​a1​a2​a3​​​=​−a1​−a2​−a3​​​
  3. C
    The set {X∈R3:MX=0}eq{0}\left\{X \in \mathbb{R}^3: M X=\mathbf{0}\right\} eq\{\mathbf{0}\}{X∈R3:MX=0}eq{0}, where 0=(000)\mathbf{0}=\left(\begin{array}{l}0 \\ 0 \\ 0\end{array}\right)0=​000​​
  4. D
    The matrix (M−2I)(M-2 I)(M−2I) is invertible, where III is the 3×33 \times 33×3 identity matrix
View written solutionFree

Correct answer: B, C

  1. Construct the matrix MMM

We are given

1,& \text{if } i \mid (j+1),\\ 0,& \text{otherwise.} \end{cases}$$ for $i,j\in\{1,2,3\}$. We compute row-wise. - For $i=1$: since $1$ divides every integer, all entries are $1$. $$a_{11}=a_{12}=a_{13}=1$$ - For $i=2$: check divisibility of $j+1$ by $2$. - $j=1$: $j+1=2$, divisible by $2$ $\Rightarrow a_{21}=1$ - $j=2$: $j+1=3$, not divisible by $2$ $\Rightarrow a_{22}=0$ - $j=3$: $j+1=4$, divisible by $2$ $\Rightarrow a_{23}=1$ - For $i=3$: check divisibility of $j+1$ by $3$. - $j=1$: $2$ not divisible by $3$ $\Rightarrow a_{31}=0$ - $j=2$: $3$ divisible by $3$ $\Rightarrow a_{32}=1$ - $j=3$: $4$ not divisible by $3$ $\Rightarrow a_{33}=0$ Hence, $$M=\begin{pmatrix} 1&1&1\\ 1&0&1\\ 0&1&0 \end{pmatrix}.$$ --- 2. **Check option A: Is $M$ invertible?** Compute the determinant: $$\det(M)=\begin{vmatrix} 1&1&1\\ 1&0&1\\ 0&1&0 \end{vmatrix}.$$ Expanding along the first row, $$\det(M)=1\begin{vmatrix}0&1\\1&0\end{vmatrix}-1\begin{vmatrix}1&1\\0&0\end{vmatrix}+1\begin{vmatrix}1&0\\0&1\end{vmatrix}.$$ Now, $$\begin{vmatrix}0&1\\1&0\end{vmatrix}=-1, \qquad \begin{vmatrix}1&1\\0&0\end{vmatrix}=0, \qquad \begin{vmatrix}1&0\\0&1\end{vmatrix}=1.$$ So, $$\det(M)=1(-1)-1(0)+1(1)=0.$$ Therefore $M$ is **not invertible**. So, **A is false**. --- 3. **Check option C: Is the null space nontrivial?** Since $\det(M)=0$, the matrix is singular. Therefore the homogeneous system $$MX=\mathbf 0$$ has a nonzero solution. So, $$\{X\in\mathbb R^3: MX=\mathbf 0\}\neq \{\mathbf 0\}.$$ Hence, **C is true**. We can also find one such vector explicitly. Let $$X=\begin{pmatrix}x\\y\\z\end{pmatrix}.$$ Then $$MX=\begin{pmatrix} x+y+z\\ x+z\\ y \end{pmatrix}=\begin{pmatrix}0\\0\\0\end{pmatrix}.$$ This gives $$y=0,\quad x+z=0.$$ So one nonzero solution is $$X=\begin{pmatrix}1\\0\\-1\end{pmatrix}.$$ --- 4. **Check option B: Does there exist a nonzero vector such that $MX=-X$?** This means $$(M+I)X=0.$$ So we check whether $M+I$ is singular. $$M+I=\begin{pmatrix} 2&1&1\\ 1&1&1\\ 0&1&1 \end{pmatrix}.$$ Compute its determinant: $$\det(M+I)=\begin{vmatrix} 2&1&1\\ 1&1&1\\ 0&1&1 \end{vmatrix}.$$ Expand along the first row: $$\det(M+I)=2\begin{vmatrix}1&1\\1&1\end{vmatrix}-1\begin{vmatrix}1&1\\0&1\end{vmatrix}+1\begin{vmatrix}1&1\\0&1\end{vmatrix}.$$ Now, $$\begin{vmatrix}1&1\\1&1\end{vmatrix}=0, \qquad \begin{vmatrix}1&1\\0&1\end{vmatrix}=1.$$ Thus, $$\det(M+I)=2(0)-1(1)+1(1)=0.$$ Hence $M+I$ is singular, so there exists a nonzero vector $X$ such that $$(M+I)X=0 \iff MX=-X.$$ Therefore, **B is true**. We can also solve explicitly: $$MX=-X$$ with $X=\begin{pmatrix}x\\y\\z\end{pmatrix}$ gives $$\begin{pmatrix} x+y+z\\x+z\\y \end{pmatrix}=\begin{pmatrix}-x\\-y\\-z\end{pmatrix}.$$ So, \begin{align*} x+y+z&=-x \Rightarrow 2x+y+z=0,\\ x+z&=-y \Rightarrow x+y+z=0,\\ y&=-z \Rightarrow y+z=0. \end{align*} From $y=-z$, and $x+y+z=0$, we get $x=0$. Then $2x+y+z=0$ is automatically satisfied. So one nonzero solution is $$X=\begin{pmatrix}0\\1\\-1\end{pmatrix}.$$ --- 5. **Check option D: Is $(M-2I)$ invertible?** $$M-2I=\begin{pmatrix} -1&1&1\\ 1&-2&1\\ 0&1&-2 \end{pmatrix}.$$ Compute its determinant: $$\det(M-2I)=\begin{vmatrix} -1&1&1\\ 1&-2&1\\ 0&1&-2 \end{vmatrix}.$$ Expand along the first row: \begin{align*} \det(M-2I) &=(-1)\begin{vmatrix}-2&1\\1&-2\end{vmatrix}-1\begin{vmatrix}1&1\\0&-2\end{vmatrix}+1\begin{vmatrix}1&-2\\0&1\end{vmatrix}\\ &=(-1)(4-1)-1(-2)+1(1)\\ &=-3+2+1=0. \end{align*} So $(M-2I)$ is **not invertible**. Hence, **D is false**. --- 6. **Final conclusion** The true statements are: $$\boxed{B,\ C}$$ This matches the stored correct answer.
PreviousNext

More from Matrices and Determinants

  • Let R=⎩⎨⎧​​ac0​325​bd0​​:a,b,c,d∈{0,3,5,7,11,13,17,19}⎭⎬⎫​. Then the number of invertible matrices in R is :2023 · Numerical
  • Let p,q,r be nonzero real numbers that are, respectively, the 10th ,100th  and 1000th  terms of a harmonic progression. Consider the system of linear equations x+y+z=110x+100y+1000z=0qrx+pry+pqz=0​… Includes table2022 · MCQ
  • Let β be a real number. Consider the matrix A=​β23​011​1−2−2​​ If A7−(β−1)A6−βA5 is a singular matrix, then the…2022 · Numerical
  • If M=(25​−23​​23​−21​​), then which of the following matrices is equal to M2022?2022 · MCQ
  • Let α, β and γ be real numbers such that the system of linear equations x + 2y + 3z =α 4x + 5y + 6z =β 7x + 8y + 9z =γ− 1 is consistent. Let | M | represent the determinant of the matrix M=​αβ−1​210​γ01​​…2021 · Numerical
  • Let α, β and γ be real numbers such that the system of linear equations x + 2y + 3z =α 4x + 5y + 6z =β 7x + 8y + 9z =γ− 1 is consistent. Let | M | represent the determinant of the matrix M=​αβ−1​210​γ01​​…2021 · Numerical
  • For any 3 × 3 matrix M, let | M | denote the determinant of M. Let E=​128​2313​3418​​, P=​100​001​010​​…2021 · Multiple correct
  • For any 3 × 3 matrix M, let |M| denote the determinant of M. Let I be the 3 × 3 identity matrix. Let E and F be two 3 × 3 matrices such that (I − EF) is invertible. If G = (I − EF) − 1, then which of the…2021 · Multiple correct