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

2019 · Shift 1 · Q29
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. /2019 · Shift 1 · Q29

Matrices and Determinants question

2019 · Shift 1 · Q29

JEE AdvancedMathematicsMatrices and DeterminantsMultiple correct+4 / −1
Let M=[01a1233b1]M = \left[ {\begin{matrix} 0 & 1 & a \\ 1 & 2 & 3 \\ 3 & b & 1 \\ \end{matrix} } \right]M=​013​12b​a31​​ and adj M=[−11−18−62−53−1]M = \left[ {\begin{matrix} { - 1} & 1 & { - 1} \\ 8 & { - 6} & 2 \\ { - 5} & 3 & { - 1} \\ \end{matrix} } \right]M=​−18−5​1−63​−12−1​​ where a and b are real numbers. Which of the following options is/are correct?
  1. A
    det(adj M2) = 81
  2. B
    If M[αβγ]=[123]M\left[ {\begin{matrix} \alpha \\ \beta \\ \gamma \\ \end{matrix} } \right] = \left[ {\begin{matrix} 1 \\ 2 \\ 3 \\ \end{matrix} } \right]M​αβγ​​=​123​​, then α−β+γ=3\alpha - \beta + \gamma = 3α−β+γ=3
  3. C
    (adj M)−1+adj M−1=−M{(adj\,M)^{ - 1}} + adj\,{M^{ - 1}} = - M(adjM)−1+adjM−1=−M
  4. D
    a + b = 3
View written solutionFree

Correct answer: B, C, D

Step-by-step Solution:

1. Find the values of a and b

We are given the matrix M and its adjugate, adj M. M=[01a1233b1]M = \left[ {\begin{matrix} 0 & 1 & a \\ 1 & 2 & 3 \\ 3 & b & 1 \\ \end{matrix} } \right]M=​013​12b​a31​​ and adjM=[−11−18−62−53−1]adj M = \left[ {\begin{matrix} { - 1} & 1 & { - 1} \\ 8 & { - 6} & 2 \\ { - 5} & 3 & { - 1} \\ \end{matrix} } \right]adjM=​−18−5​1−63​−12−1​​

The adjugate of a matrix is the transpose of its cofactor matrix. Let CijC_ijCi​j be the cofactor of the element mijm_ijmi​j in matrix M. Then (adjM)ij=Cji(adj M)_ij = C_ji(adjM)i​j=Cj​i.

  • The element at position (1,1) of adj M is (adjM)11=C11(adj M)_11 = C_11(adjM)1​1=C1​1. C11=(2)(1)−(3)(b)=2−3bC_11 = (2)(1) - (3)(b) = 2 - 3bC1​1=(2)(1)−(3)(b)=2−3b. From the given adj M, (adjM)11=−1(adj M)_11 = -1(adjM)1​1=−1. So, 2−3b=−1  ⟹  3b=3  ⟹  b=12 - 3b = -1 \implies 3b = 3 \implies b = 12−3b=−1⟹3b=3⟹b=1.

  • The element at position (2,3) of adj M is (adjM)23=C32(adj M)_23 = C_32(adjM)2​3=C3​2. C32=−[(0)(3)−(a)(1)]=aC_32 = -[(0)(3) - (a)(1)] = aC3​2=−[(0)(3)−(a)(1)]=a. From the given adj M, (adjM)23=2(adj M)_23 = 2(adjM)2​3=2. So, a = 2.

Let's verify these values with another element.

  • The element at position (1,2) of adj M is (adjM)12=C21(adj M)_12 = C_21(adjM)1​2=C2​1. C21=−[(1)(1)−(a)(b)]=ab−1C_21 = -[(1)(1) - (a)(b)] = ab - 1C2​1=−[(1)(1)−(a)(b)]=ab−1. From the given adj M, (adjM)12=1(adj M)_12 = 1(adjM)1​2=1. So, ab−1=1  ⟹  ab=2ab - 1 = 1 \implies ab = 2ab−1=1⟹ab=2. Substituting a = 2 and b = 1, we get (2)(1) = 2, which is consistent.

