$A = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}$ then $A^{2014} = \lambda A^{2013} + \mu A^{2012}$, $\lambda + \mu = $_____.
Step-by-Step Solution
Key Concept: The minimal polynomial $A^2 - 5A - 2I = 0$ generates a linear recurrence for powers of $A$.
Given $A^2 - 5A - 2I = 0$, we have $A^2 = 5A + 2I$. Then $A^3 = 5A^2 + 2A = 5(5A+2I) + 2A = 27A + 10I$ and $A^{2014} = 5A^{2013} + 2A^{2012}$. By finding the characteristic equation $\lambda^2 - 5\lambda - 2 = 0$, the eigenvalues satisfy $\lambda + 7 = 7$, giving $\lambda = 0, 5$ or using the recurrence relation yields $\lambda = 7$.
Correct Answer: 7