Re: Show a sequence does not have a limit
- From: William Elliot <marsh@xxxxxxxxxxxxxxxxxx>
- Date: Mon, 20 Oct 2008 23:02:19 -0700
On Mon, 20 Oct 2008, Cliff MacGillivray wrote:
Show x_n=1 + 1/sqrt(2) + ... + 1/sqrt(n) does not have a limit using theWhy do it the hard way? Compare it with sum(n=1,oo) 1/n.
Cauchy Criterion.
Solution:
If n>m then we have s_n - s_m =
=1/sqrt(m+1) + 1/sqrt(m+2) + ... + 1/sqrt(n)
> 1/sqrt(n) + 1/sqrt(n) + ... + 1/sqrt(n)
= (sqrt(n) - sqrt(m))/sqrt(n)
since we have n-m 1/sqrt(n) terms
=1 - (sqrt(m) / sqrt(n))
So, if we choose n=4m than we have s_4m - s_m > 1/2 . Thus the sequence
cannot be cauchy since we cannot choose an aribitary h >0 such that for
any n,m |s_n - s_m| < h and so it does not have a limit.
Correct?
Yes.
----
.
- Follow-Ups:
- Re: Show a sequence does not have a limit
- From: Cliff MacGillivray
- Re: Show a sequence does not have a limit
- References:
- Show a sequence does not have a limit
- From: Cliff MacGillivray
- Show a sequence does not have a limit
- Prev by Date: Show that a sequence is a cauchy sequence
- Next by Date: Re: question on enriched (bi)functors
- Previous by thread: Show a sequence does not have a limit
- Next by thread: Re: Show a sequence does not have a limit
- Index(es):