Jump to content
BrainDen.com - Brain Teasers
  • 0


Guest
 Share

Question

Let F(n) denote the Fibonacci sequence, i.e.

F(n) = F(n-1) + F(n-2), F(0) = 1, F(1) = 1;

Find a closed form expression in terms of n for the ratio of consecutive numbers in this sequence: F(n)/F(n-1).

What is the limit of this ratio as n approaches infinity?

Edited by mmiguel1
Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

phi happens to have the property

f - 1 = 1/f

You can use this equation to solve for an exact representation of phi

f^2 - f - 1 = o

(1 + (1 -- 4)^0.5)/2

(1 + sqrt(5))/2

Why phi has this property, I don't know, I'll try to figure that out

Link to comment
Share on other sites

  • 0

I think I remember finding this once a while ago. Let a and b be 2 consecutive terms in the sequence. The next number in the sequence must be a+b. Let us also assume that there is an exact ratio between any 2 consecutive terms in the sequence. Therefore:

b/a = (a+b)/b

b2 - ab - a2 = 0

solve for b: b = (a + a*sqrt(5))/2

Diving by a gives a value for a/b, or phi: phi = (1+sqrt5)/2

Link to comment
Share on other sites

  • 0

Cool.

You guys have found the answer to the second part of the question: "What is the limit of F(n)/F(n-1) as n approaches infinity?"

The first part is much harder and is basically equivalent to finding the closed form expression of F(n).

I will post a derivation later but give it a try.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...