Think about Fibonacci sequence

Calculus Level 3

The sequence { x n } n = 0 \{x_n\}_{n=0}^\infty satisfies x 0 = 1 x_0=1 and x n + 1 = 1 + x n 1 + x n x_{n+1}=1+\dfrac{x_n}{1+x_n} for n 0 n \ge 0 .

Evaluate lim n x n \displaystyle \lim_{n\to \infty }x_n .


The answer is 1.618.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Relevant wiki: Fibonacci Sequence

We note that

\(\begin{array} {} x_0 = 1 = \dfrac 11 & = \dfrac {F_2}{F_1} \\ x_1 =1 + \dfrac 1{1+1} = \dfrac 32 & = \dfrac {F_4}{F_3} \\ x_2 =1 + \dfrac {\frac 32}{1+\frac 32} = \dfrac 85 & = \dfrac {F_6}{F_5} \end{array} \)

The first few x n x_n implies the claim that x n = F 2 n + 2 F 2 n + 1 x_n = \dfrac {F_{2n+2}}{F_{2n+1}} , where F n F_n is the n n th Fibonacci number. Let us prove by induction that the claim is true for all n 0 n \ge 0 . Assuming the claim is true for n n , then:

x n + 1 = 1 + x n 1 + x n = 1 + F 2 n + 2 F 2 n + 1 1 + F 2 n + 2 F 2 n + 1 = 1 + F 2 n + 2 F 2 n + 1 + F 2 n + 2 = 1 + F 2 n + 2 F 2 n + 3 = F 2 n + 3 + F 2 n + 2 F 2 n + 3 = F 2 n + 4 F 2 n + 3 \begin{aligned} x_{n+1} & = 1+ \frac {x_n}{1 + x_n} = 1 + \frac {\frac {F_{2n+2}}{F_{2n+1}}}{1+\frac {F_{2n+2}}{F_{2n+1}}} = 1 + \frac {F_{2n+2}}{F_{2n+1}+F_{2n+2}} = 1 + \frac {F_{2n+2}}{F_{2n+3}} = \frac {F_{2n+3} + F_{2n+2}}{F_{2n+3}} = \frac {F_{2n+4}}{F_{2n+3}} \end{aligned}

Therefore, the claim is also true for n + 1 n+1 and hence true for all n 0 n \ge 0 . Then we have lim n x n = lim n F 2 n + 4 F 2 n + 3 = φ 1.618 \displaystyle \lim_{n \to \infty} x_n = \lim_{n \to \infty} \frac {F_{2n+4}}{F_{2n+3}} = {\color{#3D99F6}\varphi} \approx \boxed{1.618} , where φ \color{#3D99F6} \varphi denotes the golden ratio.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...