Char. Limit
Gold Member
- 1,222
- 23
Homework Statement
So, I was thinking about the mean of a sequence the other day, and you know how the mean of a sequence is usually written (I believe) like this?
\frac{\sum_{i=1}^n a_i}{n}
So I was considering the mean of an infinite sequence, and I came up with an example. Now I want your help to see if I'm evaluating it right.
Homework Equations
\frac{d}{dx}[f_1(x) + f_2(x) + ... + f_n(x)] = \frac{d}{dx}f_1(x) + \frac{d}{dx}f_2(x) + ... + \frac{d}{dx}f_n(x)
In other words, the derivative of a sum is the sum of the derivatives.
The Attempt at a Solution
So the sequence that I picked is:
a_i = \frac{i-1}{i}
Thus, I believe the mean of every number in this sequence would be...
lim_{n\rightarrow\infty} \frac{\sum_{i=1}^n \frac{i-1}{i}}{n} = lim_{n\rightarrow\infty} \frac{\sum_{i=1}^n 1 - \frac{1}{i}}{n}
Because this limit, if directly evaluated, would yield infinity/infinity, I'll try using L'Hopital's rule and the rule that says the derivative of a sum is the sum of the derivatives...
lim_{n\rightarrow\infty} \frac{\frac{d}{dn}\sum_{i=1}^n 1 - \frac{1}{i}}{\frac{d}{dn} n} = lim_{n\rightarrow\infty} \frac{\sum_{i=1}^n \frac{d}{di}\left(1-\frac{1}{i}\right)}{\frac{d}{dn} n}
So, these derivatives can be evaluated, and so I will, yielding...
lim_{n\rightarrow\infty}\frac{\sum_{i=1}^n \frac{1}{i^2}}{1}
So, I just need to find what the infinite sum from 1 to infinity of 1/i^2 is.
Using Wolfram-Alpha, I generate the number...
\frac{\pi^2}{6} = 1.64493...
So, how did I generate, from a sum of a sequence of numbers from 0 (n-1/n for n=1) to 1 (the limit as n approaches infinity), a mean greater than any of the numbers? Is there a mistake here?