Your idea matters-15(Fahim's sequence)

If the first two numbers of a sequence are 1 & 3 and the sum of n n th number and ( n 1 ) (n-1) th number is the next number,then it will be "Fahim's sequence." The first few numbers of Fahim's sequence are: 1 , 3 , 4 , 7 , . . . 1,3,4,7,... . If you divide the n n th number of this sequence by a constant,then you will get close to the n n th number of the Fibonacci sequence. What is the constant?


The answer is 2.236067977.

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.

2 solutions

Patrick Corn
Oct 16, 2019

Let ρ \rho be the golden ratio , and ρ = 1 ρ \overline{\rho} = 1-\rho be its conjugate. Indexing the Fibonacci sequence so that F 1 = F 2 = 1 , F_1 = F_2 = 1, the Binet formula says that F n = 1 5 ( ρ n ρ n ) . F_n = \frac1{\sqrt{5}}\left(\rho^n - {\overline{\rho}}^n\right). Call Fahim's sequence G n G_n ; then the same methods as Binet's formula lead to the formula G n = ρ n + ρ n . G_n = \rho^n + {\overline{\rho}}^n. (You can prove this by induction, even if you don't see how to derive it.)

So lim n G n F n = 5 lim n ρ n + ρ n ρ n ρ n = 5 lim n 1 + ( ρ / ρ ) n 1 ( ρ / ρ ) n = 5 , \begin{aligned} \lim_{n\to\infty} \frac{G_n}{F_n} &= \sqrt{5} \lim_{n\to\infty} \frac{\rho^n + {\overline{\rho}}^n}{\rho^n - {\overline{\rho}}^n} \\ &= \sqrt{5} \lim_{n\to\infty} \frac{1 + ({\overline{\rho}}/\rho)^n}{1 - ({\overline{\rho}}/\rho)^n} \\ &= \sqrt{5}, \end{aligned} since ρ / ρ < 1. |{\overline{\rho}}/\rho| < 1.

Henry U
Oct 17, 2019

In general, a sequence { a n } n N \{ a_n \} _{n \in \mathbb N} defined by

a n = { a for n = 1 b for n = 2 a n 1 + a n 2 else a_n = \begin{cases} a & \text{for }n=1 \\ b & \text{for }n=2 \\ a_{n-1}+a_{n-2} & \text{else} \end{cases}

can be calculated by the explicit formula

a n = c 1 ϕ n + c 2 ϕ n a_n = c_1 \phi^n + c_2 \overline\phi^n

where ϕ \phi and ϕ \overline\phi are the golden ratio and its conjugate respectively.

The constants c 1 c_1 and c 2 c_2 depend on the starting values a a and b b . We can set up two equations and solve for c 1 c_1 and c 2 c_2 .

a = a 1 = c 1 ϕ + c 2 ϕ b = a 2 = c 1 ϕ 2 + c 2 ϕ 2 \begin{aligned} a = a_1 &= c_1 \phi + c_2 \overline\phi \\ b = a_2 &= c_1 \phi^2 + c_2 \overline\phi^2 \end{aligned}

c 1 = a 1 + a 1 ϕ + a 2 ϕ + 2 c 2 = a 1 + a 1 ϕ a 2 ϕ 1 2 ϕ \begin{aligned} c_1 = \frac {-a_1+a_1\phi+a_2} {\phi+2} \\ c_2 = \frac {a_1+a_1\phi-a_2\phi} {1-2\phi} \end{aligned}

With this, we can now also solve for the general ratio r r of two such sequences f n = c 1 ϕ n + c 2 ϕ n f_n = c_1\phi^n+c_2\overline\phi^n and g n = c 3 ϕ n + c 4 ϕ n g_n = c_3\phi^n+c_4\overline\phi^n .

r = lim n g n f n = lim n c 3 ϕ n + c 4 ϕ n c 1 ϕ n + c 2 ϕ n = lim n c 3 + c 4 ( ϕ ϕ ) n c 1 + c 2 ( ϕ ϕ ) n = c 3 c 1 ϕ / ϕ < 1 = 2 g 2 g 1 + g 1 5 2 f 2 f 1 + f 1 5 \begin{aligned} r &= \lim_{n \to \infty} \frac {g_n}{f_n} \\ &= \lim_{n \to \infty} \frac {c_3 \phi^n + c_4 \overline\phi^n} {c_1 \phi^n + c_2 \overline\phi^n} \\ &= \lim_{n \to \infty} \frac {c_3+ c_4 \left( \frac{\overline\phi}{\phi} \right)^n} {c_1 + c_2 \left( \frac{\overline\phi}{\phi} \right)^n} \\ &= \boxed{\frac {c_3} {c_1}} && \left|\overline\phi / \phi \right| <1 \\ &= \frac {2g_2-g_1+g_1\sqrt{5}} {2f_2-f_1+f_1\sqrt{5}} \end{aligned}

In our specific case, we have f 1 = 1 ; f 2 = 1 ; g 1 = 1 ; g 2 = 3 f_1=1; f_2=1; g_1=1; g_2=3 which results in

r = 5 + 5 1 + 5 = 5 \boxed{r = \frac {5+\sqrt{5}}{1+\sqrt{5}} = \sqrt{5}}


5 + 5 1 + 5 = 5 ( 5 + 1 ) 5 + 1 = 5 \begin{aligned} & \frac {5+\sqrt{5}}{1+\sqrt{5}} \\ =& \frac {\sqrt{5} \cdot \left( \sqrt{5}+1 \right)} {\sqrt{5}+1} \\ =& \sqrt{5} \end{aligned}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...