35

How would one prove that $$\lim_{n\rightarrow \infty} \frac{F_{n+1}}{F_n}=\frac{\sqrt{5}+1}{2}=\varphi$$

where $F_n$ is the nth Fibonacci number and $\varphi$ is the Golden Ratio?

Quixotic
  • 22,431
Argon
  • 25,303

4 Answers4

30

$$F_{n+1}=F_n+F_{n-1}$$

$$F_{n+1}/F_n=1+F_{n-1}/F_n=1+1/(F_n/F_{n-1})$$

Call the limit $x$; then $$x=1+1/x$$

Take it from there.

Gerry Myerson
  • 179,216
  • 27
    @Gerry I think it is important to prove the limit exists, isn't it? i.e Considering even and odd subsequences and showing the sequence in general is bounded. – Pedro Apr 15 '12 at 23:47
  • 1
    @PeterT.off, on principle, I leave details to the reader. – Gerry Myerson Apr 15 '12 at 23:58
  • @GerryMyerson : You haven't up-voted the question yet. – Michael Hardy Apr 15 '12 at 23:59
  • @Michael How do you know who upvoted and who didn't? Or is the only upvote yours? – Pedro Apr 16 '12 at 00:00
  • @MichaelHardy, perhaps you would like to start a meta thread (or direct me to an already existing thread) on the circumstances under which one is obligated to upvote a question. – Gerry Myerson Apr 16 '12 at 00:56
  • @GerryMyerson I think Michael was making a joke, alluding to the fact that many users upvote questions that they have answered to attract more views and hence potential upvotes to their answer. – Ragib Zaman Apr 16 '12 at 07:40
  • @Ragib, oh.${}$ – Gerry Myerson Apr 16 '12 at 09:25
  • 1
    The only up-vote at that point was mine (and still is now). "Obligation" is not what I had in mind. I just thought that if a question is worth answering, it's almost always worth up-voting. This question is worth having for future reference by others who come to this site. – Michael Hardy Apr 16 '12 at 17:38
  • 4
    @Michael, I disagree with "if a question is worth answering, it's almost always worth up-voting," but this isn't the place to discuss it. It may be worth bringing up on meta (if you haven't already done so - I haven't checked recently). – Gerry Myerson Apr 17 '12 at 00:27
  • @GerryMyerson : But this is the place to discuss what has happened in this particular instance. – Michael Hardy Apr 17 '12 at 01:33
  • @Michael, I disagree with that, too. Try http://meta.math.stackexchange.com/questions/3315/why-should-i-upvote-questions – Gerry Myerson Apr 17 '12 at 04:07
  • 2
    I will add to the above discussion between Gerry Myerson and @Michael Hardy that there is now this thread on meta: About not upvoted, answered questions. (It is from 2013, so it did not exist at the time of the above exchange.) There is also a related post on meta.SE: Why don't people upvote questions they answer? (Posting mainly for the benefit of other users who see this post and are interested in the issue discussed in the above comments.) – Martin Sleziak Sep 19 '17 at 04:18
20

If you know that the limit exists, you can proceed e.g. as in Gerry's answer.

There are probably many different ways to show that the limit exists. One of them uses Cassini identity $$F_{n+1}F_{n-1}-F_n^2=(-1)^n,$$ you can get $$\frac{F_{n+1}}{F_n}-\frac{F_n}{F_{n-1}}=(-1)^n\frac1{F_nF_{n-1}}.$$

So now you could use Leibniz test, you only have to show that $\lim\limits_{n\to\infty}\frac1{F_nF_{n-1}}=0$

(Proof of Cassini identity can be found on Wikipedia, on this site or elsewhere.)

13

Gerry's solution is quite elegant. One might take the less elegant route of first deriving the Binet formula:

$$F_n=\frac1{\sqrt{5}}(\phi^n-(-\phi)^{-n})$$

from which

$$\frac{F_{n+1}}{F_n}=\frac{\phi^{n+1}-(-\phi)^{-n-1}}{\phi^n-(-\phi)^{-n}}=\frac{\phi-\frac{\left(-\frac1{\phi}\right)^{n+1}}{\phi^n}}{1-\frac{\left(-\frac1{\phi}\right)^n}{\phi^n}}=\frac{\phi+\frac{(-1)^n}{\phi^{2n+1}}}{1-\frac{(-1)^n}{\phi^{2n}}}$$

$(-1)^n$ is a bounded sequence, while $\frac1{\phi^n}$ decays nicely to $0$, so... you can take it from there.

1

Several useful and cogent answers have already been given to this question, both here and in at least one duplicate. However, I haven't seen anyone mention the most elegant, concise and enlightening argument I could find when I was wondering about the same thing, i.e. this blog post by Carl McTague. I'm just linking it here in hopes that others may enjoy it.

Rebecca Bonham
  • 369
  • 1
  • 13