Thus, we have found a = 2 and b = 1.

2. Evaluate Option D: a + b = 3

Using the values we found: a + b = 2 + 1 = 3. Therefore, Option D is correct.

3. Calculate the determinant of M

Now that we have a and b, the matrix M is: M=[012123311]M = \left[ {\begin{matrix} 0 & 1 & 2 \\ 1 & 2 & 3 \\ 3 & 1 & 1 \\ \end{matrix} } \right]M=​013​121​231​​ We can calculate its determinant: det(M) = 0(2*1 - 3*1) - 1(1*1 - 3*3) + 2(1*1 - 2*3) det(M) = 0 - 1(1 - 9) + 2(1 - 6) det(M) = -(-8) + 2(-5) = 8 - 10 = -2.

Alternatively, we can use the property M(adj M) = det(M)I. The diagonal elements of this product will be det(M). Let's compute the (1,1) element: (M(adjM))11=(0)(−1)+(1)(8)+(a)(−5)=8−5a(M(adj M))_11 = (0)(-1) + (1)(8) + (a)(-5) = 8 - 5a(M(adjM))1​1=(0)(−1)+(1)(8)+(a)(−5)=8−5a. Since a=2, (M(adjM))11=8−5(2)=8−10=−2(M(adj M))_11 = 8 - 5(2) = 8 - 10 = -2(M(adjM))1​1=8−5(2)=8−10=−2. So, det(M) = -2.

4. Evaluate Option A: det(adjM2)=81det(adj M^2) = 81det(adjM2)=81

We use the property det(adjA)=(detA)(n−1)det(adj A) = (det A)^(n-1)det(adjA)=(detA)(n−1) for an n x n matrix A. Here, A=M2A = M^2A=M2 and n = 3. det(adjM2)=(det(M2))(3−1)=(det(M2))2det(adj M^2) = (det(M^2))^(3-1) = (det(M^2))^2det(adjM2)=(det(M2))(3−1)=(det(M2))2. Also, det(M2)=(detM)2det(M^2) = (det M)^2det(M2)=(detM)2. So, det(adjM2)=((detM)2)2=(detM)4det(adj M^2) = ((det M)^2)^2 = (det M)^4det(adjM2)=((detM)2)2=(detM)4. Substituting det M = -2: det(adjM2)=(−2)4=16det(adj M^2) = (-2)^4 = 16det(adjM2)=(−2)4=16. Since 16≠8116 \neq 8116=81, Option A is incorrect.

5. Evaluate Option B: If M[αβγ]T=[123]TM[α β γ]^T = [1 2 3]^TM[αβγ]T=[123]T, then α - β + γ = 3

