Skip to main content
Back to Matrices & Determinants
JEE Main 2020
Matrices & Determinants
Matrices and Determinants
Medium

Question

The total number of matrices A = \left( {\matrix{ 0 & {2y} & 1 \cr {2x} & y & { - 1} \cr {2x} & { - y} & 1 \cr } } \right) (x, y \in R,x \ne y) for which A T A = 3I 3 is :-

Options

Solution

1. Key Concepts and Formulae

This problem requires a solid understanding of fundamental matrix operations and properties.

  • Transpose of a Matrix (ATA^T): The transpose of a matrix AA is obtained by interchanging its rows and columns. If A=[aij]A = [a_{ij}], then AT=[aji]A^T = [a_{ji}].
  • Matrix Multiplication: For two matrices AA (of size m×nm \times n) and BB (of size n×pn \times p), their product C=ABC = AB is an m×pm \times p matrix. The element CijC_{ij} (in the ii-th row and jj-th column) is the dot product of the ii-th row of AA and the jj-th column of BB.
  • Identity Matrix (InI_n): An n×nn \times n square matrix with ones on its main diagonal and zeros elsewhere. For a 3×33 \times 3 matrix, I3=(100010001)I_3 = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}.
  • Scalar Multiplication of a Matrix: To multiply a matrix by a scalar (a number), multiply every element of the matrix by that scalar. For example, 3I3=(300030003)3I_3 = \begin{pmatrix} 3 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & 3 \end{pmatrix}.
  • Equality of Matrices: Two matrices are equal if and only if they have the same dimensions and their corresponding elements are equal.

2. Problem Setup and Given Information

We are given a 3×33 \times 3 matrix AA: A=(02y12xy12xy1)A = \begin{pmatrix} 0 & {2y} & 1 \\ {2x} & y & { - 1} \\ {2x} & { - y} & 1 \end{pmatrix} We are also given the condition ATA=3I3A^T A = 3I_3, where x,yRx, y \in \mathbb{R} and xyx \ne y. Our goal is to find the total number of such matrices AA. Each unique pair of (x,y)(x, y) satisfying the conditions will define a unique matrix AA.

3. Step-by-Step Solution with Explanations

Step 1: Determine the Transpose of Matrix A (ATA^T)

To calculate ATAA^T A, we first need to find the transpose of AA. We do this by swapping the rows and columns of AA. The first row of AA becomes the first column of ATA^T. The second row of AA becomes the second column of ATA^T. The third row of AA becomes the third column of ATA^T.

AT=(02x2x2yyy111)A^T = \begin{pmatrix} 0 & {2x} & {2x} \\ {2y} & y & { - y} \\ 1 & { - 1} & 1 \end{pmatrix}

Step 2: Calculate the Matrix Product ATAA^T A

Next, we multiply ATA^T by AA. This is done to utilize the given condition ATA=3I3A^T A = 3I_3. ATA=(02x2x2yyy111)(02y12xy12xy1)A^T A = \begin{pmatrix} 0 & {2x} & {2x} \\ {2y} & y & { - y} \\ 1 & { - 1} & 1 \end{pmatrix} \begin{pmatrix} 0 & {2y} & 1 \\ {2x} & y & { - 1} \\ {2x} & { - y} & 1 \end{pmatrix}

Let's compute each element of the resulting 3×33 \times 3 matrix by taking the dot product of the rows of ATA^T with the columns of AA:

  • Element (1,1): (0)(0)+(2x)(2x)+(2x)(2x)=0+4x2+4x2=8x2(0)(0) + (2x)(2x) + (2x)(2x) = 0 + 4x^2 + 4x^2 = 8x^2
  • Element (1,2): (0)(2y)+(2x)(y)+(2x)(y)=0+2xy2xy=0(0)(2y) + (2x)(y) + (2x)(-y) = 0 + 2xy - 2xy = 0
  • Element (1,3): (0)(1)+(2x)(1)+(2x)(1)=02x+2x=0(0)(1) + (2x)(-1) + (2x)(1) = 0 - 2x + 2x = 0
  • Element (2,1): (2y)(0)+(y)(2x)+(y)(2x)=0+2xy2xy=0(2y)(0) + (y)(2x) + (-y)(2x) = 0 + 2xy - 2xy = 0
  • Element (2,2): (2y)(2y)+(y)(y)+(y)(y)=4y2+y2+y2=6y2(2y)(2y) + (y)(y) + (-y)(-y) = 4y^2 + y^2 + y^2 = 6y^2
  • Element (2,3): (2y)(1)+(y)(1)+(y)(1)=2yyy=0(2y)(1) + (y)(-1) + (-y)(1) = 2y - y - y = 0
  • Element (3,1): (1)(0)+(1)(2x)+(1)(2x)=02x+2x=0(1)(0) + (-1)(2x) + (1)(2x) = 0 - 2x + 2x = 0
  • Element (3,2): (1)(2y)+(1)(y)+(1)(y)=2yyy=0(1)(2y) + (-1)(y) + (1)(-y) = 2y - y - y = 0
  • Element (3,3): (1)(1)+(1)(1)+(1)(1)=1+1+1=3(1)(1) + (-1)(-1) + (1)(1) = 1 + 1 + 1 = 3

So, the product matrix ATAA^T A is: ATA=(8x20006y20003)A^T A = \begin{pmatrix} {8x^2} & 0 & 0 \\ 0 & {6y^2} & 0 \\ 0 & 0 & 3 \end{pmatrix}

  • Tip: Notice that the resulting matrix is a diagonal matrix. This often happens when dealing with ATAA^T A or AATA A^T for matrices with certain structures. The off-diagonal zeros confirm that rows of ATA^T (which are columns of AA) are orthogonal.

