Having trouble manipulating the equation

  • Thread starter Thread starter kreil
  • Start date Start date
kreil
Science Advisor
Insights Author
Messages
665
Reaction score
68
Using the fact that E_n=(1+\frac{1}{n})^n {\rightarrow}e, find the limits of the following:

a) (1+\frac{1}{n^2})^{n^2}

b)(1+\frac{1}{2n})^n

c)(1+\frac{2}{n})^n


Here is the work I've done:

a) If u=n2, (1+\frac{1}{n^2})^{n^2}=(1+\frac{1}{u})^u {\rightarrow} e

b) (1+\frac{1}{2n})^n=((1+\frac{1}{2n})^{2n})^{\frac{1}{2}} {\rightarrow} e^{\frac{1}{2}}

c) This is the part I'm having problems with. I'm having trouble manipulating the equation so that I can use the given fact about convergence to e. Any suggestions will be helpful.

Josh
 
Last edited:
Physics news on Phys.org
It's the same as b except with 1/2 instead of 2.
 
Ohh ok, got that now.

Another question I'm having problems with is that I need to come up with a bounded sequence that is not Cauchy. From my notes, it says that any convergent sequence is cauchy, so I don't know exactly how to do this. Any suggestions?

Josh
 
If you want a sequence that is not Cauchy, and you know that any convergent sequence is Cauchy... then isn't it clear that you should look for a divergent sequence?
 
As Hurkyl hinted, the exercise is aimed at making you think of a sequence that is both bounded and divergent.

I just got (after 2 years) that when we misleadingly(!) say (for instance in the case of a)) "set u=n²", what we're really doing is arguing that if {a_n} converges to L, then all of its subsequences converge to L, one of which is {a_{n^2}}. And since we know {a_n} to converge to e, the same thing is true of {a_{n^2}}.
 
Last edited:
How can a sequence be bounded and divergent? If a sequence is bounded then it has a least upper bound s.t. all the elements of the sequence are less than or equal to the l.u.b. If a sequence is divergent, then if you choose any number you can find a number in the sequence that is bigger.

I think I'm missing something here...
 
Nope, don't merge the concepts of divergence and "the limit is \infty". Clearly: a series is divergent iff it does not converge. But that it does not converge does not imediately implies that the sequence in unbounded. There is another possibility...

<whisper> it's about subsequences! </whisper>
 
Last edited:
If you think any bounded sequence converges, then can you give a proof of that claim?

I'll get you started: Let \{ s_n \} be sequence such that M \leq s_n \leq N for all n.
 
Are we just talking about a sequence whose elements are bounded but when added together are divergent?

If so, then the harmonic series is bounded but not cauchy, correct?
 
  • #10
Nope; we're talking about sequences, not series.
 
  • #11
The harmonic series is a sequence {a_n} whose general term is the nth partial sum:

a_n = \sum_{i=1}^n \frac{1}{i}

And you know that this series diverges because it is unbounded from above. So the divergent series is not what you're looking for.
 
  • #13
In case of confusion, it is always a good idea to re-read your notes/books (or even better, read the same theory but from another author). Like I hinted, there should be a theorem in there relating the behavior of a sequence to the behavior of its subsequences.
 
  • #14
I know that if a sequence is bounded then all of its subsequences are bounded by the same bounds. I missed a day of class a few weeks ago which may have been when other notes regarding this were given...
 
  • #15
If a sequence converges to L then all its subsequences converge to L.
 
  • #16
So, a sequence is convergent iff all of its subsequences converge towards the same limit. And a sequence is bounded iff all of its elements are smaller than or equal to some M>0 for all natural n.

So a bounded, non-Cauchy sequence is a sequence whose elements are all smaller than or equal to some M>0 for all natural n and whose subsequences don't all converge to the same limit...?

So would the sequence a_n={1,-1,1,-1,1,-1...} be a bounded, non-cauchy sequence? It is definitely bounded, and none of its subsequences converge to a limit.
 
Last edited:
  • #17
None of its subsequences converge to a limit?! And what about {a_{2n}}={1,1,1,...}?

That you're on the right track would be an understatement.. you're burning! But you need to find the correct argument.P.S. The statement "a sequence is bounded iff all of its elements are smaller than or equal to some M>0 for all natural n." is incorrect. This only says that the sequence is bounded from above, while a bounded sequence is defined as one which is bounded from above and from below. So a standard definition is that {a_n} is bounded if there exist a positive number M such that -M<a_n<M for all naturals n. (Or more compactly that |a_n|<M)
 
  • #18
not all of its subsequences converge to the same limit, and for that example, M=1. Since it fits this criteria, why is that sequence not bounded and non-Cauchy?
 
  • #19
You're asked to find a sequence that is bounded and non-Cauchy.

In \mathbb{R} a sequence is Cauchy iff it is convergent. So you must find a sequence that is divergent and bounded. Do you see how a_n defined above has these properties?
 
  • #20
Almost giving the answer away: take two sequences that converge to different limits. Make a new sequence by alternating the two convergent sequences.
 
Back
Top