Advanced Calculus Proof-limit of a sequence.

emira
Messages
7
Reaction score
0

Homework Statement


Suppose that the sequence {a_n} converges to A. Define the sequence {b_n} by:

b_n = (a_n +a_(n+1) )/2

Does the sequence {b_n} converge? If so, specify the limit and prove your conclusion. Otherwise, give an example when this is not true.


Homework Equations





The Attempt at a Solution



Me and some class mates tried to use the sandwich theorem, but are not sure if it applies here:

Suppose that {a_n}, {k_n}, and {c_n} are three sequences. NOTE: k_n = a_(n+1). Suppose there exists an element n from N, such that

a_n≤k_n≤c_n

Suppose that a_n and c_n converge to A, then, by the limit definition, there exists an n_2 such that |a_n-A|<ε

the same thing for c_n, there exists an n_3 such that |c_n-A|<ε

n* max {n_1, n_2, n_3}

A-ε≤a_(n )≤A+ε
A-ε≤c_(n )≤A+ε
then A-ε≤a_(n )≤k_n≤c_n≤A+ε so that means that K_n converges to A, but k_n is actually
a_(n+1), so then a_(n+1) converges to A.

Now, since b_n =( a_n +a_(n+1))/2

take the limit of b_n and by limit preperties you find that the limit of b_n is A.

I don't know if this is the right solution for this problem, we also thought about representing the a_n as a sequence that converges to A, such as a_n =A, but I am not sure since it seems we are asked to prove this generally.

Any hints would be highly appreciated,

thank you very much,

Emira!
 
Physics news on Phys.org
emira said:
[Suppose that the sequence {a_n} converges to A. Define the sequence {b_n} by:

b_n = (a_n +a_(n+1) )/2

Does the sequence {b_n} converge? If so, specify the limit and prove your conclusion. Otherwise, give an example when this is not true.

Hi emira! :smile:

Just start "given ε, ∃ n such that …" :smile:
 
Part of that, at least, is easy: If {bn} converges, then its limit is easy to get:
\lim{n\rightarrow\infty}\frac{a_n+ a_{n+1}}{2}= \frac{\lim_{n\rightarrow\infty} a_n}{2}+ \frac{\lim_{n\rightarrow\infty} a_{n+1}}{2}
and those last two limits are given.

As for proving that it does converge, since we know {an} converges to A, given any \epsilon&gt; 0, there exist N such that if n> N, |a_n- A|&lt; \epsilon. Of course, if n> N, so is n+1 so the same is true of an+1!
 
Since

<br /> \lim_{n \to \infty} a_n = A<br />

then it is also true that

<br /> \lim_{n \to \infty} a_{n=1} = A<br />

The proof that \{b_n\} converges is simply an exercise in the algebra of limits - no need for an \epsilon, \delta proof (unless the original question required such).
 
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