JEE Challenger
More from Matrices

Matrix Equation QR Equals RP with Nonzero Entries and Determinants

Let I=(1001)I = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} and P=(2003)P = \begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix}. Let Q=(xyz4)Q = \begin{pmatrix} x & y \\ z & 4 \end{pmatrix} for some non-zero real numbers xx, yy, and zz, for which there is a 2×22 \times 2 matrix RR with all entries being non-zero real numbers, such that QR=RP.QR = RP\,.

Then which of the following statements is (are) TRUE?

Options

A

The determinant of Q2IQ - 2I is zero

Correct
B

The determinant of Q6IQ - 6I is 12

Correct
C

The determinant of Q3IQ - 3I is 15

D

yz=2yz = 2

Step-by-Step Solution

To determine which of the statements are true, we use the given matrix equation: QR=RPQR = RP

Let the matrix RR be represented as: R=(abcd)R = \begin{pmatrix} a & b \\ c & d \end{pmatrix} where a,b,c,da, b, c, d are non-zero real numbers.

Given matrices are: P=(2003),Q=(xyz4)P = \begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix}, \quad Q = \begin{pmatrix} x & y \\ z & 4 \end{pmatrix}

Compute QRQR: QR=(xyz4)(abcd)=(ax+cybx+dyaz+4cbz+4d)QR = \begin{pmatrix} x & y \\ z & 4 \end{pmatrix} \begin{pmatrix} a & b \\ c & d \end{pmatrix} = \begin{pmatrix} ax + cy & bx + dy \\ az + 4c & bz + 4d \end{pmatrix}

Compute RPRP: RP=(abcd)(2003)=(2a3b2c3d)RP = \begin{pmatrix} a & b \\ c & d \end{pmatrix} \begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix} = \begin{pmatrix} 2a & 3b \\ 2c & 3d \end{pmatrix}

Equating corresponding entries of QRQR and RPRP:

  1. First column equations: ax+cy=2a    (x2)a+cy=0ax + cy = 2a \implies (x - 2)a + cy = 0 az+4c=2c    az+2c=0    ca=z2az + 4c = 2c \implies az + 2c = 0 \implies \frac{c}{a} = -\frac{z}{2}

Substituting ca=z2\frac{c}{a} = -\frac{z}{2} into the first equation: (x2)+(z2)y=0    x2=yz2    yz=2x4— (1)(x - 2) + \left(-\frac{z}{2}\right)y = 0 \implies x - 2 = \frac{yz}{2} \implies yz = 2x - 4 \quad \text{--- (1)}

  1. Second column equations: bx+dy=3b    (x3)b+dy=0bx + dy = 3b \implies (x - 3)b + dy = 0 bz+4d=3d    bz+d=0    db=zbz + 4d = 3d \implies bz + d = 0 \implies \frac{d}{b} = -z

Substituting db=z\frac{d}{b} = -z into the first equation: (x3)+(z)y=0    x3=yz— (2)(x - 3) + (-z)y = 0 \implies x - 3 = yz \quad \text{--- (2)}

Equating the two expressions for yzyz from equations (1) and (2): 2x4=x3    x=12x - 4 = x - 3 \implies x = 1

Substituting x=1x = 1 back to find yzyz: yz=13=2yz = 1 - 3 = -2

Thus, the matrix QQ is: Q=(1yz4)with yz=2Q = \begin{pmatrix} 1 & y \\ z & 4 \end{pmatrix} \quad \text{with } yz = -2

Now, we evaluate each of the given options:

  • Option (A): Q2I=(12yz42)=(1yz2)Q - 2I = \begin{pmatrix} 1 - 2 & y \\ z & 4 - 2 \end{pmatrix} = \begin{pmatrix} -1 & y \\ z & 2 \end{pmatrix} det(Q2I)=(1)(2)yz=2(2)=0\det(Q - 2I) = (-1)(2) - yz = -2 - (-2) = 0 Hence, statement (A) is TRUE.

  • Option (B): Q6I=(16yz46)=(5yz2)Q - 6I = \begin{pmatrix} 1 - 6 & y \\ z & 4 - 6 \end{pmatrix} = \begin{pmatrix} -5 & y \\ z & -2 \end{pmatrix} det(Q6I)=(5)(2)yz=10(2)=12\det(Q - 6I) = (-5)(-2) - yz = 10 - (-2) = 12 Hence, statement (B) is TRUE.

  • Option (C): Q3I=(13yz43)=(2yz1)Q - 3I = \begin{pmatrix} 1 - 3 & y \\ z & 4 - 3 \end{pmatrix} = \begin{pmatrix} -2 & y \\ z & 1 \end{pmatrix} det(Q3I)=(2)(1)yz=2(2)=015\det(Q - 3I) = (-2)(1) - yz = -2 - (-2) = 0 \neq 15 Hence, statement (C) is FALSE.

  • Option (D): yz=22yz = -2 \neq 2 Hence, statement (D) is FALSE.

Therefore, the correct statements are (A) and (B).

Matrix Equation QR Equals RP with Nonzero Entries and Determinants | Mathematics PYQ Solution - JEE Challenger