- #1
Char. Limit
Gold Member
- 1,222
- 22
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?
[tex]\frac{\sum_{i=1}^n a_i}{n}[/tex]
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
[tex]\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)[/tex]
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:
[tex]a_i = \frac{i-1}{i}[/tex]
Thus, I believe the mean of every number in this sequence would be...
[tex]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}[/tex]
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...
[tex]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}[/tex]
So, these derivatives can be evaluated, and so I will, yielding...
[tex]lim_{n\rightarrow\infty}\frac{\sum_{i=1}^n \frac{1}{i^2}}{1}[/tex]
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...
[tex]\frac{\pi^2}{6} = 1.64493...[/tex]
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?