Processing math: 52%
Google
 
Web unafbapune.blogspot.com

Sunday, October 13, 2013

 

1,3,1 matrices

The first three determinants of a 1,3,1 matrix:
  S1=|3|  S2=|3113|  S3=|310131013|
Show that Sn is the Fibonacci number F2n+2 by proving F2n+2=3F2nF2n2. Keep using Fibonacci's rule Fk=Fk1+Fk2 starting with k=2n+2.

Attempt:

First, we can see via cofactors that
  S1=3=F4S2=91=8=F6S3=3S2|1103|=3S2S1
In general, we can see that
  Sn=3Sn1Sn2
Next, setting k=2n+2,
  F2n+2=F2n+1+F2n=(F2n+F2n1)+F2n=(3F2nF2n)+F2n1=(3F2nF2n1F2n2)+F2n1
Now, if S_n = F_{2n+2}, then S_{n-1} = F_{2(n-1)+2} = F_{2n} and similarly S_{n-2} = F_{2n-2} . But as demonstrated above this turns out to be the case for S_1 = F_4 and S_2 = F_6. Therefore, S_n is indeed the Fibonnaci number F_{2n+2}. Interestingly, S_n is a sequence that produces every second Fibonnaci number !


Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?