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

Question

Let A = \left[ {\matrix{ 2 & 3 \cr a & 0 \cr } } \right], a\inR be written as P + Q where P is a symmetric matrix and Q is skew symmetric matrix. If det(Q) = 9, then the modulus of the sum of all possible values of determinant of P is equal to :

Options

Solution

1. Key Concepts and Formulas

  • Matrix Transpose (ATA^T): The transpose of a matrix AA is obtained by interchanging its rows and columns.
  • Symmetric Matrix: A square matrix PP is symmetric if it is equal to its transpose, i.e., PT=PP^T = P.
  • Skew-Symmetric Matrix: A square matrix QQ is skew-symmetric if it is equal to the negative of its transpose, i.e., QT=QQ^T = -Q. For a 2×22 \times 2 skew-symmetric matrix, its diagonal elements must be zero, and Q12=Q21Q_{12} = -Q_{21}.
  • Matrix Decomposition: Any square matrix AA can be uniquely expressed as the sum of a symmetric matrix PP and a skew-symmetric matrix QQ. The formulas for PP and QQ are:
    • Symmetric part: P=12(A+AT)P = \frac{1}{2}(A + A^T)
    • Skew-symmetric part: Q=12(AAT)Q = \frac{1}{2}(A - A^T)
  • Determinant of a 2×22 \times 2 Matrix: For a matrix [pqrs]\begin{bmatrix} p & q \\ r & s \end{bmatrix}, its determinant is det=psqr\det = ps - qr.

2. Step-by-Step Solution

Step 1: Identify the given matrix and its transpose. We are given the matrix AA: A=[23a0]A = \begin{bmatrix} 2 & 3 \\ a & 0 \end{bmatrix} To find the symmetric and skew-symmetric components, we first need to determine the transpose of AA, denoted as ATA^T. We obtain ATA^T by swapping the rows and columns of AA. AT=[2a30]A^T = \begin{bmatrix} 2 & a \\ 3 & 0 \end{bmatrix} This step is fundamental as ATA^T is used in the formulas for both PP and QQ.

Step 2: Formulate the skew-symmetric matrix QQ. According to the key concepts, the skew-symmetric part QQ is given by the formula Q=12(AAT)Q = \frac{1}{2}(A - A^T). We need to find QQ because its determinant is provided in the problem statement. First, calculate the difference AATA - A^T: AAT=[23a0][2a30]=[223aa300]=[03aa30]A - A^T = \begin{bmatrix} 2 & 3 \\ a & 0 \end{bmatrix} - \begin{bmatrix} 2 & a \\ 3 & 0 \end{bmatrix} = \begin{bmatrix} 2-2 & 3-a \\ a-3 & 0-0 \end{bmatrix} = \begin{bmatrix} 0 & 3-a \\ a-3 & 0 \end{bmatrix} Now, multiply by 12\frac{1}{2} to get QQ: Q=12[03aa30]=[03a2a320]Q = \frac{1}{2} \begin{bmatrix} 0 & 3-a \\ a-3 & 0 \end{bmatrix} = \begin{bmatrix} 0 & \frac{3-a}{2} \\ \frac{a-3}{2} & 0 \end{bmatrix} We can verify that QQ is indeed skew-symmetric, as its diagonal elements are zero and Q12=Q21Q_{12} = -Q_{21} (since 3a2=a32\frac{3-a}{2} = -\frac{a-3}{2}).

Step 3: Use the given determinant of QQ to find the possible values of aa. We are given that det(Q)=9\det(Q) = 9. We will use the 2×22 \times 2 determinant formula to calculate det(Q)\det(Q) and then equate it to 9. For Q=[03a2a320]Q = \begin{bmatrix} 0 & \frac{3-a}{2} \\ \frac{a-3}{2} & 0 \end{bmatrix}, the determinant is: det(Q)=(0)(0)(3a2)(a32)\det(Q) = (0)(0) - \left(\frac{3-a}{2}\right)\left(\frac{a-3}{2}\right) det(Q)=(3a)(a3)4\det(Q) = - \frac{(3-a)(a-3)}{4} Since (3a)=(a3)(3-a) = -(a-3), we can rewrite the expression as: det(Q)=(a3)(a3)4=(a3)24\det(Q) = - \frac{-(a-3)(a-3)}{4} = \frac{(a-3)^2}{4} Now, set this equal to the given value det(Q)=9\det(Q) = 9: (a3)24=9\frac{(a-3)^2}{4} = 9 Multiply both sides by 4: (a3)2=36(a-3)^2 = 36 Take the square root of both sides. It's crucial to remember both positive and negative roots: a3=±36a-3 = \pm \sqrt{36} a3=±6a-3 = \pm 6 This yields two possible values for aa:

  • Case 1: a3=6    a=6+3=9a-3 = 6 \implies a = 6+3 = 9
  • Case 2: a3=6    a=6+3=3a-3 = -6 \implies a = -6+3 = -3 These values of aa are critical because they will determine the specific form and determinant of matrix PP.

