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 2 · Q25
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 2 · Q25

Matrices and Determinants question

2019 · Shift 2 · Q25

JEE AdvancedMathematicsMatrices and DeterminantsMultiple correct+4 / −1
Let x ∈\in∈ R and let P=[111022003]P = \left[ {\begin{matrix} 1 & 1 & 1 \\ 0 & 2 & 2 \\ 0 & 0 & 3 \\ \end{matrix} } \right]P=​100​120​123​​, Q=[2xx040xx6]Q = \left[ {\begin{matrix} 2 & x & x \\ 0 & 4 & 0 \\ x & x & 6 \\ \end{matrix} } \right]Q=​20x​x4x​x06​​ and R = PQP −-− 1, which of the following options is/are correct?
  1. A
    There exists a real, number x such that PQ = QP
  2. B
    For x=0x = 0x=0, if R[1ab]=6[1ab]R \left[ {\begin{matrix} 1 \\ a \\ b \\ \end{matrix} } \right] = 6\left[ {\begin{matrix} 1 \\ a \\ b \\ \end{matrix} } \right]R​1ab​​=6​1ab​​, then a + b =5
  3. C
    For x = 1, there exists a unit vector αi^+βj^+γk^\alpha \widehat i + \beta \widehat j + \gamma \widehat kαi+βj​+γk for which R[αβγ]=[000]R\left[ {\begin{matrix} \alpha \\ \beta \\ \gamma \\ \end{matrix} } \right] = \left[ {\begin{matrix} 0 \\ 0 \\ 0 \\ \end{matrix} } \right]R​αβγ​​=​000​​
  4. D
    det⁡R=det⁡[2xx040xx5]+8\det R = \det \left[ {\begin{matrix} 2 & x & x \\ 0 & 4 & 0 \\ x & x & 5 \\ \end{matrix} } \right] + 8detR=det​20x​x4x​x05​​+8, for all x ∈\in∈ R
View written solutionFree

Correct answer: B, D

General Analysis

Given matrices are: P=[111022003]P = \left[ {\begin{matrix} 1 & 1 & 1 \\ 0 & 2 & 2 \\ 0 & 0 & 3 \\ \end{matrix} } \right]P=​100​120​123​​, Q=[2xx040xx6]Q = \left[ {\begin{matrix} 2 & x & x \\ 0 & 4 & 0 \\ x & x & 6 \\ \end{matrix} } \right]Q=​20x​x4x​x06​​, and R=PQP−1R = PQP^{-1}R=PQP−1.

The relation R=PQP−1R = PQP^{-1}R=PQP−1 means that matrices RRR and QQQ are similar. Similar matrices have several important properties, including:

  1. They have the same determinant: det⁡(R)=det⁡(Q)\det(R) = \det(Q)det(R)=det(Q).
  2. They have the same trace.
  3. They have the same characteristic polynomial and hence the same eigenvalues.

Let's calculate the determinant of QQQ: \det(Q) = 2(4 \cdot 6 - 0 \cdot x) - x(0 \cdot 6 - 0 \cdot x) + x(0 \cdot x - 4 \cdot x) $$$$ \det(Q) = 2(24) - x(0) + x(-4x) = 48 - 4x^2 Therefore, det⁡(R)=det⁡(Q)=48−4x2\det(R) = \det(Q) = 48 - 4x^2det(R)=det(Q)=48−4x2.

Now, let's evaluate each option.

Option A: There exists a real number x such that PQ = QP

We need to check if the equation PQ=QPPQ = QPPQ=QP has a solution for x∈Rx \in \mathbb{R}x∈R.

Calculate PQPQPQ: PQ=[111022003][2xx040xx6]=[2+x2x+4x+62x8+2x123x3x18]PQ = \left[ {\begin{matrix} 1 & 1 & 1 \\ 0 & 2 & 2 \\ 0 & 0 & 3 \\ \end{matrix} } \right] \left[ {\begin{matrix} 2 & x & x \\ 0 & 4 & 0 \\ x & x & 6 \\ \end{matrix} } \right] = \left[ {\begin{matrix} 2+x & 2x+4 & x+6 \\ 2x & 8+2x & 12 \\ 3x & 3x & 18 \\ \end{matrix} } \right]PQ=​100​120​123​​​20x​x4x​x06​​=​2+x2x3x​2x+48+2x3x​x+61218​​

