JEE Challenger
More from Matrices

Absolute Value of Sum of Diagonal Elements of Matrix Equation

Consider the matrices A=2242A = \begin{array}{cc} 2 & -2 \\ 4 & -2 \end{array} and B=3913B = \begin{array}{cc} 3 & 9 \\ 1 & 3 \end{array}. If matrices PP and QQ are such that PA=BPA = B and AQ=BAQ = B, then the absolute value of the sum of the diagonal elements of 2(P+Q)2(P + Q) is ________.

Official Numerical Answer34

Topics & Concepts

MatricesMatrices

Step-by-Step Solution

To find the absolute value of the sum of the diagonal elements (trace) of 2(P+Q)2(P + Q), we start by finding the inverse of matrix AA.

The given matrices are: A=[2242],B=[3913]A = \begin{bmatrix} 2 & -2 \\ 4 & -2 \end{bmatrix}, \quad B = \begin{bmatrix} 3 & 9 \\ 1 & 3 \end{bmatrix}

Step 1: Find the inverse of matrix AA

The determinant of AA is: det(A)=(2)(2)(2)(4)=4+8=4\det(A) = (2)(-2) - (-2)(4) = -4 + 8 = 4

Since det(A)0\det(A) \neq 0, the matrix AA is invertible. The inverse A1A^{-1} is given by: A1=1det(A)adj(A)=14[2242]A^{-1} = \frac{1}{\det(A)} \operatorname{adj}(A) = \frac{1}{4} \begin{bmatrix} -2 & 2 \\ -4 & 2 \end{bmatrix}

Step 2: Express PP and QQ in terms of A1A^{-1} and BB

From the given matrix equations:

  1. PA=B    P=BA1PA = B \implies P = B A^{-1}
  2. AQ=B    Q=A1BAQ = B \implies Q = A^{-1} B

Step 3: Calculate the trace of PP and QQ

By the cyclic property of the trace function, Tr(XY)=Tr(YX)\text{Tr}(XY) = \text{Tr}(YX). Therefore: Tr(P)=Tr(BA1)=Tr(A1B)=Tr(Q)\text{Tr}(P) = \text{Tr}(B A^{-1}) = \text{Tr}(A^{-1} B) = \text{Tr}(Q)

Let's compute matrix PP: P=[3913]14[2242]P = \begin{bmatrix} 3 & 9 \\ 1 & 3 \end{bmatrix} \cdot \frac{1}{4} \begin{bmatrix} -2 & 2 \\ -4 & 2 \end{bmatrix} P=14[3(2)+9(4)3(2)+9(2)1(2)+3(4)1(2)+3(2)]=14[4224148]P = \frac{1}{4} \begin{bmatrix} 3(-2) + 9(-4) & 3(2) + 9(2) \\ 1(-2) + 3(-4) & 1(2) + 3(2) \end{bmatrix} = \frac{1}{4} \begin{bmatrix} -42 & 24 \\ -14 & 8 \end{bmatrix}

The trace of PP is: Tr(P)=42+84=344=172\text{Tr}(P) = \frac{-42 + 8}{4} = \frac{-34}{4} = -\frac{17}{2}

Thus, we also have: Tr(Q)=172\text{Tr}(Q) = -\frac{17}{2}

Step 4: Find the sum of diagonal elements of 2(P+Q)2(P + Q) and its absolute value

Using the linearity property of the trace operator: Tr(2(P+Q))=2[Tr(P)+Tr(Q)]\text{Tr}(2(P + Q)) = 2 \left[ \text{Tr}(P) + \text{Tr}(Q) \right] Tr(2(P+Q))=2(172172)=2(17)=34\text{Tr}(2(P + Q)) = 2 \left( -\frac{17}{2} - \frac{17}{2} \right) = 2 (-17) = -34

Taking the absolute value: Tr(2(P+Q))=34=34|\text{Tr}(2(P + Q))| = |-34| = 34

Absolute Value of Sum of Diagonal Elements of Matrix Equation | Mathematics PYQ Solution - JEE Challenger