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

Question

Let A=[2126211332]A=\left[\begin{array}{ccc}2 & 1 & 2 \\ 6 & 2 & 11 \\ 3 & 3 & 2\end{array}\right] and P=[120502715]P=\left[\begin{array}{lll}1 & 2 & 0 \\ 5 & 0 & 2 \\ 7 & 1 & 5\end{array}\right]. The sum of the prime factors of P1AP2I\left|P^{-1} A P-2 I\right| is equal to

Options

Solution

Key Concepts and Formulas

  1. Determinant of a Product: For any square matrices X,Y,ZX, Y, Z of the same order, the determinant of their product is the product of their determinants: det(XYZ)=det(X)det(Y)det(Z)\det(XYZ) = \det(X) \det(Y) \det(Z)
  2. Determinant of an Inverse: If PP is an invertible matrix, then the determinant of its inverse is the reciprocal of its determinant: det(P1)=1det(P)\det(P^{-1}) = \frac{1}{\det(P)}
  3. Identity Matrix Property: For any invertible square matrix PP of order nn, its inverse P1P^{-1} satisfies P1P=InP^{-1}P = I_n, where InI_n is the n×nn \times n identity matrix. This allows us to strategically replace II with P1PP^{-1}P for factorization.
  4. Determinant of Similar Matrices: A direct consequence of the above properties is that for any square matrix BB and an invertible matrix PP of the same order, det(P1BP)=det(B)\det(P^{-1}BP) = \det(B). This is a powerful simplification that avoids calculating PP or P1P^{-1}.

Step-by-Step Solution

We need to find the sum of the prime factors of P1AP2I\left|P^{-1} A P-2 I\right|.

Step 1: Simplify the Determinant Expression P1AP2I\left|P^{-1} A P-2 I\right|

Our first and most crucial step is to simplify the expression inside the determinant using the properties outlined above. This avoids the tedious and error-prone direct computation of P1P^{-1}, P1APP^{-1}AP, and subsequent matrix operations. We start with the given expression: P1AP2I\left|P^{-1} A P-2 I\right| We use the identity matrix property I=P1PI = P^{-1}P. By substituting P1PP^{-1}P for II, we prepare the expression for factoring: P1AP2(P1P)\left|P^{-1} A P-2 (P^{-1}P)\right| Next, we factor out P1P^{-1} from the left and PP from the right using the distributive property of matrix multiplication. This is similar to factoring xaxb=x(ab)xa - xb = x(a-b) and ayby=(ab)yay - by = (a-b)y in scalar algebra. P1(A2I)P\left|P^{-1}(A-2I)P\right| Now, we apply the determinant of a product rule, det(XYZ)=det(X)det(Y)det(Z)\det(XYZ) = \det(X)\det(Y)\det(Z): P1A2IP\left|P^{-1}\right| \left|A-2I\right| \left|P\right| Using the property P1=1P\left|P^{-1}\right| = \frac{1}{|P|} (which is valid because PP is an invertible matrix, so its determinant P|P| is non-zero): 1PA2IP\frac{1}{|P|} \left|A-2I\right| |P| Since P|P| is a scalar value, we can cancel it from the numerator and denominator: A2I\left|A-2I\right| This crucial simplification means that the specific matrix PP is irrelevant to the final determinant value. We only need to calculate the determinant of A2IA-2I.

Step 2: Calculate the Matrix A2IA-2I}

Now we substitute the given matrix AA and the identity matrix II (of order 3, since AA is 3×33 \times 3). Given: A=[2126211332]A=\left[\begin{array}{ccc}2 & 1 & 2 \\ 6 & 2 & 11 \\ 3 & 3 & 2\end{array}\right] The 3×33 \times 3 identity matrix II is: I=[100010001]I=\left[\begin{array}{ccc}1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1\end{array}\right] First, we calculate 2I2I by multiplying each element of II by the scalar 2: 2I=2[100010001]=[200020002]2I = 2 \left[\begin{array}{ccc}1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1\end{array}\right] = \left[\begin{array}{ccc}2 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 2\end{array}\right] Next, we subtract 2I2I from AA by subtracting their corresponding elements: A2I=[2126211332][200020002]A-2I = \left[\begin{array}{ccc}2 & 1 & 2 \\ 6 & 2 & 11 \\ 3 & 3 & 2\end{array}\right] - \left[\begin{array}{ccc}2 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 2\end{array}\right] A2I=[2210206022110303022]A-2I = \left[\begin{array}{ccc}2-2 & 1-0 & 2-0 \\ 6-0 & 2-2 & 11-0 \\ 3-0 & 3-0 & 2-2\end{array}\right] A2I=[0126011330]A-2I = \left[\begin{array}{ccc}0 & 1 & 2 \\ 6 & 0 & 11 \\ 3 & 3 & 0\end{array}\right]