Calculate QPQPQP: QP=[2xx040xx6][111022003]=[22+2x2+5x088x3x3x+18]QP = \left[ {\begin{matrix} 2 & x & x \\ 0 & 4 & 0 \\ x & x & 6 \\ \end{matrix} } \right] \left[ {\begin{matrix} 1 & 1 & 1 \\ 0 & 2 & 2 \\ 0 & 0 & 3 \\ \end{matrix} } \right] = \left[ {\begin{matrix} 2 & 2+2x & 2+5x \\ 0 & 8 & 8 \\ x & 3x & 3x+18 \\ \end{matrix} } \right]QP=​20x​x4x​x06​​​100​120​123​​=​20x​2+2x83x​2+5x83x+18​​

For PQ=QPPQ = QPPQ=QP, all corresponding entries must be equal. Let's compare the entry at position (2,1): (PQ)21=2x(PQ)_{21} = 2x(PQ)21​=2x (QP)21=0(QP)_{21} = 0(QP)21​=0 This implies 2x=02x = 02x=0, so x=0x=0x=0.

Now let's check if for x=0x=0x=0, the matrices are equal. For x=0x=0x=0: PQ = \left[ {\begin{matrix} 2 & 4 & 6 \\ 0 & 8 & 12 \\ 0 & 0 & 18 \\ \end{matrix} } \right] $$$$ QP = \left[ {\begin{matrix} 2 & 2 & 2 \\ 0 & 8 & 8 \\ 0 & 0 & 18 \\ \end{matrix} } \right] Since PQ≠QPPQ \neq QPPQ=QP for x=0x=0x=0, there is no real number xxx for which PQ=QPPQ=QPPQ=QP. Thus, option A is incorrect.

Option B: For x=0x = 0x=0, if R[1ab]=6[1ab]R \left[ {\begin{matrix} 1 \\ a \\ b \\ \end{matrix} } \right] = 6\left[ {\begin{matrix} 1 \\ a \\ b \\ \end{matrix} } \right]R​1ab​​=6​1ab​​, then a + b = 5

The given equation is an eigenvalue equation Rv=λvR\mathbf{v} = \lambda\mathbf{v}Rv=λv with eigenvalue λ=6\lambda=6λ=6 and eigenvector v=[1ab]\mathbf{v} = \left[ {\begin{matrix} 1 \\ a \\ b \\ \end{matrix} } \right]v=​1ab​​.

For x=0x=0x=0, the matrix QQQ becomes: Q=[200040006]Q = \left[ {\begin{matrix} 2 & 0 & 0 \\ 0 & 4 & 0 \\ 0 & 0 & 6 \\ \end{matrix} } \right]Q=​200​040​006​​ Since RRR and QQQ are similar, they have the same eigenvalues. The eigenvalues of the diagonal matrix QQQ are its diagonal entries: 2, 4, and 6. So, 6 is indeed an eigenvalue of RRR.

Let u\mathbf{u}u be the eigenvector of QQQ corresponding to the eigenvalue 6. Then Qu=6uQ\mathbf{u} = 6\mathbf{u}Qu=6u. The corresponding eigenvector v\mathbf{v}v of RRR is given by v=Pu\mathbf{v} = P\mathbf{u}v=Pu.

Let's find u=[u1u2u3]\mathbf{u} = \left[ {\begin{matrix} u_1 \\ u_2 \\ u_3 \\ \end{matrix} } \right]u=​u1​u2​u3​​​: [200040006][u1u2u3]=6[u1u2u3]\left[ {\begin{matrix} 2 & 0 & 0 \\ 0 & 4 & 0 \\ 0 & 0 & 6 \\ \end{matrix} } \right] \left[ {\begin{matrix} u_1 \\ u_2 \\ u_3 \\ \end{matrix} } \right] = 6 \left[ {\begin{matrix} u_1 \\ u_2 \\ u_3 \\ \end{matrix} } \right]​200​040​006​​​u1​u2​u3​​​=6​u1​u2​u3​​​ This gives 2u1=6u1⇒u1=02u_1 = 6u_1 \Rightarrow u_1=02u1​=6u1​⇒u1​=0, and 4u2=6u2⇒u2=04u_2 = 6u_2 \Rightarrow u_2=04u2​=6u2​⇒u2​=0. 6u3=6u36u_3=6u_36u3​=6u3​ is true for any u3u_3u3​. So, the eigenvector is of the form k[001]k\left[ {\begin{matrix} 0 \\ 0 \\ 1 \\ \end{matrix} } \right]k​001​​ for any non-zero constant kkk. We can choose k=1k=1k=1, so u=[001]\mathbf{u} = \left[ {\begin{matrix} 0 \\ 0 \\ 1 \\ \end{matrix} } \right]u=​001​​.

