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

Question

Let AA be a 2×22 \times 2 real matrix and II be the identity matrix of order 2. If the roots of the equation AxI=0|\mathrm{A}-x \mathrm{I}|=0 be 1-1 and 3, then the sum of the diagonal elements of the matrix A2\mathrm{A}^2 is

Answer: 0

Solution

Here's a clear, educational, and well-structured solution to the problem.


1. Understanding the Problem: Characteristic Equation and Eigenvalues

The problem begins by stating the equation AxI=0|\mathrm{A}-x \mathrm{I}|=0. This is a fundamental concept in linear algebra known as the characteristic equation of the matrix A\mathrm{A}. The roots of this equation, denoted by xx, are called the eigenvalues of the matrix A\mathrm{A}.

For a 2×22 \times 2 matrix, there will always be two eigenvalues (which may be distinct or repeated, real or complex). We are given that these roots (eigenvalues) are 1-1 and 33. Let's denote them as λ1=1\lambda_1 = -1 and λ2=3\lambda_2 = 3.

Why is this important? Eigenvalues are intrinsic properties of a matrix that describe how it transforms vectors. Many properties of a matrix, such as its trace and determinant, are directly related to its eigenvalues without needing to know the individual elements of the matrix.

2. Key Concepts: Properties of Eigenvalues for a 2×22 \times 2 Matrix

For any 2×22 \times 2 matrix A\mathrm{A}, if its eigenvalues are λ1\lambda_1 and λ2\lambda_2, then there are two crucial properties that connect these eigenvalues to the matrix's fundamental scalar invariants:

  1. Sum of Eigenvalues = Trace of the Matrix: The trace of a matrix A\mathrm{A}, denoted as tr(A)\operatorname{tr}(\mathrm{A}), is the sum of its diagonal elements. tr(A)=λ1+λ2\operatorname{tr}(\mathrm{A}) = \lambda_1 + \lambda_2 Why? For a 2×22 \times 2 matrix A=(abcd)\mathrm{A} = \begin{pmatrix} a & b \\ c & d \end{pmatrix}, its characteristic equation is (ax)(dx)bc=0(a-x)(d-x) - bc = 0, which expands to x2(a+d)x+(adbc)=0x^2 - (a+d)x + (ad-bc) = 0. By Vieta's formulas, the sum of the roots (xx) is ((a+d))/1=a+d-( -(a+d) ) / 1 = a+d, which is the trace.

  2. Product of Eigenvalues = Determinant of the Matrix: The determinant of a matrix A\mathrm{A}, denoted as A|\mathrm{A}|, is a scalar value calculated from its elements. A=λ1λ2|\mathrm{A}| = \lambda_1 \lambda_2 Why? From the characteristic equation x2(a+d)x+(adbc)=0x^2 - (a+d)x + (ad-bc) = 0, the product of the roots (xx) is (adbc)/1(ad-bc)/1, which is the determinant of A\mathrm{A}.

These properties are extremely powerful as they allow us to find the trace and determinant of a matrix solely from its eigenvalues, without needing to know the matrix elements.

3. Step 1: Calculate Trace and Determinant of A using Given Eigenvalues

We are given the eigenvalues λ1=1\lambda_1 = -1 and λ2=3\lambda_2 = 3. Let's apply the properties discussed above:

  • Calculate the trace of A: tr(A)=λ1+λ2=(1)+3=2\operatorname{tr}(\mathrm{A}) = \lambda_1 + \lambda_2 = (-1) + 3 = 2 So, the sum of the diagonal elements of matrix A\mathrm{A} is 2.

  • Calculate the determinant of A: A=λ1×λ2=(1)×3=3|\mathrm{A}| = \lambda_1 \times \lambda_2 = (-1) \times 3 = -3 So, the determinant of matrix A\mathrm{A} is -3.

4. Goal: Sum of Diagonal Elements of A² (tr(A2)\operatorname{tr}(\mathrm{A}^2))

