PDA

View Full Version : If a sequence converges to L, so the the sequence of averages


dianetics
Nov3-09, 07:48 AM
1. The problem statement, all variables and given/known data

( xn ) is given.

ym = ( x1 + . . . + xm ) / m

show that if xn converges to M, then ym converges to M

2. Relevant equations

Definition of convergence for sequences

3. The attempt at a solution

I've tried a whole page full of algebraic manipulation. I found a recursive definition of ym, found xn in terms of ym and ym-1, and I've tried showing that abs(xn - L) < e, implies abs(bm - L) < e, all to no avail. I'd really appreciate some guidance.

clamtrox
Nov3-09, 08:33 AM
Okay, so this is just a stupid idea from a physicist, but...

Suppose x_n converges to M. Then z_n \equiv x_n - M converges to 0, right? It would seem to me that the calculation would be a bit simpler if you worked with z instead of x.

snipez90
Nov3-09, 08:39 AM
I think you can get some decent estimates from just algebraic manipulation, but iirc the trick here is to work with both indexes. We know that |x_n - L| < e for n > N and we need m to be sufficiently large (m > M for some M) so that |y_m - L| holds (I'm using L for the limit since I reserve M to be the measure of how large m needs to be to have convergence). Now we only care about the terms of x_n for sufficiently large n, so try working with |x_n - L| < e for n > N. Can you find an estimate involving the terms x_N, x_(N+1), ... x_(N+M)? (If this approach works as it should, you should be able to choose M at a later point)

dianetics
Nov3-09, 08:52 AM
Can you find an estimate involving the terms x_N, x_(N+1), ... x_(N+M)?
No, lol...

lanedance
Nov3-09, 09:57 AM
calmtrox gives a good idea, but carrying on from snipez's comments, you know for any e>0, that you can pick N so that |x_n -L|< e, for all n>N

then you know say for m > n >N that
(x_n+ x_{n+1}+ ...+x_m)/(m-n) \leq e

assume the terms are bounded below N. Then the basic idea is that you can take as many terms with n>N to smooth out any devations from the terms (as at the end of the day, everything gets divided by a big number M, that you choose)

EDIT: changed commas to plus signs

dianetics
Nov3-09, 10:43 AM
then you know say for m > n >N that
(x_n, x_{n+1}, ...,x_m)/(m-n) \leq e
How does this imply the convergence of y_n?

dianetics
Nov3-09, 11:17 AM
I think you can get some decent estimates from just algebraic manipulation, but iirc the trick here is to work with both indexes. We know that |x_n - L| < e for n > N and we need m to be sufficiently large (m > M for some M) so that |y_m - L| holds (I'm using L for the limit since I reserve M to be the measure of how large m needs to be to have convergence). Now we only care about the terms of x_n for sufficiently large n, so try working with |x_n - L| < e for n > N. Can you find an estimate involving the terms x_N, x_(N+1), ... x_(N+M)? (If this approach works as it should, you should be able to choose M at a later point)
I'm not following. Why do we only care about the terms of xn for sufficiently large n? yn is dependent on all x1...xn-1 as well.

Edit: I have this so far:

the convergence of x_n means that:
| (x_n + x_n+1 + ... + xm) / (m - n + 1) - L | < e

Now I'm trying to incorporate ym somehow into this inequality.

clamtrox
Nov3-09, 03:40 PM
Okay, here's what I got in 15 minutes. I'm a physicist so forgive me if I'm stupid :)

Using my previous definition for z_n, you have |y_n - M| = (z_1 + z_2 + ... + z_n)/n .

Now, y_n converges if for all epsilon you can find a big enough N that for all n>N, the expression above is smaller than epsilon.

But you also know that z_n converges to zero, so you can also find a large O so that for any positive real number delta, |z_n| < delta for all n>O.

The trick with the rest of the exercise is to notice that you can always choose your delta to be smaller than epsilon. It should be very straightforward then to evaluate that

(z_1 + z_2 +...+ z_N + ... z_m)/m < (z_1 + z_2 + ... +z_N + \epsilon + \epsilon +...)/m etc, the rest is trivial. The key part is choosing delta to be smaller than epsilon (which you can always do).