Now, we find the eigenvector v\mathbf{v}v of RRR: v=Pu=[111022003][001]=[123]\mathbf{v} = P\mathbf{u} = \left[ {\begin{matrix} 1 & 1 & 1 \\ 0 & 2 & 2 \\ 0 & 0 & 3 \\ \end{matrix} } \right] \left[ {\begin{matrix} 0 \\ 0 \\ 1 \\ \end{matrix} } \right] = \left[ {\begin{matrix} 1 \\ 2 \\ 3 \\ \end{matrix} } \right]v=Pu=​100​120​123​​​001​​=​123​​ We are given that the eigenvector is [1ab]\left[ {\begin{matrix} 1 \\ a \\ b \\ \end{matrix} } \right]​1ab​​. Comparing this with our result, we get a=2a=2a=2 and b=3b=3b=3. Therefore, a+b=2+3=5a+b = 2+3 = 5a+b=2+3=5. Thus, option B is correct.

Option C: For x=1x = 1x=1, there exists a unit vector αi^+βj^+γk^\alpha \widehat i + \beta \widehat j + \gamma \widehat kαi+βj​+γk for which R[αβγ]=[000]R\left[ {\begin{matrix} \alpha \\ \beta \\ \gamma \\ \end{matrix} } \right] = \left[ {\begin{matrix} 0 \\ 0 \\ 0 \\ \end{matrix} } \right]R​αβγ​​=​000​​

The equation Rv=0R\mathbf{v} = \mathbf{0}Rv=0 for a non-zero vector v\mathbf{v}v implies that 0 is an eigenvalue of RRR. A unit vector is a non-zero vector. A matrix has an eigenvalue of 0 if and only if its determinant is 0.

We need to check if det⁡(R)=0\det(R) = 0det(R)=0 for x=1x=1x=1. We know det⁡(R)=48−4x2\det(R) = 48 - 4x^2det(R)=48−4x2. For x=1x=1x=1: det⁡(R)=48−4(1)2=44\det(R) = 48 - 4(1)^2 = 44det(R)=48−4(1)2=44 Since det⁡(R)=44≠0\det(R) = 44 \neq 0det(R)=44=0, the matrix RRR is invertible and 0 is not an eigenvalue. The only solution to Rv=0R\mathbf{v} = \mathbf{0}Rv=0 is the trivial solution v=0\mathbf{v} = \mathbf{0}v=0. A unit vector cannot be the zero vector. Thus, option C is incorrect.

Option D: det⁡R=det⁡[2xx040xx5]+8\det R = \det \left[ {\begin{matrix} 2 & x & x \\ 0 & 4 & 0 \\ x & x & 5 \\ \end{matrix} } \right] + 8detR=det​20x​x4x​x05​​+8, for all x ∈\in∈ R

Let's evaluate both sides of the equation. Left Hand Side (LHS): det⁡(R)=det⁡(Q)=48−4x2\det(R) = \det(Q) = 48 - 4x^2det(R)=det(Q)=48−4x2.

Right Hand Side (RHS): We need to compute the determinant of the given matrix and add 8. \det \left[ {\begin{matrix} 2 & x & x \\ 0 & 4 & 0 \\ x & x & 5 \\ \end{matrix} } \right] = 2(4 \cdot 5 - 0 \cdot x) - x(0 \cdot 5 - 0 \cdot x) + x(0 \cdot x - 4 \cdot x) $$$$ = 2(20) - x(0) + x(-4x) = 40 - 4x^2 So, the RHS is (40−4x2)+8=48−4x2(40 - 4x^2) + 8 = 48 - 4x^2(40−4x2)+8=48−4x2.

Since LHS = 48−4x248 - 4x^248−4x2 and RHS = 48−4x248 - 4x^248−4x2, the equation holds true for all x∈Rx \in \mathbb{R}x∈R. Thus, option D is correct.

Final Conclusion: The correct options are B and D.

PreviousNext

More from Matrices and Determinants

  • 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
  • Let P=​323​−10−5​−2α0​​, where α∈ R. Suppose Q=[qij​] is a matrix such that PQ = kl, where k ∈ R, k e…2016 · Multiple correct