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

Question

Let A = \left[ {\matrix{ 0 & { - 2} \cr 2 & 0 \cr } } \right]. If M and N are two matrices given by M=k=110A2kM = \sum\limits_{k = 1}^{10} {{A^{2k}}} and N=k=110A2k1N = \sum\limits_{k = 1}^{10} {{A^{2k - 1}}} then MN 2 is :

Options

Solution

Key Concepts and Formulas

  • Definition of Symmetric and Skew-Symmetric Matrices:
    • A square matrix XX is symmetric if its transpose equals itself: XT=XX^T = X.
    • A square matrix XX is skew-symmetric if its transpose equals its negative: XT=XX^T = -X.
  • Properties of the Identity Matrix (II):
    • For any positive integer kk, Ik=II^k = I.
    • A scalar multiple of the identity matrix, kIkI, is always symmetric, as (kI)T=kIT=kI(kI)^T = kI^T = kI. It is an identity matrix only if k=1k=1. It is skew-symmetric only if k=0k=0.
  • Sum of a Geometric Series:
    • The sum of the first nn terms of a geometric series a+ar+ar2++arn1a + ar + ar^2 + \dots + ar^{n-1} is given by the formula Sn=arn1r1S_n = a \frac{r^n - 1}{r - 1}, where aa is the first term and rr is the common ratio.

Step-by-Step Solution

Step 1: Discovering the Pattern in Powers of Matrix A

The first and most crucial step is to analyze the given matrix AA and its powers. This will significantly simplify the calculation of the sums MM and NN.

Given matrix: A=[0220]A = \left[ {\begin{matrix} 0 & { - 2} \\ 2 & 0 \end{matrix}} \right]

Let's compute A2A^2: A2=AA=[0220][0220]A^2 = A \cdot A = \left[ {\begin{matrix} 0 & { - 2} \\ 2 & 0 \end{matrix}} \right] \left[ {\begin{matrix} 0 & { - 2} \\ 2 & 0 \end{matrix}} \right] A2=[(0)(0)+(2)(2)(0)(2)+(2)(0)(2)(0)+(0)(2)(2)(2)+(0)(0)]A^2 = \left[ {\begin{matrix} (0)(0) + (-2)(2) & (0)(-2) + (-2)(0) \\ (2)(0) + (0)(2) & (2)(-2) + (0)(0) \end{matrix}} \right] A2=[4004]A^2 = \left[ {\begin{matrix} { - 4} & 0 \\ 0 & { - 4} \end{matrix}} \right] We can factor out 4-4 from this matrix: A2=4[1001]=4IA^2 = -4 \left[ {\begin{matrix} 1 & 0 \\ 0 & 1 \end{matrix}} \right] = -4I where II is the 2×22 \times 2 identity matrix.

Why this is important: When A2A^2 is a scalar multiple of the identity matrix, it simplifies all higher powers of AA significantly.

  • Even powers of A: We can write A2kA^{2k} as (A2)k(A^2)^k. A2k=(A2)k=(4I)k=(4)kIk=(4)kIA^{2k} = (A^2)^k = (-4I)^k = (-4)^k I^k = (-4)^k I
  • Odd powers of A: We can write A2k1A^{2k-1} as A2(k1)AA^{2(k-1)} \cdot A. A2k1=(A2)k1A=(4I)k1A=(4)k1IA=(4)k1AA^{2k-1} = (A^2)^{k-1} \cdot A = (-4I)^{k-1} \cdot A = (-4)^{k-1} I \cdot A = (-4)^{k-1} A These general forms for A2kA^{2k} and A2k1A^{2k-1} will be instrumental in calculating MM and NN.

Step 2: Calculating Matrix M (Sum of Even Powers)

The matrix MM is defined as the sum of the first 10 even powers of AA: M=k=110A2k=A2+A4+A6++A20M = \sum_{k=1}^{10} {{A^{2k}}} = A^2 + A^4 + A^6 + \dots + A^{20} Using the pattern we found in Step 1, A2k=(4)kIA^{2k} = (-4)^k I: M=(4)1I+(4)2I+(4)3I++(4)10IM = (-4)^1 I + (-4)^2 I + (-4)^3 I + \dots + (-4)^{10} I We can factor out the identity matrix II: M=I((4)1+(4)2+(4)3++(4)10)M = I \left( (-4)^1 + (-4)^2 + (-4)^3 + \dots + (-4)^{10} \right) The expression in the parenthesis is a geometric series. Why we use a geometric series formula: Summing 10 terms individually would be tedious and error-prone. The geometric series formula provides a quick and accurate way to find the sum. In our case:

  • First term a=4a = -4
  • Common ratio r=4r = -4
  • Number of terms n=10n = 10

Using the formula Sn=arn1r1S_n = a \frac{r^n - 1}{r - 1}: S10=(4)(4)101(4)1=(4)41015=45(4101)S_{10} = (-4) \frac{(-4)^{10} - 1}{(-4) - 1} = (-4) \frac{4^{10} - 1}{-5} = \frac{4}{5} (4^{10} - 1) Therefore, matrix MM is: M=45(4101)IM = \frac{4}{5} (4^{10} - 1) I

Step 3: Calculating Matrix N (Sum of Odd Powers)

The matrix NN is defined as the sum of the first 10 odd powers of AA: N=k=110A2k1=A1+A3+A5++A19N = \sum_{k=1}^{10} {{A^{2k - 1}}} = A^1 + A^3 + A^5 + \dots + A^{19} Using the pattern we found in Step 1, A2k1=(4)k1AA^{2k-1} = (-4)^{k-1} A: N=(4)0A+(4)1A+(4)2A++(4)9AN = (-4)^0 A + (-4)^1 A + (-4)^2 A + \dots + (-4)^9 A We can factor out matrix AA: N=A((4)0+(4)1+(4)2++(4)9)N = A \left( (-4)^0 + (-4)^1 + (-4)^2 + \dots + (-4)^9 \right) Again, the expression in the parenthesis is a geometric series. Why we use a geometric series formula: For the same reasons as with MM, it simplifies the summation. In this series:

  • First term a=(4)0=1a = (-4)^0 = 1
  • Common ratio r=4r = -4
  • Number of terms n=10n = 10

