The sequence \( x_n \) is the standard Fibonacci sequence starting with \( x_0 = 0 \) and \( x_1 = 1 \).
The matrix \( A_n \) contains terms of this sequence. We need to identify a matrix identity that holds true for all exponents \( m \ge 3 \).
First, the matrix \( A_1 \) is:
\[ A_1 = \begin{bmatrix} x_2 & x_1 \\ x_1 & x_0 \end{bmatrix} \]
Since \( x_0 = 0, x_1 = 1, x_2 = 1 \), we have:
\[ A_1 = \begin{bmatrix} 1 & 1 \\ 1 & 0 \end{bmatrix} \]
We will find the characteristic equation of \( A_1 \) using the Cayley-Hamilton theorem, which states that every square matrix satisfies its own characteristic equation.
Characteristic equation:
\[ \det(A_1 - \lambda I) = \det \begin{bmatrix} 1-\lambda & 1 \\ 1 & -\lambda \end{bmatrix} = 0 \]
\[ (1-\lambda)(-\lambda) - (1)(1) = 0 \implies \lambda^2 - \lambda - 1 = 0 \]
Applying Cayley-Hamilton theorem:
\( A_1^2 - A_1 - I = O \), where \( I = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} \) and \( O = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \)
\( \implies A_1^2 = A_1 + I \quad \text{--- (Equation 1)} \)
General power relation for \( m \ge 3 \):
Multiply both sides of Equation 1 by \( A_1^{m-2} \):
\[ A_1^2 \cdot A_1^{m-2} = (A_1 + I) \cdot A_1^{m-2} \implies A_1^m = A_1^{m-1} + A_1^{m-2} \]
This matches Option (A) directly.
Why other options are false:
Option (B) claims \( \det(A_1^m) = -1 \) for all \( m \ge 3 \). But \( \det(A_1) = (1)(0) - (1)(1) = -1 \). Then \( \det(A_1^m) = (\det A_1)^m = (-1)^m \), which is +1 for even \( m \) and -1 for odd \( m \). So it is not always -1.
The true statement for all \( m \ge 3 \) is:
\( A_1^m = A_1^{m-1} + A_1^{m-2} \)
Let \( A \) be a \( 3 \times 3 \) matrix with real entries such that:
\[ A = \begin{bmatrix} 4 & -1 & \cos x \\ -1 & 5x & 25x^2 + 1 \\ 25 & 7 & ? \end{bmatrix} \]
For how many values of \( x \) is the matrix \( A \) symmetric?

