A confusing definition of limit of a sequence

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 2K views
jens.w
Messages
11
Reaction score
0

Homework Statement



I'm having an enormously hard time wrapping my head around the following definition, which is using some concepts that keep showing up in other definitions and theorems.

I'll state the definition and then i'll ask about the parts that i don't understand:

We say that [tex]limx_{n}=L[/tex] if for every positive number [itex]\epsilon[/itex] there exists a positive number N = N([itex]\epsilon[/itex]) such that [tex]\left | x_{n}-L \right |< \varepsilon[/tex] holds whenever n [itex]\geq[/itex] N.

Homework Equations





The Attempt at a Solution



Well the whole thing is just a big mess in my head, so the questions I am able to formulate are:
What is this epsilon number? How is it related to N? Why is [tex]\left | x_{n}-L \right |< \varepsilon[/tex] when n [itex]\geq[/itex] N?

If these are irrelevant questions, can you please try to explain this definition from another viewpoint, maybe even graphically?
 
Physics news on Phys.org
This isn't quite the definition I learned for limits, but it is very similar. I eventually wrapped my head around it, I'll try my best to explain here...

The number L is what the sequence approximates to as 'n' gets larger and larger.
Use the sum of the sequence (1/2)+(1/4)+(1/8)+... as an example. We know the limit of this as n→∞ is 1.
Take an arbitrarily small epsilon, e.g. 0.1 or something. Can we find an N such that for all n≥N, the difference between our approximation and L=1 is less than 0.1? So Xn would have to be 0.9 or more; in this case N is 4 as 1/2+1/4+1/8+1/16 = 0.9375, and 1-0.9375 is less than our arbitrary epsilon.
It is easy to see that, no matter how small we choose epsilon to be, we will be able to find an N such that the approximation is close enough to L. This is the definition of a limit.

I hope that helped.
 
[itex]|x_n- L|[/itex] measures how close [itex]x_n[/itex] is to L. Saying there exist N such that if n>N, [itex]|x_n- L|< \epsilon[/itex] means "we can make [itex]x_n[/itex] arbitrarily close to L (less than distance [itex]\epsilon[/itex] from L) by going far enough in the sequence.
 
Yes, yes, yes. Nytik you made it much clearer. Especially with the example.
Also thank you HallsofIvy.

Now it actually makes sense to put those demands on the sequence, to be comfortable with saying that it will approach a limit. Thank you!