Step 3: Calculate the Determinant of A2IA-2I

We now compute the determinant of the matrix obtained in Step 2: A2I=0126011330\left|A-2I\right| = \left|\begin{array}{ccc}0 & 1 & 2 \\ 6 & 0 & 11 \\ 3 & 3 & 0\end{array}\right| We use the cofactor expansion method along the first row. The pattern of signs for cofactors along the first row is +++ - +: A2I=001130161130+26033\left|A-2I\right| = 0 \cdot \left|\begin{array}{cc}0 & 11 \\ 3 & 0\end{array}\right| - 1 \cdot \left|\begin{array}{cc}6 & 11 \\ 3 & 0\end{array}\right| + 2 \cdot \left|\begin{array}{cc}6 & 0 \\ 3 & 3\end{array}\right| Now, we calculate each 2×22 \times 2 determinant:

  • 01130=(0×0)(11×3)=033=33\left|\begin{array}{cc}0 & 11 \\ 3 & 0\end{array}\right| = (0 \times 0) - (11 \times 3) = 0 - 33 = -33
  • 61130=(6×0)(11×3)=033=33\left|\begin{array}{cc}6 & 11 \\ 3 & 0\end{array}\right| = (6 \times 0) - (11 \times 3) = 0 - 33 = -33
  • 6033=(6×3)(0×3)=180=18\left|\begin{array}{cc}6 & 0 \\ 3 & 3\end{array}\right| = (6 \times 3) - (0 \times 3) = 18 - 0 = 18 Substitute these values back into the expansion: A2I=0(33)1(33)+2(18)\left|A-2I\right| = 0 \cdot (-33) - 1 \cdot (-33) + 2 \cdot (18) A2I=0+33+36\left|A-2I\right| = 0 + 33 + 36 A2I=69\left|A-2I\right| = 69

Step 4: Find the Sum of the Prime Factors of 69

The value of the determinant is 69. We need to find its unique prime factors and then sum them up. To find the prime factors of 69:

  • 69 is an odd number, so it is not divisible by 2.
  • The sum of its digits is 6+9=156+9=15, which is divisible by 3. So, 69 is divisible by 3. 69÷3=2369 \div 3 = 23.
  • Now we have the number 23. We check if 23 is a prime number. 23 is not divisible by any prime numbers less than or equal to its square root (234.8\sqrt{23} \approx 4.8, so we check 2 and 3). 23 is indeed a prime number. Thus, the unique prime factors of 69 are 3 and 23. The sum of these prime factors is 3+23=263 + 23 = 26.

Common Mistakes & Tips

  • Recognize the Structure: The expression P1BP\left|P^{-1}BP\right| (where BB is A2IA-2I in this problem) is a strong indicator that the determinant simplifies to B\left|B\right|. Always look for such structures in matrix problems, as they are common shortcuts in competitive exams like JEE.
  • Careful with Signs in Determinants: When calculating 3×33 \times 3 determinants using cofactor expansion, pay close attention to the alternating signs (+++ - + for the first row, for example). A single sign error can lead to an incorrect determinant value.
  • Prime Factorization Definition: Ensure you find all unique prime factors and sum them correctly. For instance, if a number is 12=22312 = 2^2 \cdot 3, its prime factors are 2 and 3, and their sum is 2+3=52+3=5, not 2+2+3=72+2+3=7.

Summary This problem tested the understanding of determinant properties, particularly those related to similar matrices. The key insight was simplifying the expression P1AP2I\left|P^{-1} A P-2 I\right| to A2I\left|A-2I\right| using properties of determinants and matrix inverses. After calculating A2IA-2I, its determinant was found to be 69. Finally, the unique prime factors of 69 were identified as 3 and 23, and their sum was calculated as 26.

The final answer is 26\boxed{26}, which corresponds to option (D).

Practice More Matrices & Determinants Questions

View All Questions