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

Question

Let A=I22MMTA=I_2-2 M M^T, where MM is a real matrix of order 2×12 \times 1 such that the relation MTM=I1M^T M=I_1 holds. If λ\lambda is a real number such that the relation AX=λXA X=\lambda X holds for some non-zero real matrix XX of order 2×12 \times 1, then the sum of squares of all possible values of λ\lambda is equal to __________.

Answer: 2

Solution

Key Concept: Eigenvalues and Properties of Special Matrices

This problem primarily revolves around the concept of eigenvalues and eigenvectors. For a given square matrix AA, if AX=λXA X = \lambda X holds for some non-zero vector XX and scalar λ\lambda, then λ\lambda is called an eigenvalue of AA and XX is its corresponding eigenvector. The problem also requires us to analyze the properties of the given matrix AA by calculating its square, A2A^2, which will reveal that AA is an involutory matrix. An involutory matrix is a square matrix that is its own inverse, meaning A2=IA^2 = I.


1. Understanding the Given Information

We are given:

  • A=I22MMTA = I_2 - 2 M M^T, where I2I_2 is the 2×22 \times 2 identity matrix.
  • MM is a real matrix of order 2×12 \times 1 (a column vector). Let M=(m1m2)M = \begin{pmatrix} m_1 \\ m_2 \end{pmatrix}.
  • The relation MTM=I1M^T M = I_1 holds. I1I_1 is the 1×11 \times 1 identity matrix, which is simply the scalar 11.
  • λ\lambda is a real number such that AX=λXA X = \lambda X for some non-zero real matrix XX of order 2×12 \times 1 (an eigenvector).

Let's first interpret the condition MTM=I1M^T M = I_1. If M=(m1m2)M = \begin{pmatrix} m_1 \\ m_2 \end{pmatrix}, then MT=(m1m2)M^T = \begin{pmatrix} m_1 & m_2 \end{pmatrix}. So, MTM=(m1m2)(m1m2)=[m12+m22]M^T M = \begin{pmatrix} m_1 & m_2 \end{pmatrix} \begin{pmatrix} m_1 \\ m_2 \end{pmatrix} = [m_1^2 + m_2^2]. The condition MTM=I1M^T M = I_1 means [m12+m22]=[1][m_1^2 + m_2^2] = [1], which implies m12+m22=1m_1^2 + m_2^2 = 1. This tells us that MM is a unit vector.

Now, let's look at the product MMTM M^T: MMT=(m1m2)(m1m2)=(m12m1m2m2m1m22)M M^T = \begin{pmatrix} m_1 \\ m_2 \end{pmatrix} \begin{pmatrix} m_1 & m_2 \end{pmatrix} = \begin{pmatrix} m_1^2 & m_1 m_2 \\ m_2 m_1 & m_2^2 \end{pmatrix}. This is a 2×22 \times 2 matrix. It's important to note the difference in dimensions and type of matrix for MTMM^T M (a scalar) and MMTM M^T (a 2×22 \times 2 matrix).


2. Step-by-Step Working

Step 2.1: Analyze the properties of MMTM M^T Let P=MMTP = M M^T. We want to see how PP behaves when multiplied by itself. P2=(MMT)(MMT)P^2 = (M M^T)(M M^T) Using the associativity of matrix multiplication, we can group terms: P2=M(MTM)MTP^2 = M (M^T M) M^T We know from the given information that MTM=I1=[1]M^T M = I_1 = [1]. When a 1×11 \times 1 matrix (a scalar) is multiplied with other matrices, it behaves like a scalar multiplication. P2=M(1)MTP^2 = M (1) M^T P2=MMTP^2 = M M^T So, P2=PP^2 = P. This means the matrix P=MMTP = M M^T is an idempotent matrix. Specifically, it's a projection matrix onto the subspace spanned by MM.

