Suppose that you have a sequence of the type { F k } k ≥ 0 , that obeys the rule :
F n = F n − 1 + F n − 2 ∀ n ≥ 2 .
Suppose that
F
0
,
F
1
∈
R
0
+
are given. Let
ϕ
n
=
F
n
−
1
F
n
,
n
>
0
.
What is
ϕ = n → ∞ lim ϕ n ?
Rounded your answer to the nearest thousandths.
NOTE : In regards to some complains I have had, I would like to stress that : ∀ n > 0 , ϕ n > 0 .
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.
Do you know how to show that the limit ϕ must exist and be finite?
Log in to reply
Correct me if I'm wrong. I got a little bit confused doing this proof by induction. First of all, notice that the { F k } k ≥ 0 sequence is an increasing sequence. The proof is given by induction observing that
F 2 = F 1 + F 0 > F 1
And now assume it is true for some k . It follows
F k = F k − 1 + F k − 2 > F k − 1 > 0
and therefore
F k + 1 = ( F k − 1 + F k − 2 ) + F k − 1 = F k + F k − 1 > F k
since F k − 1 > 0 . Now we know that this is an increasing sequence. But we actually want to prove that the limit of
F n − 1 F n
exists, which is a sequence itself. But it suffices to observe that
F n − 1 F n = 1 + F n − 1 F n − 2
and as 0 < F n − 2 < F n − 1 it follows that F n − 1 F n − 2 is strictly decreasing and limited. Therefore F n − 1 F n must have a nice value.
Log in to reply
Great! That's one approach to take.
Another would be to use the theory of linear recurrences to understand what F n is, and to show that the limit is indeed ϕ .
this can simply be solved using fibonacci series answer is 'sigma'
Problem Loading...
Note Loading...
Set Loading...
First of all, given the definition of { F k } k ≥ 0 we are able to write, for n > 1 that
F n − 1 F n = 1 + F n − 1 F n − 2
which implies that
n → ∞ lim F n − 1 F n = ϕ = 1 + n → ∞ lim F n − 1 F n − 2
For the remaining limit, we may argue that
n → ∞ lim F n − 1 F n − 2 = lim n → ∞ F n − 2 F n − 1 1
And then making k = n − 1 ⇒ n − 2 = k − 1 implies that
lim n → ∞ F n − 2 F n − 1 1 = lim k → ∞ F k − 1 F k 1 = ϕ 1
Therefore we get the second degree equation
ϕ = 1 + ϕ 1
which has the solution
ϕ = 2 1 + 5
where we have disconsidered the "minus" solution because F n > F n − 1 for every n > 1 which is easily checked.