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

Question

If PP is a 3×33 \times 3 real matrix such that PT=aP+(a1)IP^T=a P+(a-1) I, where a>1a>1, then :

Options

Solution

Key Concepts and Formulas

Before we dive into the solution, let's review some fundamental properties of matrices that are essential for solving this problem:

  1. Transpose Properties: For matrices AA and BB of the same order, and a scalar kk:

    • (A+B)T=AT+BT(A+B)^T = A^T + B^T (Transpose of a sum is the sum of transposes)
    • (kA)T=kAT(kA)^T = k A^T (Transpose of a scalar multiple is the scalar multiple of the transpose)
    • (AT)T=A(A^T)^T = A (Transpose of a transpose is the original matrix)
    • IT=II^T = I (The identity matrix is symmetric)
  2. Determinant Properties: For an n×nn \times n matrix AA and a scalar kk:

    • kA=knA|kA| = k^n |A| (Determinant of a scalar multiple)
    • Adj(A)=An1|Adj(A)| = |A|^{n-1} (Determinant of the Adjoint matrix)

These properties will be instrumental in simplifying the given matrix equation and ultimately finding the required determinant.


Step-by-Step Solution

We are given a 3×33 \times 3 real matrix PP that satisfies the equation: PT=aP+(a1)I(Equation 1)P^T = aP + (a-1)I \quad \text{(Equation 1)} where a>1a>1 and II is the 3×33 \times 3 identity matrix. Our goal is to determine the value of Adj(P)|Adj(P)|. To achieve this, we first need to find the matrix PP itself, or at least its determinant P|P|.

Step 1: Apply the Transpose Operation to the Given Equation To establish another relationship between PP and PTP^T, a common strategy in matrix problems is to take the transpose of the given equation. This often helps in creating a system of equations that can be solved for PP.

Taking the transpose of both sides of Equation 1: (PT)T=(aP+(a1)I)T(P^T)^T = (aP + (a-1)I)^T Now, we apply the transpose properties listed above:

  • (PT)T=P(P^T)^T = P
  • (aP+(a1)I)T=(aP)T+((a1)I)T(aP + (a-1)I)^T = (aP)^T + ((a-1)I)^T (using (A+B)T=AT+BT(A+B)^T = A^T + B^T)
  • (aP)T=aPT(aP)^T = aP^T (using (kA)T=kAT(kA)^T = k A^T)
  • ((a1)I)T=(a1)IT=(a1)I((a-1)I)^T = (a-1)I^T = (a-1)I (using (kA)T=kAT(kA)^T = k A^T and IT=II^T = I)

Substituting these back, we get: P=aPT+(a1)I(Equation 2)P = aP^T + (a-1)I \quad \text{(Equation 2)}

Step 2: Eliminate PTP^T to Solve for PP We now have two equations involving PP and PTP^T. We can eliminate PTP^T by substituting Equation 1 into Equation 2. This will give us an equation solely in terms of PP, which we can then solve.

Substitute PT=aP+(a1)IP^T = aP + (a-1)I (from Equation 1) into Equation 2: P=a(aP+(a1)I)+(a1)IP = a(aP + (a-1)I) + (a-1)I

Step 3: Simplify the Equation and Determine PP Now, we perform algebraic simplification to isolate PP: P=a2P+a(a1)I+(a1)IP = a^2 P + a(a-1)I + (a-1)I Factor out (a1)I(a-1)I from the last two terms: P=a2P+(a(a1)+(a1))IP = a^2 P + (a(a-1) + (a-1))I P=a2P+(a1)(a+1)IP = a^2 P + (a-1)(a+1)I P=a2P+(a21)IP = a^2 P + (a^2-1)I Gather all terms involving PP on one side: Pa2P=(a21)IP - a^2 P = (a^2-1)I Factor out PP: (1a2)P=(a21)I(1-a^2)P = (a^2-1)I We can rewrite (1a2)(1-a^2) as (a21)-(a^2-1): (a21)P=(a21)I-(a^2-1)P = (a^2-1)I Since we are given that a>1a>1, it implies a2>1a^2 > 1, and therefore a210a^2-1 \neq 0. This allows us to safely divide both sides by (a21)(a^2-1): P=I-P = I Multiplying by 1-1, we find: P=IP = -I So, PP is the negative of the 3×33 \times 3 identity matrix.

Step 4: Calculate the Determinant of PP To find Adj(P)|Adj(P)|, we first need the determinant of PP. P=I|P| = |-I| For an n×nn \times n matrix AA and a scalar kk, we know kA=knA|kA| = k^n|A|. Here, k=1k=-1 and PP is a 3×33 \times 3 matrix, so n=3n=3. P=(1)3I|P| = (-1)^3 |I| Since the determinant of the identity matrix I|I| is 11: P=(1)×1|P| = (-1) \times 1 P=1|P| = -1