Step 2.2: Calculate A2A^2 The matrix AA is given by A=I22MMTA = I_2 - 2 M M^T. We need to find A2A^2 to understand its fundamental properties. A2=(I22MMT)(I22MMT)A^2 = (I_2 - 2 M M^T)(I_2 - 2 M M^T) This is a standard algebraic expansion for matrices, similar to (ab)2=a22ab+b2(a-b)^2 = a^2 - 2ab + b^2, but we must maintain matrix multiplication order. A2=I2I2I2(2MMT)(2MMT)I2+(2MMT)(2MMT)A^2 = I_2 \cdot I_2 - I_2 (2 M M^T) - (2 M M^T) I_2 + (2 M M^T)(2 M M^T) Since I2I_2 is the identity matrix, I2X=XI2=XI_2 \cdot X = X \cdot I_2 = X for any matrix XX of compatible dimensions. A2=I22MMT2MMT+4(MMT)(MMT)A^2 = I_2 - 2 M M^T - 2 M M^T + 4 (M M^T)(M M^T) A2=I24MMT+4(MMT)2A^2 = I_2 - 4 M M^T + 4 (M M^T)^2 Now, substitute the result from Step 2.1, (MMT)2=MMT(M M^T)^2 = M M^T: A2=I24MMT+4(MMT)A^2 = I_2 - 4 M M^T + 4 (M M^T) A2=I2A^2 = I_2 This result is significant! It means AA is an involutory matrix.

Step 2.3: Find the possible values of λ\lambda We are given the eigenvalue relation AX=λXA X = \lambda X, where XX is a non-zero vector. To find λ\lambda, we can use the property A2=I2A^2 = I_2. Multiply the eigenvalue equation by AA from the left: A(AX)=A(λX)A (A X) = A (\lambda X) A2X=λ(AX)A^2 X = \lambda (A X) Now, substitute A2=I2A^2 = I_2 on the left side: I2X=λ(AX)I_2 X = \lambda (A X) And substitute AX=λXA X = \lambda X again on the right side: X=λ(λX)X = \lambda (\lambda X) X=λ2XX = \lambda^2 X Rearrange the equation: Xλ2X=0X - \lambda^2 X = 0 (1λ2)X=0(1 - \lambda^2) X = 0 Since XX is a non-zero matrix (vector), for the product (1λ2)X(1 - \lambda^2) X to be zero, the scalar factor (1λ2)(1 - \lambda^2) must be zero. 1λ2=01 - \lambda^2 = 0 λ2=1\lambda^2 = 1 This gives us two possible values for λ\lambda: λ=±1\lambda = \pm 1 So, the possible real values of λ\lambda are 11 and 1-1.

Step 2.4: Calculate the sum of squares of all possible values of λ\lambda The possible values of λ\lambda are 11 and 1-1. The sum of squares of these values is: (1)2+(1)2=1+1=2(1)^2 + (-1)^2 = 1 + 1 = 2


3. Tips for Success & Common Pitfalls

  • Matrix Dimensions: Always pay attention to the dimensions of matrices. MM is 2×12 \times 1, MTM^T is 1×21 \times 2. Thus, MTMM^T M is 1×11 \times 1 (a scalar), while MMTM M^T is 2×22 \times 2. This distinction is crucial.
  • Matrix Multiplication Order: Matrix multiplication is not commutative (ABBAAB \neq BA in general). Maintain the correct order of matrices when expanding products like (I2P)2(I - 2P)^2.
  • Recognizing Special Matrices: Identifying that MMTM M^T is an idempotent matrix (P2=PP^2=P) simplifies the calculation of A2A^2 significantly. Similarly, recognizing A2=IA^2=I means AA is an involutory matrix, which has direct implications for its eigenvalues.
  • Eigenvalue Definition: The relation AX=λXAX = \lambda X is the fundamental definition. Understanding how to manipulate this equation by multiplying by AA again is a common technique to find relationships between λ\lambda and properties of AA.
  • Non-zero Vector XX: The condition that XX is a non-zero vector is critical for concluding that 1λ2=01 - \lambda^2 = 0. If XX could be the zero vector, then X=λ2XX = \lambda^2 X would hold trivially for any λ\lambda.

4. Summary/Key Takeaway

The problem demonstrates how properties of a matrix (A2=I2A^2 = I_2) directly influence its eigenvalues. By carefully calculating A2A^2 and utilizing the given condition MTM=I1M^T M = I_1, we found that AA is an involutory matrix. For any involutory matrix AA, its eigenvalues must satisfy λ2=1\lambda^2 = 1, leading to λ=±1\lambda = \pm 1. The sum of squares of these possible eigenvalues is 12+(1)2=21^2 + (-1)^2 = 2. This approach avoids directly solving the characteristic equation det(AλI)=0\det(A - \lambda I) = 0, which would be more complex.

The final answer is 2\boxed{2}.

Practice More Matrices & Determinants Questions

View All Questions