New Reply

If a sequence converges to L, so the the sequence of averages

 
Share Thread Thread Tools
Nov3-09, 06:48 AM   #1
 

If a sequence converges to L, so the the sequence of averages


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.
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Nov3-09, 07:33 AM   #2
 
Okay, so this is just a stupid idea from a physicist, but...

Suppose [tex] x_n [/tex] converges to M. Then [tex] z_n \equiv x_n - M [/tex] 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.
Nov3-09, 07:39 AM   #3
 
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)
Nov3-09, 07:52 AM   #4
 

If a sequence converges to L, so the the sequence of averages


Quote by snipez90 View Post
Can you find an estimate involving the terms x_N, x_(N+1), ... x_(N+M)?
No, lol...
Nov3-09, 08:57 AM   #5
 
Recognitions:
Homework Helper Homework Help
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
[tex] (x_n+ x_{n+1}+ ...+x_m)/(m-n) \leq e [/tex]

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
Nov3-09, 09:43 AM   #6
 
Quote by lanedance View Post
then you know say for m > n >N that
[tex] (x_n, x_{n+1}, ...,x_m)/(m-n) \leq e [/tex]
How does this imply the convergence of y_n?
Nov3-09, 10:17 AM   #7
 
Quote by snipez90 View Post
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.
Nov3-09, 02:40 PM   #8
 
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 [tex] |y_n - M| = (z_1 + z_2 + ... + z_n)/n [/tex].

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

[tex] (z_1 + z_2 +...+ z_N + ... z_m)/m < (z_1 + z_2 + ... +z_N + \epsilon + \epsilon +...)/m [/tex] etc, the rest is trivial. The key part is choosing delta to be smaller than epsilon (which you can always do).
Feb22-11, 06:03 PM   #9
 
Here's how I did it. (There are several ways, but I think this way is the most direct.)

x_n-->L & y_n=(x_1+...+x_n)/n ==> y_n-->L

PROOF:
x_n-->L, so L-e<x_n<L+e for all n>N.

So, x_n/(L-e)>1 and x_n/(L+e)<1.

Now, let y_n

=[x_1+...+x_(N-1)]/n + [x_N+...+x_n]/n.

The first term converges to 0. We focus on the second.

Note that,

(x_N+...+x_n)/n = (x_N+...+x_n)/(n-N+1) - N(x_N+...+x_n)/[n(n-N+1)] + (x_N+...+x_n)/[n(n-N+1)].

Also, by hypothesis,

x_N/(L+e)+...+x_n/(L+e) < n-N+1, since each term is less than 1.
So,
(x_N+...+x_n)/(n-N+1) < (L+e).
And,
x_N/(L-e)+...+x_n/(L-e) > n-N+1
so,
(x_N+...+x_n)/(n-N+1) > (L-e).
Thus,
(x_N+...+x_n)/(n-N+1) --> L.
Thus,
(x_N+...+x_n)/n = (x_N+...+x_n)/(n-N+1) - N(x_N+...+x_n)/[n(n-N+1)] + (x_N+...+x_n)/[n(n-N+1)] --> L - 0(L) + 0(L) = L.

Thus, y_n--> L.
Feb22-11, 06:14 PM   #10
 
Quote by dianetics View Post
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
Sorry I don't like any of the answers here so here I go:

ym = the average of a convergent sequence.
Here's the slim jim of it all without wasting pages upon pages to prove it.
x1...xm approaches M when divided by m ... this becomes M! (infinite sequence approaching any number divided by infinity = that number)

ym therefore = M ... easy
Feb22-11, 06:36 PM   #11
 
Recognitions:
Homework Helper Homework Help
hasn't this been shut for years?
Feb22-11, 09:08 PM   #12
 
Yeah, I was just asked to prove this using nothing but the definition of convergence. As I struggled with it, I came across this thread and decided to post what I got.
New Reply
Thread Tools


Similar Threads for: If a sequence converges to L, so the the sequence of averages
Thread Forum Replies
prove sequence converges Calculus & Beyond Homework 7
sequence converges Calculus & Beyond Homework 3
Prove the sequence n/2^n converges to 0 Calculus & Beyond Homework 5
Show sequence converges? Calculus & Beyond Homework 1
Sequence that has a subsequence that converges towards any value in R General Math 5