Show that #r= (1+ sqrt5)/2# for the fibonacci sequence?
#r= (1+ sqrt5)/2#
The teacher wants us to prove this using the quadratic formula.
The teacher wants us to prove this using the quadratic formula.
2 Answers
See below
Explanation:
I suppose you want to prove that
where
This result can be proven as follows: suppose that the ratio of two consective numbers converges to some number
now use the recursive definition of Fibonacci numbers, i.e.
so,
since we're supposing that the ratio of two consecutive numbers converges to
which is the equation solved by
Since
See explanation...
Explanation:
The Fibonacci sequence is defined recursively by:
#{ (F_0 = 0), (F_1 = 1), (F_(n+2) = F_(n+1) + F_n) :}#
If a geometric sequence with general term
#ar^(n+1) = ar^n+ar^(n-1)#
and hence:
#r^(n+1) = r^n+r^(n-1)#
for any integer
In particular, putting
#r^2=r+1#
and hence:
#0 = r^2-r-1#
#color(white)(0) = (r-1/2)^2-5/4#
#color(white)(0) = (r-1/2)^2-(sqrt(5)/2)^2#
#color(white)(0) = (r-1/2-sqrt(5)/2)(r-1/2+sqrt(5)/2)#
That is:
#r = 1/2+-sqrt(5)/2#
Hence we find that the general term of any sequence satisfying
#a_n = A(1/2+sqrt(5)/2)^n+B(1/2-sqrt(5)/2)^n#
for some
In particular, for the Fibonacci sequence, we have
#0 = F_0 = A(1/2+sqrt(5)/2)^0+B(1/2-sqrt(5)/2)^0 = A+B#
#1 = F_1#
#color(white)(1) = A(1/2+sqrt(5)/2)^1+B(1/2-sqrt(5)/2)^1#
#color(white)(1) = 1/2(A+B)+sqrt(5)/2(A-B)#
#color(white)(1) = sqrt(5)A#
So
#F_n = ((1/2+sqrt(5)/2)^n - (1/2-sqrt(5)/2)^n)/sqrt(5)#
Note that:
#abs(1/2-sqrt(5)/2) < 1#
while:
#abs(1/2+sqrt(5)/2) > 1#
Hence the ratio between consecutive terms tends to