How do I prove the existence of a limit using the definition of limit?

  • Thread starter Thread starter twoflower
  • Start date Start date
  • Tags Tags
    Definition Limit
twoflower
Messages
363
Reaction score
0
Hi all, my task is to check, whether the given sequence has a limit and if yes, count it. We have to do it using the definition of limit.

So I have eg. this sequence:

<br /> (-1)^n \left( \frac{1}{10} - \frac{1}{n} \right)<br />

I know how the definition is, but I don't know how to use it for the purpose wanted. I just wrote

<br /> \left| A - (-1)^n \left( \frac{1}{10} - \frac{1}{n} \right) \right| &lt; \epsilon , \forall \epsilon &gt; 0<br />

But how to prove that the sequence has or has not limit? Should I just try to prove existence of the limit, or, on the contrary, should I try to prove that the limit doesn't exist? What is the general recommended method, when we have to prove it from definition of limit?

Thank you all for any answer.
 
Physics news on Phys.org
There is no general solution for finding the limits of sequences. In fact, there are a goodly number of outstanding conjectures that the limit of a particular sequence is some value. In this particular case, it should be possible to show that the sequence does not tend to a limit.

Hint: If the sequence \{s_n\} has a limit converges, then the sequence\script{S}_n=s_n-s_{n+1} will tend to zero.
 
Last edited:
NateTG said:
In this particular case, it should be possible to show that the sequence does not tend to a limit.

Well, so I always have to decide, whether I will try to prove the existence of the limit, or the opposite?

NateTG said:
Hint: If the sequence \{s_n\} has a limit, then the sequence\script{S}_n=s_n-s_{n+1} will tend to zero.
Is it a general theorem? If not, when can I use it? I'm asking because I think we didn't have this theorem so far...
 
twoflower said:
Is it a general theorem? If not, when can I use it? I'm asking because I think we didn't have this theorem so far...

If you replace 'has a limit' with 'converges' (which is what I should have written it initially), then it's generally true.

Consider that if |s_n-A| &lt; \epsilon then s_n \in (A-\epsilon,A+\epsilon). Now, if
the sequence converges, then given any \epsilon &gt; 0 it's possible to find N_\epsilon so that n&gt;N_\epsilon \Rightarrow |s_n - A| &lt; \frac{\epsilon}{2}
so
n &gt; N_\epsilon \Rightarrow s_n \in (A-\frac{\epsilon}{2},A+{\epsilon)}{2}
This means that the 'tail' of the sequence is contained in an interval with a length (diameter really) of \epsilon.
So, cleary for
n_1,n_2 &gt; N_\epsilon we have |s_{n_1}-s_{n_2}| &lt; \epsilon
and,
|s_{n_1}-s_{n_2}| = |s_{n_1}-s_{n_2}-0| &lt; \epsilon
So the differences go to zero if the sequence coverges.

The notion of the difference between elements in the tail of a squence going to zero if the sequence coverges is important in real analysis:
http://mathworld.wolfram.com/CauchySequence.html
 
Last edited:
If a sequence converges, the limit is unique and every subsequence also converges to that limit.

So, if you're sequence has two subsequences tending to distinct limits then it cannot itself converge.

Can you see how that helps in your example above?
 

Similar threads

Replies
1
Views
1K
Replies
2
Views
1K
Replies
16
Views
4K
Replies
2
Views
1K
Replies
7
Views
3K
Replies
1
Views
2K
Replies
4
Views
2K
Back
Top