Solveeit Logo

Question

Question: Let A be a square matrix satisfying $A^2=2I$ and $\sum_{k=1}^{2n} A^k=63A(A+I)$, then the value of n...

Let A be a square matrix satisfying A2=2IA^2=2I and k=12nAk=63A(A+I)\sum_{k=1}^{2n} A^k=63A(A+I), then the value of n

A

5

B

6

C

7

D

8

Answer

6

Explanation

Solution

Given the matrix equation A2=2IA^2 = 2I. We need to evaluate the sum k=12nAk\sum_{k=1}^{2n} A^k. The powers of AA can be determined as follows: A1=AA^1 = A A2=2IA^2 = 2I A3=A2A=2IA=2AA^3 = A^2 \cdot A = 2I \cdot A = 2A A4=A2A2=(2I)(2I)=4IA^4 = A^2 \cdot A^2 = (2I)(2I) = 4I A5=A4A=4IA=4AA^5 = A^4 \cdot A = 4I \cdot A = 4A A6=A4A2=(4I)(2I)=8IA^6 = A^4 \cdot A^2 = (4I)(2I) = 8I

In general, for odd kk, Ak=2(k1)/2AA^k = 2^{(k-1)/2}A. For even kk, Ak=2k/2IA^k = 2^{k/2}I.

Now, let's split the sum into odd and even powers: k=12nAk=(A1+A3++A2n1)+(A2+A4++A2n)\sum_{k=1}^{2n} A^k = (A^1 + A^3 + \dots + A^{2n-1}) + (A^2 + A^4 + \dots + A^{2n})

Sum of odd powers: A1+A3++A2n1=A+2A+4A++2n1AA^1 + A^3 + \dots + A^{2n-1} = A + 2A + 4A + \dots + 2^{n-1}A =A(1+2+4++2n1)= A(1 + 2 + 4 + \dots + 2^{n-1}) This is a geometric series with first term 11, ratio 22, and nn terms. The sum is 12n121=2n11 \cdot \frac{2^n - 1}{2 - 1} = 2^n - 1. So, the sum of odd powers is A(2n1)A(2^n - 1).

Sum of even powers: A2+A4++A2n=2I+4I+8I++2nIA^2 + A^4 + \dots + A^{2n} = 2I + 4I + 8I + \dots + 2^nI =I(2+4+8++2n)= I(2 + 4 + 8 + \dots + 2^n) This is a geometric series with first term 22, ratio 22, and nn terms. The sum is 22n121=2(2n1)2 \cdot \frac{2^n - 1}{2 - 1} = 2(2^n - 1). So, the sum of even powers is 2I(2n1)2I(2^n - 1).

Therefore, k=12nAk=A(2n1)+2I(2n1)=(2n1)(A+2I)\sum_{k=1}^{2n} A^k = A(2^n - 1) + 2I(2^n - 1) = (2^n - 1)(A + 2I).

Now consider the right side of the given equation: 63A(A+I)63A(A+I). 63A(A+I)=63(A2+A)63A(A+I) = 63(A^2 + A) Since A2=2IA^2 = 2I, we substitute this into the expression: 63(2I+A)=63(A+2I)63(2I + A) = 63(A + 2I).

Equating the left and right sides of the given equation: (2n1)(A+2I)=63(A+2I)(2^n - 1)(A + 2I) = 63(A + 2I).

To solve for nn, we need to consider if (A+2I)(A+2I) is invertible. The eigenvalues of AA satisfy λ2=2\lambda^2 = 2, so λ=±2\lambda = \pm\sqrt{2}. The eigenvalues of A+2IA+2I are λ+2\lambda + 2, which are 2+2\sqrt{2}+2 and 2+2-\sqrt{2}+2. Since these eigenvalues are non-zero, the matrix A+2IA+2I is invertible.

We can divide both sides of the equation by (A+2I)(A+2I): 2n1=632^n - 1 = 63 2n=63+12^n = 63 + 1 2n=642^n = 64 2n=262^n = 2^6 Therefore, n=6n = 6.

The value of nn is 6.