We have the system MX = B, where X=[αβγ]TX = [α β γ]^TX=[αβγ]T and B=[123]TB = [1 2 3]^TB=[123]T. The solution is X=M−1BX = M^-1 BX=M−1B. We know that M−1=(1/detM)∗adjMM^-1 = (1/det M) * adj MM−1=(1/detM)∗adjM. X=1−2[−11−18−62−53−1][123]X = \frac{1}{-2} \left[ {\begin{matrix} { - 1} & 1 & { - 1} \\ 8 & { - 6} & 2 \\ { - 5} & 3 & { - 1} \\ \end{matrix} } \right] \left[ {\begin{matrix} 1 \\ 2 \\ 3 \\ \end{matrix} } \right]X=−21​​−18−5​1−63​−12−1​​​123​​ X=[αβγ]=−12[(−1)(1)+(1)(2)+(−1)(3)(8)(1)+(−6)(2)+(2)(3)(−5)(1)+(3)(2)+(−1)(3)]X = \left[ {\begin{matrix} α \\ β \\ γ \\ \end{matrix} } \right] = -\frac{1}{2} \left[ {\begin{matrix} (-1)(1) + (1)(2) + (-1)(3) \\ (8)(1) + (-6)(2) + (2)(3) \\ (-5)(1) + (3)(2) + (-1)(3) \\ \end{matrix} } \right]X=​αβγ​​=−21​​(−1)(1)+(1)(2)+(−1)(3)(8)(1)+(−6)(2)+(2)(3)(−5)(1)+(3)(2)+(−1)(3)​​ X=−12[−1+2−38−12+6−5+6−3]=−12[−22−2]=[1−11]X = -\frac{1}{2} \left[ {\begin{matrix} -1+2-3 \\ 8-12+6 \\ -5+6-3 \\ \end{matrix} } \right] = -\frac{1}{2} \left[ {\begin{matrix} -2 \\ 2 \\ -2 \\ \end{matrix} } \right] = \left[ {\begin{matrix} 1 \\ -1 \\ 1 \\ \end{matrix} } \right]X=−21​​−1+2−38−12+6−5+6−3​​=−21​​−22−2​​=​1−11​​ So, α = 1, β = -1, γ = 1. Now, we check the condition: α - β + γ = 1 - (-1) + 1 = 1 + 1 + 1 = 3. This matches the given condition. Therefore, Option B is correct.

6. Evaluate Option C: (adjM)−1+adj(M−1)=−M(adj M)^-1 + adj(M^-1) = -M(adjM)−1+adj(M−1)=−M

We use two key properties of adjugate and inverse matrices:

  1. adj(A−1)=(adjA)−1adj(A^-1) = (adj A)^-1adj(A−1)=(adjA)−1
  2. (adjA)−1=A/det(A)(adj A)^-1 = A / det(A)(adjA)−1=A/det(A)

Using property 1, the left-hand side (LHS) of the equation becomes: LHS=(adjM)−1+(adjM)−1=2(adjM)−1LHS = (adj M)^-1 + (adj M)^-1 = 2(adj M)^-1LHS=(adjM)−1+(adjM)−1=2(adjM)−1.

Now, using property 2: LHS = 2 * (M / det(M)).

We calculated det(M) = -2. Substituting this value: LHS = 2 * (M / -2) = -M.

The given equation is LHS = -M. Since we have shown that LHS = -M, the equation is true. Therefore, Option C is correct.

Conclusion: The correct options are B, C, and D.

PreviousNext

More from Matrices and Determinants

  • Let x ∈ R and let P=​100​120​123​​, Q=​20x​x4x​x06​​…2019 · Multiple correct
  • P1​=I=​100​010​001​​,P2​=​100​001​010​​,P3​=​010​100​001​​,P4​=​001​100​010​​,P5​=​010​001​100​​,P6​=​001​010​100​​…2019 · Multiple correct
  • Suppose det ​k=0∑n​kk=0∑n​nCk​.k​k=0∑n​nCk​k2k=0∑n​nCk​3k​​=0 holds…2019 · Numerical
  • Let S be the set of all column matrices ​b1​b2​b3​​​ such that b1​,b2​,b3​∈R and the system of equations (in real variables) ​−x+2y+5z=b1​2x−4y+3z=b2​x−2y+2z=b3​​…2018 · Multiple correct
  • Let P be a matrix of order 3 × 3 such that all the entries in P are from the set {− 1, 0, 1}. Then, the maximum possible value of the determinant of P is ............ .2018 · Numerical
  • Which of the following is(are) NOT the square of a 3 × 3 matrix with real entries?2017 · Multiple correct
  • For a real number α, if the system ​1αα2​α1α​α2α1​​​xyz​​=​1−11​​…2017 · Numerical
  • How many 3 × 3 matrices M with entries from {0, 1, 2} are there, for which the sum of the diagonal entries of MTM is 5?2017 · MCQ