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

Question

Let AA be a matrix such that A.\left[ {\matrix{ 1 & 2 \cr 0 & 3 \cr } } \right] is a scalar matrix and |3A| = 108. Then A 2 equals :

Options

Solution

Here's a more elaborate, clear, and educational solution:

Key Concepts Used:

  1. Scalar Matrix: A scalar matrix is a diagonal matrix where all the diagonal elements are equal. It can be written as kIkI, where kk is a scalar and II is the identity matrix. For a 2x2 matrix, it looks like [k00k]\begin{bmatrix} k & 0 \\ 0 & k \end{bmatrix}.
  2. Inverse of a 2x2 Matrix: For a matrix M=[abcd]M = \begin{bmatrix} a & b \\ c & d \end{bmatrix}, its determinant is M=adbc|M| = ad - bc. If M0|M| \neq 0, its inverse is M1=1M[dbca]M^{-1} = \frac{1}{|M|} \begin{bmatrix} d & -b \\ -c & a \end{bmatrix}.
  3. Properties of Determinants: For an n×nn \times n matrix AA and a scalar kk, the determinant of kAkA is given by kA=knA|kA| = k^n |A|. For a 2x2 matrix, this means kA=k2A|kA| = k^2 |A|.

Step-by-Step Solution:

1. Understanding the Given Information

We are given that A[1203]A \cdot \begin{bmatrix} 1 & 2 \\ 0 & 3 \end{bmatrix} is a scalar matrix. Let B=[1203]B = \begin{bmatrix} 1 & 2 \\ 0 & 3 \end{bmatrix}. Since ABA \cdot B is a scalar matrix, it must be of the form [λ00λ]\begin{bmatrix} \lambda & 0 \\ 0 & \lambda \end{bmatrix} for some scalar λ\lambda. This is because a scalar matrix has identical entries on its main diagonal and zeros elsewhere. So, we can write: A[1203]=[λ00λ]()A \cdot \begin{bmatrix} 1 & 2 \\ 0 & 3 \end{bmatrix} = \begin{bmatrix} \lambda & 0 \\ 0 & \lambda \end{bmatrix} \quad (*)

2. Finding Matrix A

To find matrix AA, we need to isolate it from equation ()(*). We can do this by multiplying both sides of the equation by the inverse of matrix BB, i.e., B1B^{-1}, from the right. A=[λ00λ]B1A = \begin{bmatrix} \lambda & 0 \\ 0 & \lambda \end{bmatrix} \cdot B^{-1}

First, let's calculate the inverse of B=[1203]B = \begin{bmatrix} 1 & 2 \\ 0 & 3 \end{bmatrix}. The determinant of BB is B=(1)(3)(2)(0)=30=3|B| = (1)(3) - (2)(0) = 3 - 0 = 3. Now, we find B1B^{-1}: B1=1B[3201]=13[3201]=[33230313]=[123013]B^{-1} = \frac{1}{|B|} \begin{bmatrix} 3 & -2 \\ 0 & 1 \end{bmatrix} = \frac{1}{3} \begin{bmatrix} 3 & -2 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} \frac{3}{3} & \frac{-2}{3} \\ \frac{0}{3} & \frac{1}{3} \end{bmatrix} = \begin{bmatrix} 1 & -\frac{2}{3} \\ 0 & \frac{1}{3} \end{bmatrix}

Now, substitute B1B^{-1} back into the expression for AA: A=[λ00λ][123013]A = \begin{bmatrix} \lambda & 0 \\ 0 & \lambda \end{bmatrix} \cdot \begin{bmatrix} 1 & -\frac{2}{3} \\ 0 & \frac{1}{3} \end{bmatrix} Perform the matrix multiplication: A=[(λ)(1)+(0)(0)(λ)(23)+(0)(13)(0)(1)+(λ)(0)(0)(23)+(λ)(13)]A = \begin{bmatrix} (\lambda)(1) + (0)(0) & (\lambda)(-\frac{2}{3}) + (0)(\frac{1}{3}) \\ (0)(1) + (\lambda)(0) & (0)(-\frac{2}{3}) + (\lambda)(\frac{1}{3}) \end{bmatrix} A=[λ23λ013λ]A = \begin{bmatrix} \lambda & -\frac{2}{3}\lambda \\ 0 & \frac{1}{3}\lambda \end{bmatrix} This is our matrix AA in terms of λ\lambda.

3. Using the Determinant Condition to Find λ\lambda

We are given that 3A=108|3A| = 108. Since AA is a 2x2 matrix, we use the property kA=knA|kA| = k^n |A| where n=2n=2. So, 3A=32A=9A|3A| = 3^2 |A| = 9|A|. Therefore, 9A=1089|A| = 108. Dividing by 9, we get A=1089=12|A| = \frac{108}{9} = 12.

