Does This Sequence Converge to 2?

  • Thread starter Thread starter Punkyc7
  • Start date Start date
  • Tags Tags
    Limit Sequence
Punkyc7
Messages
415
Reaction score
0
use the definition of a sequence to establish the limit
lim(\frac{2n}{n+1})=2 Let \epsilon>0, then |\frac{2n}{n+1}-2| <\epsilon. Next we have that | \frac{2n-2n+-2}{n+1}|= |\frac{-2}{n+1}| <\frac{2}{n}. So \exists k\inN such that \frac{2}{k}<\epsilon. When n\geqk, we have \frac{2}{n} < \frac{2}{k} <\epsilon. Therefore the limit is 2. BLOCKIs this the right way to do a limit proof?
 
Physics news on Phys.org
Looks good. Some remarks:

Punkyc7 said:
| \frac{2n-2n+-2}{n+1}|

2n+-2 is not something one writes. You'll have to write 2n+(-2) or simply 2n-2. I think you've just made a typo, but I wanted to make sure.

So \exists k\inN such that \frac{2}{k}<\epsilon.

Why does such a k exist?
 
The Archimedean property right, is that something I should mention? Another question if we weren't given what the limit is equal to do you just make a guess and see if it right?
 
Punkyc7 said:
The Archimedean property right, is that something I should mention?

Yes, you should certainly mention that!

Another question if we weren't given what the limit is equal to do you just make a guess and see if it right?

Yes, you need to make an educated guess by looking at the graph or perhaps by using properties of the limit. But I'm sure you will see some easy ways to calculate limits soon.
 
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