Using the formula Sn=arn1r1S_n = a \frac{r^n - 1}{r - 1}: S10=(1)(4)101(4)1=41015=15(4101)S_{10} = (1) \frac{(-4)^{10} - 1}{(-4) - 1} = \frac{4^{10} - 1}{-5} = -\frac{1}{5} (4^{10} - 1) Therefore, matrix NN is: N=15(4101)AN = -\frac{1}{5} (4^{10} - 1) A

Step 4: Computing the Product MN2MN^2

Now we need to find the product MN2MN^2. First, let's calculate N2N^2: N2=(15(4101)A)2N^2 = \left( -\frac{1}{5} (4^{10} - 1) A \right)^2 Why we square the entire expression: The scalar part and the matrix part both get squared. N2=(15(4101))2A2N^2 = \left( -\frac{1}{5} (4^{10} - 1) \right)^2 A^2 N2=125(4101)2A2N^2 = \frac{1}{25} (4^{10} - 1)^2 A^2 Now, substitute A2=4IA^2 = -4I (from Step 1): N2=125(4101)2(4I)N^2 = \frac{1}{25} (4^{10} - 1)^2 (-4I) N2=425(4101)2IN^2 = -\frac{4}{25} (4^{10} - 1)^2 I

Finally, calculate MN2MN^2: MN2=(45(4101)I)(425(4101)2I)MN^2 = \left( \frac{4}{5} (4^{10} - 1) I \right) \left( -\frac{4}{25} (4^{10} - 1)^2 I \right) Why we multiply the scalar coefficients and the matrices separately: Scalar multiplication commutes with matrix multiplication, and II=II \cdot I = I. MN2=(45)(425)((4101)(4101)2)(II)MN^2 = \left( \frac{4}{5} \right) \left( -\frac{4}{25} \right) \left( (4^{10} - 1) (4^{10} - 1)^2 \right) (I \cdot I) MN2=16125(4101)3IMN^2 = -\frac{16}{125} (4^{10} - 1)^3 I

Let C=16125(4101)3C = -\frac{16}{125} (4^{10} - 1)^3. Since 41014^{10} - 1 is a large positive number, CC is a non-zero scalar. So, MN2=CIMN^2 = C I.

Step 5: Determining the Nature of MN2MN^2

We have found that MN2=CIMN^2 = C I, where C=16125(4101)3C = -\frac{16}{125} (4^{10} - 1)^3. Let's analyze the properties of this matrix:

  1. Is it an identity matrix? For MN2MN^2 to be an identity matrix, the scalar CC must be equal to 1. Since C=16125(4101)3C = -\frac{16}{125} (4^{10} - 1)^3 is clearly not equal to 1 (it's a negative number with a large magnitude), MN2MN^2 is not an identity matrix.

  2. Is it a symmetric matrix? A matrix XX is symmetric if XT=XX^T = X. For MN2=CIMN^2 = CI: (CI)T=CIT=CI(CI)^T = C I^T = C I Since (MN2)T=MN2(MN^2)^T = MN^2, MN2MN^2 is a symmetric matrix.

  3. Is it a skew-symmetric matrix? A matrix XX is skew-symmetric if XT=XX^T = -X. For MN2=CIMN^2 = CI: (CI)T=CI(CI)^T = CI For it to be skew-symmetric, we would need CI=CICI = -CI, which implies 2CI=02CI = 0. This can only happen if C=0C=0 (or II is a zero matrix, which it isn't). Since C=16125(4101)30C = -\frac{16}{125} (4^{10} - 1)^3 \ne 0, MN2MN^2 is not a skew-symmetric matrix.

Combining these observations, MN2MN^2 is a non-identity symmetric matrix.

Common Mistakes & Tips

  • Overlooking Patterns: Always look for patterns in matrix powers, especially when dealing with matrices like AA where A2A^2 is a scalar multiple of the identity matrix (kIkI). This is a common simplification strategy in matrix problems.
  • Incorrect Geometric Series Application: Ensure you correctly identify the first term (aa), common ratio (rr), and number of terms (nn) for the geometric series formula. A common error is using n=10n=10 when the terms are A1,A3,,A19A^1, A^3, \dots, A^{19} and the powers of the common ratio start from 00.
  • Misclassifying kIkI: Remember that a matrix of the form kIkI is inherently symmetric for any scalar kk. It is only an identity matrix if k=1k=1, and only skew-symmetric if k=0k=0. Do not confuse these distinct properties.

Summary

We began by analyzing the powers of matrix AA, finding that A2=4IA^2 = -4I, which allowed us to express all even powers as A2k=(4)kIA^{2k} = (-4)^k I and all odd powers as A2k1=(4)k1AA^{2k-1} = (-4)^{k-1} A. We then calculated the sums MM and NN using the formula for a geometric series, resulting in M=CMIM = C_M I and N=CNAN = C_N A for certain scalar constants CMC_M and CNC_N. Finally, we computed the product MN2MN^2, which simplified to the form CIC I, where C=16125(4101)3C = -\frac{16}{125} (4^{10} - 1)^3. Since CC is a non-zero scalar not equal to 1, MN2MN^2 is a symmetric matrix but not an identity matrix, nor is it skew-symmetric.

The final answer is A\boxed{A} which corresponds to option (A).

Practice More Matrices & Determinants Questions

View All Questions