Now, let's calculate the determinant of our matrix A=[λ23λ013λ]A = \begin{bmatrix} \lambda & -\frac{2}{3}\lambda \\ 0 & \frac{1}{3}\lambda \end{bmatrix}: A=(λ)(13λ)(23λ)(0)|A| = (\lambda)\left(\frac{1}{3}\lambda\right) - \left(-\frac{2}{3}\lambda\right)(0) A=13λ20|A| = \frac{1}{3}\lambda^2 - 0 A=13λ2|A| = \frac{1}{3}\lambda^2

Equating this to the value we found for A|A|: 13λ2=12\frac{1}{3}\lambda^2 = 12 Multiply both sides by 3: λ2=36\lambda^2 = 36 Taking the square root: λ=±6\lambda = \pm 6 We have two possible values for λ\lambda. We must check both.

4. Calculating A2A^2 for each value of λ\lambda

Case 1: λ=6\lambda = 6 Substitute λ=6\lambda = 6 into the expression for AA: A=[623(6)013(6)]=[6402]A = \begin{bmatrix} 6 & -\frac{2}{3}(6) \\ 0 & \frac{1}{3}(6) \end{bmatrix} = \begin{bmatrix} 6 & -4 \\ 0 & 2 \end{bmatrix} Now, calculate A2=AAA^2 = A \cdot A: A2=[6402][6402]A^2 = \begin{bmatrix} 6 & -4 \\ 0 & 2 \end{bmatrix} \cdot \begin{bmatrix} 6 & -4 \\ 0 & 2 \end{bmatrix} A2=[(6)(6)+(4)(0)(6)(4)+(4)(2)(0)(6)+(2)(0)(0)(4)+(2)(2)]A^2 = \begin{bmatrix} (6)(6) + (-4)(0) & (6)(-4) + (-4)(2) \\ (0)(6) + (2)(0) & (0)(-4) + (2)(2) \end{bmatrix} A2=[36+02480+00+4]A^2 = \begin{bmatrix} 36 + 0 & -24 - 8 \\ 0 + 0 & 0 + 4 \end{bmatrix} A2=[363204]A^2 = \begin{bmatrix} 36 & -32 \\ 0 & 4 \end{bmatrix}

Case 2: λ=6\lambda = -6 Substitute λ=6\lambda = -6 into the expression for AA: A=[623(6)013(6)]=[6402]A = \begin{bmatrix} -6 & -\frac{2}{3}(-6) \\ 0 & \frac{1}{3}(-6) \end{bmatrix} = \begin{bmatrix} -6 & 4 \\ 0 & -2 \end{bmatrix} Now, calculate A2=AAA^2 = A \cdot A: A2=[6402][6402]A^2 = \begin{bmatrix} -6 & 4 \\ 0 & -2 \end{bmatrix} \cdot \begin{bmatrix} -6 & 4 \\ 0 & -2 \end{bmatrix} A2=[(6)(6)+(4)(0)(6)(4)+(4)(2)(0)(6)+(2)(0)(0)(4)+(2)(2)]A^2 = \begin{bmatrix} (-6)(-6) + (4)(0) & (-6)(4) + (4)(-2) \\ (0)(-6) + (-2)(0) & (0)(4) + (-2)(-2) \end{bmatrix} A2=[36+02480+00+4]A^2 = \begin{bmatrix} 36 + 0 & -24 - 8 \\ 0 + 0 & 0 + 4 \end{bmatrix} A2=[363204]A^2 = \begin{bmatrix} 36 & -32 \\ 0 & 4 \end{bmatrix}

Both values of λ\lambda yield the same A2A^2.

5. Final Answer

The matrix A2A^2 is [363204]\begin{bmatrix} 36 & -32 \\ 0 & 4 \end{bmatrix}.


Tips and Common Mistakes:

  • Understanding Matrix Types: Be clear on the definitions of diagonal, scalar, and identity matrices. A scalar matrix is a special case of a diagonal matrix, and an identity matrix is a special case of a scalar matrix (where λ=1\lambda=1).
  • Matrix Inverse Formula: Memorize the formula for the inverse of a 2x2 matrix and be careful with the signs.
  • Determinant Property kA|kA|: This is a crucial property for competitive exams. Remember that kA=knA|kA| = k^n |A| where nn is the order of the matrix. A common mistake is to write kA=kA|kA| = k|A|.
  • Solving for λ\lambda: When you have λ2=constant\lambda^2 = \text{constant}, always remember to consider both positive and negative roots (e.g., λ=±6\lambda = \pm 6). Sometimes, both roots lead to the same final answer, but not always.
  • Matrix Multiplication: Pay close attention to the order of multiplication (ABBAAB \neq BA in general) and the dot product calculation for each element.

Summary/Key Takeaway: This problem effectively tests your understanding of matrix definitions (scalar matrix), matrix operations (multiplication, inverse), and determinant properties. The key steps involved setting up the matrix equation, finding the inverse of a matrix, applying the determinant property kA=knA|kA|=k^n|A|, solving for the unknown scalar, and finally performing matrix multiplication to find A2A^2. It's important to be thorough and check all possible solutions for the unknown scalar.

The final answer is (A) \left[ {\matrix{ 36 & { - 32} \cr 0 & {4} \cr } } \right].

Practice More Matrices & Determinants Questions

View All Questions