Step 5: Calculate the Determinant of the Adjoint of PP Finally, we use the property that for an n×nn \times n matrix AA, the determinant of its adjoint is given by Adj(A)=An1|Adj(A)| = |A|^{n-1}. For our matrix PP, which is 3×33 \times 3 (so n=3n=3): Adj(P)=P31|Adj(P)| = |P|^{3-1} Adj(P)=P2|Adj(P)| = |P|^2 Substitute the value of P=1|P| = -1 that we just calculated: Adj(P)=(1)2|Adj(P)| = (-1)^2 Adj(P)=1|Adj(P)| = 1

Step 6: Compare with the Options The calculated value Adj(P)=1|Adj(P)| = 1 matches option (A).


Alternative Method (Element-wise Comparison)

While matrix algebra is generally more efficient, one could also solve this by equating individual elements. Let P=[pij]P = [p_{ij}]. Then PT=[pji]P^T = [p_{ji}]. The given equation PT=aP+(a1)IP^T = aP + (a-1)I can be written in terms of elements as: pji=apij+(a1)δijp_{ji} = a p_{ij} + (a-1)\delta_{ij}, where δij\delta_{ij} is the Kronecker delta (1 if i=ji=j, 0 if iji \neq j).

  1. For diagonal elements (i=ji=j): pii=apii+(a1)δiip_{ii} = a p_{ii} + (a-1)\delta_{ii} Since δii=1\delta_{ii} = 1: pii=apii+(a1)p_{ii} = a p_{ii} + (a-1) piiapii=a1p_{ii} - a p_{ii} = a-1 pii(1a)=a1p_{ii}(1-a) = a-1 Since a>1a>1, 1a01-a \neq 0, so we can divide by (1a)(1-a): pii=a11a=1p_{ii} = \frac{a-1}{1-a} = -1 Thus, all diagonal elements of PP are 1-1.

  2. For off-diagonal elements (iji \neq j): pji=apij+(a1)δijp_{ji} = a p_{ij} + (a-1)\delta_{ij} Since δij=0\delta_{ij} = 0 for iji \neq j: pji=apijp_{ji} = a p_{ij}

    Now, consider the transposed equation P=aPT+(a1)IP = aP^T + (a-1)I. In element form for iji \neq j: pij=apjip_{ij} = a p_{ji}

    Substitute pji=apijp_{ji} = a p_{ij} into pij=apjip_{ij} = a p_{ji}: pij=a(apij)p_{ij} = a(a p_{ij}) pij=a2pijp_{ij} = a^2 p_{ij} pija2pij=0p_{ij} - a^2 p_{ij} = 0 pij(1a2)=0p_{ij}(1-a^2) = 0 Since a>1a>1, a2>1a^2 > 1, so 1a201-a^2 \neq 0. Therefore, pij=0p_{ij} = 0 for all iji \neq j.

Combining these results, P=(100010001)=IP = \begin{pmatrix} -1 & 0 & 0 \\ 0 & -1 & 0 \\ 0 & 0 & -1 \end{pmatrix} = -I. The subsequent steps to calculate P|P| and Adj(P)|Adj(P)| remain the same as in the main solution.


Tips and Common Mistakes

  • Prioritize Matrix Algebra: For problems involving matrix equations, it is almost always more efficient and less prone to errors to use matrix algebra properties (like transposing an entire equation) rather than comparing elements individually. The element-wise method can be tedious and increases the chance of minor calculation errors, especially with larger matrices.
  • Master Transpose Properties: Ensure you correctly apply the properties of transpose, especially (A+B)T=AT+BT(A+B)^T = A^T+B^T, (kA)T=kAT(kA)^T=kA^T, and (AT)T=A(A^T)^T = A. Remember that IT=II^T=I.
  • Recall Determinant Properties: The formulas kA=knA|kA| = k^n|A| and Adj(A)=An1|Adj(A)| = |A|^{n-1} are fundamental for matrices and frequently appear in competitive exams. Memorizing and understanding their application can save significant time.
  • Leverage Conditions: The condition a>1a>1 is crucial. It ensures that expressions like (1a)(1-a) and (a21)(a^2-1) are non-zero, allowing you to divide by them without worrying about undefined operations. Always pay attention to such conditions provided in the problem.
  • Don't Rush Simplification: Take your time with algebraic simplification steps. A small error in distributing or grouping terms can lead to a completely wrong result.

Summary and Key Takeaway

This problem demonstrates a classic approach to solving matrix equations involving transposes. By applying the transpose operation to the given equation, we created a system of two equations. Eliminating PTP^T allowed us to solve for PP in terms of the identity matrix. Once PP was found, its determinant P|P| was easily calculated, which then enabled us to find Adj(P)|Adj(P)| using the standard formula. The key takeaway is the power of matrix algebra and the importance of knowing fundamental matrix and determinant properties.

Practice More Matrices & Determinants Questions

View All Questions