Step 4: Formulate the symmetric matrix PP. The symmetric part PP is given by the formula P=12(A+AT)P = \frac{1}{2}(A + A^T). We need to find PP to calculate its determinant as required by the question. First, calculate the sum A+ATA + A^T: A+AT=[23a0]+[2a30]=[2+23+aa+30+0]=[43+aa+30]A + A^T = \begin{bmatrix} 2 & 3 \\ a & 0 \end{bmatrix} + \begin{bmatrix} 2 & a \\ 3 & 0 \end{bmatrix} = \begin{bmatrix} 2+2 & 3+a \\ a+3 & 0+0 \end{bmatrix} = \begin{bmatrix} 4 & 3+a \\ a+3 & 0 \end{bmatrix} Now, multiply by 12\frac{1}{2} to get PP: P=12[43+aa+30]=[2a+32a+320]P = \frac{1}{2} \begin{bmatrix} 4 & 3+a \\ a+3 & 0 \end{bmatrix} = \begin{bmatrix} 2 & \frac{a+3}{2} \\ \frac{a+3}{2} & 0 \end{bmatrix} We can verify that PP is indeed symmetric, as P12=P21P_{12} = P_{21}.

Step 5: Calculate the determinant of PP for each possible value of aa. The determinant of PP is calculated using the 2×22 \times 2 determinant formula: det(P)=(2)(0)(a+32)(a+32)=0(a+3)24=(a+3)24\det(P) = (2)(0) - \left(\frac{a+3}{2}\right)\left(\frac{a+3}{2}\right) = 0 - \frac{(a+3)^2}{4} = - \frac{(a+3)^2}{4} Now, we evaluate det(P)\det(P) for each of the possible values of aa found in Step 3:

  • For a=9a = 9: Substitute a=9a=9 into the expression for det(P)\det(P): det(P1)=(9+3)24=(12)24=1444=36\det(P_1) = - \frac{(9+3)^2}{4} = - \frac{(12)^2}{4} = - \frac{144}{4} = -36

  • For a=3a = -3: Substitute a=3a=-3 into the expression for det(P)\det(P): det(P2)=(3+3)24=(0)24=0\det(P_2) = - \frac{(-3+3)^2}{4} = - \frac{(0)^2}{4} = 0 These are the two possible values for the determinant of PP.

Step 6: Find the modulus of the sum of all possible values of det(P)\det(P). The problem asks for the modulus of the sum of all possible values of det(P)\det(P). The possible values for det(P)\det(P) are 36-36 and 00. First, calculate their sum: S=36+0=36S = -36 + 0 = -36 Next, find the modulus of this sum: S=36=36|S| = |-36| = 36

3. Common Mistakes & Tips

  • Algebraic Precision: Be extremely careful with arithmetic, especially when dealing with squares and square roots. Forgetting the ±\pm in 36\sqrt{36} is a common error that leads to missing a possible value for aa.
  • Definition Check: Always quickly verify if the matrices PP and QQ you've calculated indeed satisfy the symmetric (PT=PP^T=P) and skew-symmetric (QT=QQ^T=-Q) properties, respectively. This can catch calculation errors early.
  • Read the Question Carefully: Distinguish between "sum of moduli" and "modulus of the sum". The question explicitly asks for the latter.
  • Determinant Formula: Ensure correct application of the determinant formula for 2×22 \times 2 matrices.

4. Summary

This problem required us to apply the fundamental concept of decomposing a square matrix into its unique symmetric and skew-symmetric parts. We first calculated the skew-symmetric matrix QQ using the given matrix AA and its transpose. By utilizing the provided determinant of QQ, we solved for the unknown parameter aa, which yielded two possible values. Subsequently, we formulated the symmetric matrix PP and calculated its determinant for each of the possible values of aa. Finally, we summed these determinant values and took the modulus of the sum to arrive at the required answer. The process highlights the importance of systematic application of matrix properties and careful algebraic manipulation.

5. Final Answer

The modulus of the sum of all possible values of determinant of P is 36. The final answer is 36\boxed{\text{36}}, which corresponds to option (A).

Practice More Matrices & Determinants Questions

View All Questions