Finding the Limit of a Fibonacci Series

  • Thread starter Thread starter tehno
  • Start date Start date
  • Tags Tags
    Limit Series
tehno
Messages
375
Reaction score
0
Let:
a_{1}=a_{2}=1;a_{n+2}=a_{n+1}+a_{n};n\geq 1

Let f_{n} be the last digit in decimal notation
of Fibonacci number a_{n}.
Find:

\lim_{n\to\infty}\frac{a_{1}+a_{2}+...+a_{n}}{n}
 
Last edited:
Physics news on Phys.org
Can you explain?
 
What does fn have to do with anything?
 
By theory, there is no limit to Fibonacci, unless I'm mistaken.

The sequence wouldn't be a sequence if there was a limit.
 
chuckd1356 said:
By theory, there is no limit to Fibonacci, unless I'm mistaken.

The sequence wouldn't be a sequence if there was a limit.
That doesn't quite make sense. A fair part of Calculus courses is devoted to limits of sequences! Of course, the Fibonacci sequence is increasing without upperbound so it has no limit. But the question is about the nth partial sum divided by n. That's a whole different matter.
 
What the hell is anyone talking about here?
 
HallsofIvy said:
That doesn't quite make sense. A fair part of Calculus courses is devoted to limits of sequences! Of course, the Fibonacci sequence is increasing without upperbound so it has no limit. But the question is about the nth partial sum divided by n. That's a whole different matter.

That's what I was getting at, thanks for clarifying!
 
The question is about the final digits, which are periodic with period 60. The sum of the 60 values is ***, so the average value at the limit is ***/60.

(It's not hard to calculate this, so I left it as an exercise. I can check it if you think you have an answer.)
 
correction (+ solution)

Let:
a_{1}=a_{2}=1;a_{n+2}=a_{n+1}+a_{n};n\geq 1

Let f_{n} be the last digit in decimal notation
of Fibonacci number a_{n}.

Find:

\lim_{n\to\infty}\frac{f_{1}+f_{2}+...+f_{n}}{n}

My apology for the confusion I made.


EDIT:
Yes the key for the solution is "***/60".
IOW ,f_{1}=f_{61},f_{2}=..etc.
I get:
\lim_{n\to\infty}\frac{f_{1}+f_{2}+...+f_{n}}{n}=\frac{14}{3}
 
Last edited:
  • #10
Yes, 14/3 is right.
 
Back
Top