Converging Sequence: Basic Steps and Practice Problems

  • Thread starter Thread starter Lee33
  • Start date Start date
  • Tags Tags
    Sequence
Lee33
Messages
156
Reaction score
0

Homework Statement



I was given this homework problem:

Show that if ##a_1,a_2, ... ,## is a sequence of real numbers that converges to ##a##, then lim_{n\to \infty}\frac{\sum^n_{k=1} a_k}{n}=a.

I was provided a solution but my book never went over such examples or the concrete steps to solve such a problem. I am wondering what are the basic first steps to solving these types of problems?

And if possible, where can I find practice problems like these online? I searched but I couldn't find any.
 
Last edited:
Physics news on Phys.org
Hint:
Remember that for every n, you may rewrite:
na=\sum_{k=1}^{n}a
 
Lee33 said:

Homework Statement



I was given this homework problem:

Show that if ##a_1,a_2, ... ,## is a sequence of real numbers that converges to ##a##, then lim_{n\to \infty}\frac{\sum^n_{k=1} a_k}{n}=a.

I was provided a solution but my book never went over such examples or the concrete steps to solve such a problem. I am wondering what are the basic first steps to solving these types of problems?

There are various techniques for limit problems, but since this problem asks you to start with an arbitrary convergent sequence (a_k) the only one which will work is to use what you know about (a_k): for all \epsilon > 0 there exists K \in \mathbb{N} such that if k \geq K then a - \epsilon < a_k < a + \epsilon.

That suggests taking an arbitrary \epsilon > 0 and its corresponding K and splitting the sum as follows:
<br /> \frac1n \sum_{k=1}^n a_k = \frac1n \sum_{k=1}^{K-1} a_k + \frac1n \sum_{k=K}^n a_k<br />
(You are interested in the limit n \to \infty, so at some stage you will have n &gt; K and you may as well assume that to start with.)

Your plan is to show that
<br /> a - \epsilon \leq \lim_{n \to \infty} \frac1n \sum_{k=1}^n a_k \leq a + \epsilon<br />
and since \epsilon &gt; 0 was arbitrary it must follow that
<br /> \lim_{n \to \infty} \frac1n \sum_{k=1}^n a_k = a<br />
as required.
 
I would use ϵ/2 in one step instead of ϵ, that makes the inequalities easier to show.
 
Thank you very much, pasmith! That cleared some issues I had, thanks for clarifying it for me.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top