Two subsequential limit questions

  • Thread starter Thread starter hiro
  • Start date Start date
  • Tags Tags
    Limit
hiro
Messages
2
Reaction score
0
I have two questions involving subsequential limits. One I have started and understand what I need to do, the second I really don't know how to start.

First question

Let 0 ≤ a < b < +∞. Define the sequence a_{n} recursively by setting a_{1} = a, a_{2} = b, and a_{n+2}=(a_{n}+a_{n+1})/2 \foralln.

Show that the sequences a_{2n} and a_{2n-1} are monotonic and convergent. Does a_{n} converge? To what?

Solution attempt
This is the second part of the question. The first part I already proved, and shows that if a_{2n} and a_{2n-1} both converge to the same limit then a_{n} converges to that limit.

I can show that both subsequences are bounded. I can also show that if their limits exists, they are the same (by plugging in a_{2n}→L a_{2n-1}→L and using the recurrence relations). The limit is obviously a+(2/3)b (though I need to prove it).

So all I need to do is show that a_{2n-1} is nondecreasing and a_{2n} is nonincreasing. Unfortunately I can't find the right induction proof to show this. Then I need to find one of the limits (either the full sequence or the even or odd subsequence).

Second question
Let λ\in[0,1]. Show that there exists a sequence r_{n} such that r_{n}→λ. r_{n}\in{0,1/2^n,2/2^n,...,(2^n-1)/2^n,1}.

Solution attempt
The correct theorem is presumably:

Let S denote the set of subsequential limits of a sequence s_{n}. Suppose t_{n} is a sequence in S\capℝ and that t_{n}→t. Then t belongs to S.

However I can't figure out how to apply it.

Thanks for your help.
 
Physics news on Phys.org
For the first question, the limit should be a+2(b-a)/3.

Can you write the subsequences in a closed form?

For the second question, let e > 0. What about N such that 1 / 2N < e?
 
The numerators look like a Fibonacci type sequence (a Horadam Sequence?). The bottom is just 2^(n-2). You're correct about the limit, I mistyped. Unfortunately I can't figure out if this helps. Is the pattern more obvious if you split off the odd/even sequences? I can't seem to find a pattern in each individual subsequence.

I'm starting to see the proof for the second problem. As I recall if \existsN such that \foralln≥N |a_{n+1}-a_{n}|<1/2^{n} then the sequence is Cauchy. Because the sequence would be bounded between 0 and 1 the limit exists and must lie in [0,1]. However, that doesn't prove that any real number in that range can be made the limit of the sequence. Can you help with that bit?
 
The Fibonacci sequence itself can be lifted into a closed form exponential expression, and the subsequences are exponential, or geometric sums. There might be a way to write the whole sequence in a closed form as an alternating geometric sum, now that I think about it. In any case, you want to have a form such that F(1) = a, F(2) = b, F(3) = (a + b) / 2, F(4) = ((a + b) / 2 + b) / 2...

For #2: You want to have for all e > 0 there is an N such that for all n ≥ N, |an+1-an|< 1/2N < e.

Anyway, given real r, how many dyadic rationals of the form i / 2n are you guaranteed to find in the interval (r - 1/2n, r + 1/2n)?

Edit: Also, it may be easier to think about #1 in the interval [0, 1]. Generalizing to [a, b] is fairly trivial.
 
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...

Similar threads

Back
Top