Step 3: Equate ATAA^T A with 3I33I_3

We are given ATA=3I3A^T A = 3I_3. We write out 3I33I_3: 3I3=3(100010001)=(300030003)3I_3 = 3 \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix} = \begin{pmatrix} 3 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & 3 \end{pmatrix} Now, we equate the two matrices to find the values of xx and yy: (8x20006y20003)=(300030003)\begin{pmatrix} {8x^2} & 0 & 0 \\ 0 & {6y^2} & 0 \\ 0 & 0 & 3 \end{pmatrix} = \begin{pmatrix} 3 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & 3 \end{pmatrix} For these matrices to be equal, their corresponding elements must be equal. This gives us the following system of equations:

  1. 8x2=38x^2 = 3
  2. 6y2=36y^2 = 3
  3. 3=33 = 3 (This equation is consistent and does not provide new information for xx or yy). All off-diagonal elements are 0=00=0, which is also consistent.

Step 4: Solve for the values of xx and yy

We solve the equations from Step 3 for xx and yy:

  1. From 8x2=38x^2 = 3: x2=38x^2 = \frac{3}{8} Taking the square root of both sides gives two possible values for xx: x=±38=±38=±322x = \pm \sqrt{\frac{3}{8}} = \pm \frac{\sqrt{3}}{\sqrt{8}} = \pm \frac{\sqrt{3}}{2\sqrt{2}} Rationalizing the denominator: x=±32222=±64x = \pm \frac{\sqrt{3}\sqrt{2}}{2\sqrt{2}\sqrt{2}} = \pm \frac{\sqrt{6}}{4} So, xx can be 64\frac{\sqrt{6}}{4} or 64-\frac{\sqrt{6}}{4}.

  2. From 6y2=36y^2 = 3: y2=36=12y^2 = \frac{3}{6} = \frac{1}{2} Taking the square root of both sides gives two possible values for yy: y=±12=±12y = \pm \sqrt{\frac{1}{2}} = \pm \frac{1}{\sqrt{2}} Rationalizing the denominator: y=±22y = \pm \frac{\sqrt{2}}{2} So, yy can be 22\frac{\sqrt{2}}{2} or 22-\frac{\sqrt{2}}{2}.

Step 5: Apply the condition xyx \ne y and count the valid matrices

The problem states that x,yRx, y \in \mathbb{R} and xyx \ne y. We need to form all possible pairs (x,y)(x, y) from the values we found and then check if any pair violates the xyx \ne y condition.

The possible values for xx are x1=64x_1 = \frac{\sqrt{6}}{4} and x2=64x_2 = -\frac{\sqrt{6}}{4}. The possible values for yy are y1=22y_1 = \frac{\sqrt{2}}{2} and y2=22y_2 = -\frac{\sqrt{2}}{2}.

Let's list all combinations and check xyx \ne y:

  • Combination 1: (x1,y1)=(64,22)(x_1, y_1) = \left(\frac{\sqrt{6}}{4}, \frac{\sqrt{2}}{2}\right) To check if x1=y1x_1 = y_1: 64\frac{\sqrt{6}}{4} vs 22=224\frac{\sqrt{2}}{2} = \frac{2\sqrt{2}}{4}. Since 622\sqrt{6} \ne 2\sqrt{2} (because 686 \ne 8), x1y1x_1 \ne y_1. This pair is valid.
  • Combination 2: (x1,y2)=(64,22)(x_1, y_2) = \left(\frac{\sqrt{6}}{4}, -\frac{\sqrt{2}}{2}\right) Here, x1x_1 is positive and y2y_2 is negative, so x1y2x_1 \ne y_2. This pair is valid.
  • Combination 3: (x2,y1)=(64,22)(x_2, y_1) = \left(-\frac{\sqrt{6}}{4}, \frac{\sqrt{2}}{2}\right) Here, x2x_2 is negative and y1y_1 is positive, so x2y1x_2 \ne y_1. This pair is valid.
  • Combination 4: (x2,y2)=(64,22)(x_2, y_2) = \left(-\frac{\sqrt{6}}{4}, -\frac{\sqrt{2}}{2}\right) To check if x2=y2x_2 = y_2: 64-\frac{\sqrt{6}}{4} vs 22-\frac{\sqrt{2}}{2}. Since 6422\frac{\sqrt{6}}{4} \ne \frac{\sqrt{2}}{2} (as shown in Combination 1), their negative counterparts are also not equal. So x2y2x_2 \ne y_2. This pair is valid.

All four possible pairs of (x,y)(x, y) satisfy the condition xyx \ne y. Each unique pair (x,y)(x, y) defines a unique matrix AA. Therefore, there are 4 such matrices AA.

  • Common Mistake: Forgetting to check additional conditions given in the problem, such as xyx \ne y. While in this specific case, the condition doesn't eliminate any solutions, it's crucial to always verify it.

4. Summary and Key Takeaways

We systematically found the transpose of matrix AA, performed matrix multiplication to compute ATAA^T A, and then equated it to 3I33I_3. This led to a system of equations for x2x^2 and y2y^2. Solving these equations yielded two possible real values for xx and two possible real values for yy. By combining these values, we found four distinct pairs (x,y)(x, y). Crucially, we verified that for every such pair, the condition xyx \ne y was satisfied. Each distinct pair (x,y)(x,y) corresponds to a unique matrix AA. Therefore, there are 4 such matrices.

The final answer is 4\boxed{4}.

Practice More Matrices & Determinants Questions

View All Questions