Question:medium

Let \( S = \left\{ m \in \mathbb{Z} : A^m + A^m = 3I - A^{-6} \right\} \), where

\[ A = \begin{bmatrix} 2 & -1 \\ 1 & 0 \end{bmatrix} \]

Then \( n(S) \) is equal to ______.

Show Hint

When solving problems with matrix powers and sets, first compute the necessary powers of matrices, then use the given conditions to find the valid elements in the set.
Updated On: Jan 14, 2026
Show Solution

Correct Answer: 20

Solution and Explanation

Initial matrix:

\[ A = \begin{bmatrix} 2 & -1 \\ 1 & 0 \end{bmatrix} \]

Calculated powers of A:

\[ A^2 = \begin{bmatrix} 3 & -2 \\ 2 & -1 \end{bmatrix}, \quad A^3 = \begin{bmatrix} 4 & -3 \\ 3 & -2 \end{bmatrix}, \quad A^4 = \begin{bmatrix} 5 & -4 \\ 4 & -3 \end{bmatrix} \]

Further calculation:

\[ A^6 = \begin{bmatrix} 7 & -6 \\ 6 & -5 \end{bmatrix} \]

General formula for Am:

\[ A^m = \begin{bmatrix} m+1 & -m \\ m & -m+1 \end{bmatrix} \]

Formula for Am2:

\[ A^{m^2} = \begin{bmatrix} m^2 +1 & -m^2 \\ m^2 & -(m^2-1) \end{bmatrix} \]

Sum of Am2 and Am in relation to 3I - A-6:

\[ A^{m^2} + A^m = 3I - A^{-6} \]

Matrix sum:

\[ \begin{bmatrix} m^2+1 & -m^2 \\ m^2 & -(m^2-1) \end{bmatrix} +\ \begin{bmatrix} m+1 & -m \\ m & -m+1 \end{bmatrix} \]

Substitution:

\[ = 3 \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} - \ \begin{bmatrix} -5 & 6 \\ -6 & 7 \end{bmatrix} \]

Result of substitution:

\[ = \begin{bmatrix} 8 & -6 \\ 6 & -4 \end{bmatrix} \]

Equating expressions:

\[ m^2 + 1 + m + 1 = 8 \]

Solving for m:

\[ m^2 + m -6 = 0 \Rightarrow m = -3, 2 \]

Number of solutions found:

\[ n(s) = 2 \]

Was this answer helpful?
1