jspectral
- 12
- 0
Homework Statement
Using u_k = \[ \left( \begin{array}{ccc} F_{k+1} \\ F_k \end{array} \right)\] u_0 = \[ \left( \begin{array}{ccc} 1 \\ 0 \end{array} \right)\] A = \[ \left( \begin{array}{ccc} 1 & 1 \\ 1 & 0 \end{array} \right)\]
Solve for u_k in terms of u_0 to show that:
F_k = \frac{1}{\sqrt{5}}\ \left(\left(\frac{1 + \sqrt{5}}{2}\ \right)^k - \left(\frac{1 - \sqrt{5}}{2}\ \right)^k\right)
Homework Equations
See above.
The Attempt at a Solution
Well, I worked out that u_k = A^k u_0
\[ \left( \begin{array}{ccc} F_{k+1} \\ F_k \end{array} \right)\] = \[ \left( \begin{array}{ccc} 1 & 1 \\ 1 & 0 \end{array} \right)\]^k \[ \left( \begin{array}{ccc} 1 \\ 0 \end{array} \right)\]
But I'm not sure of the matrix operations I need to use to expand that A matrix, and the other two, in order to obtain an algebraic expression.
Note: That 1,1,1,0 matrix is meant to be to the power of k, but the LaTex went weird.