The problem asks for "the sum of the diagonal elements of the matrix A2\mathrm{A}^2". By definition, this is simply the trace of A2\mathrm{A}^2, i.e., tr(A2)\operatorname{tr}(\mathrm{A}^2).

For a 2×22 \times 2 matrix A\mathrm{A}, there is a direct formula to calculate tr(A2)\operatorname{tr}(\mathrm{A}^2) in terms of tr(A)\operatorname{tr}(\mathrm{A}) and A|\mathrm{A}|. This formula is: tr(A2)=(tr(A))22A\operatorname{tr}(\mathrm{A}^2) = (\operatorname{tr}(\mathrm{A}))^2 - 2|\mathrm{A}|

Why this formula? (Derivation using Cayley-Hamilton Theorem) The Cayley-Hamilton Theorem states that every square matrix satisfies its own characteristic equation. For a 2×22 \times 2 matrix A\mathrm{A}, its characteristic equation is: x2(tr(A))x+A=0x^2 - (\operatorname{tr}(\mathrm{A}))x + |\mathrm{A}| = 0 According to the Cayley-Hamilton Theorem, we can substitute the matrix A\mathrm{A} for xx (and the identity matrix I\mathrm{I} for the constant term to maintain matrix dimensions): A2(tr(A))A+AI=O\mathrm{A}^2 - (\operatorname{tr}(\mathrm{A}))\mathrm{A} + |\mathrm{A}|\mathrm{I} = \mathrm{O} where O\mathrm{O} is the zero matrix. Rearranging this equation for A2\mathrm{A}^2: A2=(tr(A))AAI\mathrm{A}^2 = (\operatorname{tr}(\mathrm{A}))\mathrm{A} - |\mathrm{A}|\mathrm{I} Now, let's take the trace of both sides: tr(A2)=tr((tr(A))AAI)\operatorname{tr}(\mathrm{A}^2) = \operatorname{tr}((\operatorname{tr}(\mathrm{A}))\mathrm{A} - |\mathrm{A}|\mathrm{I}) Using the linearity property of the trace function (tr(kM+lN)=ktr(M)+ltr(N)\operatorname{tr}(k\mathrm{M} + l\mathrm{N}) = k\operatorname{tr}(\mathrm{M}) + l\operatorname{tr}(\mathrm{N})) and knowing that tr(kI)=k×(order of matrix)\operatorname{tr}(k\mathrm{I}) = k \times (\text{order of matrix}): tr(A2)=(tr(A))tr(A)Atr(I)\operatorname{tr}(\mathrm{A}^2) = (\operatorname{tr}(\mathrm{A}))\operatorname{tr}(\mathrm{A}) - |\mathrm{A}|\operatorname{tr}(\mathrm{I}) Since A\mathrm{A} is a 2×22 \times 2 matrix, I\mathrm{I} is a 2×22 \times 2 identity matrix, so tr(I)=1+1=2\operatorname{tr}(\mathrm{I}) = 1+1 = 2. tr(A2)=(tr(A))2A(2)\operatorname{tr}(\mathrm{A}^2) = (\operatorname{tr}(\mathrm{A}))^2 - |\mathrm{A}|(2) tr(A2)=(tr(A))22A\operatorname{tr}(\mathrm{A}^2) = (\operatorname{tr}(\mathrm{A}))^2 - 2|\mathrm{A}| This derivation confirms the formula.

5. Step 2: Calculate tr(A2)\operatorname{tr}(\mathrm{A}^2)

Now we substitute the values of tr(A)\operatorname{tr}(\mathrm{A}) and A|\mathrm{A}| that we found in Step 1 into the formula for tr(A2)\operatorname{tr}(\mathrm{A}^2):

  • tr(A)=2\operatorname{tr}(\mathrm{A}) = 2
  • A=3|\mathrm{A}| = -3

