Problem 1: Define the Fibonacci sequence by F0=0, F1=1 and Fn+2=Fn+1+Fn. Denote [1110] as M. Prove that M[Fn+1Fn]=[Fn+2Fn+1] and Mn[10]=[Fn+1Fn]. Use these results to find a closed formula for Fn.
Proof: Check that M[Fn+1Fn]=[1110][Fn+1Fn]=[Fn+1+FnFn+1]=[Fn+2Fn+1]. In other words, if we multiply [Fn+1Fn] with matrix M, both indices increase by 1. Therefore if we multiply [F1F0] with matrix M for n times, both indices increase by n. That is Mn[10]=Mn[F1F0]=[Fn+1Fn]. In order to find a closed formula for Fn, we have to compute Mn using diagonalization. Set λ1=21+5,λ2=21−5. The diagonalization of M is PDP−1, where P=[λ11λ21] and D=[λ100λ2]. Hence [Fn+1Fn]=Mn[10]=PDnP−1[10]=[λ11λ21][λ1n00λ2n]51[1−1−λ2λ1][10]. Expand the equation and obtain Fn=51(λ1n−λ2n).
Problem 2: Let u=2−5−1 and v=−7−46. Compute u⋅v, ∣∣u∣∣2, ∣∣v∣∣2, ∣∣u+v∣∣2 and ∣∣u−v∣∣2. Check the Pythagorean theorem and the parallelogram law hold true.
Solution: Plug in u and v and obtain u⋅v=0, ∣∣u∣∣2=30, ∣∣v∣∣2=101, ∣∣u+v∣∣2=∣∣u−v∣∣2=131. The Pythagorean theorem holds because u⋅v=0 and ∣∣u∣∣2+∣∣v∣∣2=∣∣u+v∣∣2. The parallelogram law holds as well because ∣∣u+v∣∣2+∣∣u−v∣∣2=2∣∣u∣∣2+2∣∣v∣∣2.