Derivation of the General Term of the Fibonacci Sequence📂Lemmas
Derivation of the General Term of the Fibonacci Sequence
Theorem
Let’s say that the sequence sequence{Fn}n=0∞ is defined as Fn+1:=Fn+Fn−1. If F0=F1=1, then for r0:=21+5 and r1:=21−5,
Fn=r0−r1r0n+1−r1n+1
Description
Note that the Fibonacci sequence introduced above starts from the 0th term.
The general term of the Fibonacci sequence is also called the Binet Formula. The Fibonacci sequence has so many properties and is applied in unexpected areas. There are even books solely about the Fibonacci sequence, and there are many explanations in textbooks and on the internet, so we will omit them here.
Derivation
Consider the equation
==r2−r−1(r−21+5)(r−21−5)(r−r0)(r−r1)
According to this equation,
r02−r0−1=0r12−r1−1=0 is true. If we rewrite it to make it look a bit nicer,
r02=r0+1r12=r1+1. Now, using mathematical induction,
Fn=r0−r1r0n+1−r1n+1
will be shown to be true.
When n=0,
F0=r0−r1r00+1−r10+1=1
When n=1,
F1=r0−r1r01+1−r11+1=1
Assuming when n=kFk=r0−r1r0k+1−r1k+1 is true,
{Fk} is the Fibonacci sequence, thus
Fk+1=====Fk+Fk−1r0−r1r0k+1−r1k+1+r0−r1r0k−r1kr0−r1r0k(r0+1)−r1k(r1+1)r0−r1r0k⋅r02−r1k⋅r12r0−r1r0k+2−r1k+2∵r02=r0+1,r12=r1+1
To summarize,
Fk+1=r0−r1r0k+2−r1k+2
which means,
Fn=r0−r1r0n+1−r1n+1 is also true when n=k+1.