tr(A2)=(tr(A))22A\operatorname{tr}(\mathrm{A}^2) = (\operatorname{tr}(\mathrm{A}))^2 - 2|\mathrm{A}| tr(A2)=(2)22(3)\operatorname{tr}(\mathrm{A}^2) = (2)^2 - 2(-3) tr(A2)=4(6)\operatorname{tr}(\mathrm{A}^2) = 4 - (-6) tr(A2)=4+6\operatorname{tr}(\mathrm{A}^2) = 4 + 6 tr(A2)=10\operatorname{tr}(\mathrm{A}^2) = 10

Thus, the sum of the diagonal elements of A2\mathrm{A}^2 is 10.

Alternative Derivation (Direct Matrix Multiplication) Let A=(abcd)\mathrm{A} = \begin{pmatrix} a & b \\ c & d \end{pmatrix}. Then tr(A)=a+d\operatorname{tr}(\mathrm{A}) = a+d and A=adbc|\mathrm{A}| = ad-bc. A2=(abcd)(abcd)=(a2+bcab+bdca+dccb+d2)\mathrm{A}^2 = \begin{pmatrix} a & b \\ c & d \end{pmatrix} \begin{pmatrix} a & b \\ c & d \end{pmatrix} = \begin{pmatrix} a^2+bc & ab+bd \\ ca+dc & cb+d^2 \end{pmatrix} The sum of the diagonal elements of A2\mathrm{A}^2 is: tr(A2)=(a2+bc)+(cb+d2)=a2+d2+2bc\operatorname{tr}(\mathrm{A}^2) = (a^2+bc) + (cb+d^2) = a^2+d^2+2bc We know that (a+d)2=a2+d2+2ad(a+d)^2 = a^2+d^2+2ad. So, a2+d2=(a+d)22ada^2+d^2 = (a+d)^2 - 2ad. Substitute this into the expression for tr(A2)\operatorname{tr}(\mathrm{A}^2): tr(A2)=((a+d)22ad)+2bc\operatorname{tr}(\mathrm{A}^2) = ((a+d)^2 - 2ad) + 2bc tr(A2)=(a+d)22ad+2bc\operatorname{tr}(\mathrm{A}^2) = (a+d)^2 - 2ad + 2bc tr(A2)=(a+d)22(adbc)\operatorname{tr}(\mathrm{A}^2) = (a+d)^2 - 2(ad-bc) Substituting tr(A)=a+d\operatorname{tr}(\mathrm{A}) = a+d and A=adbc|\mathrm{A}| = ad-bc: tr(A2)=(tr(A))22A\operatorname{tr}(\mathrm{A}^2) = (\operatorname{tr}(\mathrm{A}))^2 - 2|\mathrm{A}| This algebraic derivation also confirms the formula and leads to the same result: tr(A2)=(2)22(3)=4+6=10\operatorname{tr}(\mathrm{A}^2) = (2)^2 - 2(-3) = 4 + 6 = 10

6. Key Takeaways and Tips

  • Eigenvalues are powerful: They provide a concise way to understand properties of a matrix without explicitly knowing its elements.
  • Characteristic Equation: Always recognize AxI=0|\mathrm{A}-x \mathrm{I}|=0 as the characteristic equation, whose roots are the eigenvalues.
  • Fundamental Relations for 2×22 \times 2 Matrices:
    • Sum of eigenvalues = Trace of the matrix
    • Product of eigenvalues = Determinant of the matrix
  • Trace of A2A^2 Formula: Remember the formula tr(A2)=(tr(A))22A\operatorname{tr}(\mathrm{A}^2) = (\operatorname{tr}(\mathrm{A}))^2 - 2|\mathrm{A}| for 2×22 \times 2 matrices. This is a direct consequence of the Cayley-Hamilton Theorem.
  • Common Mistakes:
    • Confusing sum and product of eigenvalues.
    • Algebraic errors when substituting values into formulas.
    • Forgetting the factor of 2 in 2A2|\mathrm{A}| or the negative sign in the formula for tr(A2)\operatorname{tr}(\mathrm{A}^2).

The final answer is 10\boxed{10}.

Practice More Matrices & Determinants Questions

View All Questions