Previous page : Some interesting examples based on the Fibonacci series
Next page : A second take on Taylor series
Let Fn be the nth Fibonacci number where F1 = F2 =1, and Fn+1 = Fn+ Fn-1.
We should prove that
i.e. the golden ratio. We have that
or, if
then
and then you solve this for x. You will get a quadratic that has a negative and a positive solution, but since all terms are positive, the positive root must be the right one, and as you can verify it is indeed the golden ratio.
Interestingly enough we never used the starting numbers in proving this. If one is negative we might get a sequence of negative numbers, but the result will still hold true. The only exception is if both the starting numbers are 0.
Up a level : Power SeriesPrevious page : Some interesting examples based on the Fibonacci series
Next page : A second take on Taylor seriesLast modified: