Show That The Sequence Converges Mistake?

  • Thread starter Thread starter mmmboh
  • Start date Start date
  • Tags Tags
    Mistake Sequence
Click For Summary

Homework Help Overview

The discussion revolves around the convergence of a sequence, initially questioned by the original poster who believes it diverges to negative infinity. The problem involves summation and the behavior of a sequence defined by terms involving square roots.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore the nature of convergence and divergence, with some questioning the definitions involved. There are attempts to correct an initial misunderstanding regarding the sequence's formulation. Various methods are suggested, including proving monotonicity and bounding the sequence.

Discussion Status

The discussion is active, with participants offering different approaches to analyze the sequence. Some have provided guidance on proving monotonicity and bounding the sequence, while others express uncertainty about their methods and seek clarification on inequalities used in their reasoning.

Contextual Notes

Participants note constraints such as the lack of coverage of integration in their analysis class, which affects their approach to bounding the sequence. There is also mention of homework rules that may limit the methods they can use.

mmmboh
Messages
401
Reaction score
0
[PLAIN]http://img408.imageshack.us/img408/6862/mistakeg.jpg

Am I reading this wrong, or does this sequence not converge?
There is no k dependence in the summation, so we can take out the 1/n1/2, and the summation of 1 from k=1 to n is just n, right?

so that gives n*1/n1/2-2n1/2= n1/2-2n1/2=-n1/2...and this sequence diverges to negative infinity...

Am I misunderstanding something? Or does my teacher consider this sequence to be "converging" to negative infinity, which seems strange.
 
Last edited by a moderator:
Physics news on Phys.org
mmmboh said:
Or does my teacher consider this sequence to be "converging" to negative infinity, which seems strange.

There's a standard definition for converging to negative infinity which probably agrees with your intuition, but if you haven't covered it in class then "does not exist" is the right thing to write down
 
Ok so turns out there was a mistake, the 1/n1/2 in the summation should be 1/k1/2. I'm not sure how to solve it though. I tried doing it by showing the sequence is cauchy, and I got am+n-an (for some m in the reals) = [tex]\Sigma[/tex]1/k1/2 from k=n+1 to k=n+m (the other 1/k1/2's cancel out)...I'm not sure how I am suppose to choose my n though so that the sequence is less than a given [tex]\epsilon[/tex]...any help? Is this even a good method?...
 
Well, you could prove that the sequence is strictly increasing/decreasing and that it's bounded. Not sure if that would work tho...
 
Ok, I would use the following not-so-hard-to-prove inequalities:

[tex]\sum_{k=2}^n{\frac{1}{\sqrt{k}}}\leq \int_1^n{\frac{1}{\sqrt{x}}dx}\leq\sum_{k=1}^{n-1}{\frac{1}{\sqrt{k}}}[/tex]

Then you can change the series by values you can actually work with.
 
Hm it's for my analysis class, we haven't talked about integration yet. I just realized I wrote out (an+1)-(an) wrong though. It's actually
1/(n+1)1/2-2((n+1)1/2-n1/2)...so I think it's monotone down but I have to show it, and then find a lower bound I guess...
 
Last edited:
Try to prove first that the sequence is monotonically increasing.
 
It's not monotone increasing I wrote it out wrong, see above...I think it's monotone decreasing though.
 
Last edited:
Strange, I thought I have proven that it was increasing. Must have been something wrong with the proof then :smile: I'll recheck...
 
  • #10
Ok I figured out if I can show n-(n^2+n)1/2>-1/2, then it is monotone decreasing.
 
  • #11
[tex]n-\sqrt{n^2+n}>-\frac{1}{2}[/tex]
if and only if
[tex]2n+1 > 2\sqrt{n^2+n}[/tex]
Squaring both sides is legal since all terms are positive. So this is true iff

[tex]4n^2+4n+1>4n^2+4n[/tex]

This is true iff

[tex]1>0[/tex]

This is true, so I guess its decreasing...

EDIT: made a stupid mistake
 
Last edited:
  • #12
No it is true, you just forgot to square the left side, 2n+1...the inequality should be (2n+1)2=4n2+4n+1>4n2+4n, which is true. I figured it out too, but I like yours a little better. Thanks...now I just have to find a way to show it is bounded.

Edit: Oh you saw the mistake!
 
  • #13
What I think to be true is:

[tex]2\sqrt{n+1}-2\sqrt{n}-2\leq \sum_{k=1}^n{\frac{1}{\sqrt{k}}}-2\sqrt{n}[/tex]

This is easy to check with integrals. But I don't know how to check it without them. Induction maybe?
 
  • #14
Hm I'm not sure yet. What would that accomplish though, are you trying to bound it below by -2? (I think the summation should be from 1 to n+1 if so, but anyway).
 
  • #15
Eek induction isn't working :S.
 
  • #16
Ok, spare me if I made some mistakes, but this seems to be the proof of the inequality:

[tex]2\sqrt{n+1}-2\sqrt{n}-2\leq \sum_{k=1}^n{\frac{1}{\sqrt{k}}-2\sqrt{n}[/tex]

Obviously, it suffices to show that

[tex]2\sqrt{n+1}-2\leq \sum_{k=1}^n{\frac{1}{\sqrt{k}}[/tex]

Let's proceed by induction. For n=1, this is easy. So let's assume the inequality is true for n-1. Then we have that

[tex]\sum_{k=1}^n{\frac{1}{\sqrt{k}}=\sum_{k=1}^{n-1}{\frac{1}{\sqrt{k}}+\frac{1}{\sqrt{n}} \geq 2\sqrt{n}-2+\frac{1}{\sqrt{n}}[/tex]

We need to show that

[tex]2\sqrt{n}-2+\frac{1}{\sqrt{n}}\geq 2\sqrt{n+1}-2[/tex]

Multiplying by [tex]\sqrt{n}[/tex] (this is positive) yields that this is true iff


[tex]2n+1\geq 2\sqrt{n(n+1)}[/tex]

Squaring both sides (which are positive) gives that this is true iff

[tex]4n^2+4n+1\geq 4n^2+4n[/tex]

But this is obviously true. So the original inequality has to be true. So

[tex]2\sqrt{n+1}-2\sqrt{n}-2\leq \sum_{k=1}^n{\frac{1}{\sqrt{k}}-2\sqrt{n}[/tex]

But the sequence [tex]2\sqrt{n+1}-2\sqrt{n}-2[/tex] is a decreasing function, whose limit is -2. So we have that the sequence

[tex]\sum_{k=1}^n{\frac{1}{\sqrt{k}}-2\sqrt{n}[/tex]

is bounded below by -2.
 
  • #17
Ya looks good thanks. Just one thing, I am unsure of where the first inequality came from?
 
  • #18
What inequality do you mean? This one?

micromass said:
[tex]\sum_{k=1}^n{\frac{1}{\sqrt{k}}=\sum_{k=1}^{n-1}{\frac{1}{\sqrt{k}}+\frac{1}{\sqrt{n}} \geq 2\sqrt{n}-2+\frac{1}{\sqrt{n}}[/tex]

That's by the induction hypothesis.
 
  • #19
No this one
[tex] 2\sqrt{n+1}-2\sqrt{n}-2\leq \sum_{k=1}^n{\frac{1}{\sqrt{k}}-2\sqrt{n} [/tex]
 
  • #20
Ow, where I got it from. Well, you will not like it, but it's a standard way of finding inequalities.

If [tex]f:\mathbb{R}^+\rightarrow \mathbb{R}^+[/tex] is a decreasing function, then

[tex]\int_1^{n+1}{f(x)dx}\leq \sum_{k=0}^n{f(k)}[/tex]

So performing the integral with [tex]f(x)=\frac{1}{\sqrt{x}}[/tex] will give you the inequality

[tex]2\sqrt{n+1}-2\leq \sum_{k=0}^n{f(k)}[/tex]

I realize your not supposed to use integral, but I see no other way of finding that inequality. But at least the proof of the inequality is integral-free...
 
  • #21
But then if that inequality just proves it is decreasing, then how does it show it is bounded below by -2?

Edit: Oh wait I see. But is there a way I can justify this inequality without saying I found it using an integral?
 
  • #22
I'm sorry, but the only way I know of finding this inequality is by integrating... Maybe you can say it way by trial-and-error.
 
  • #23
Yeah actually, I don't think I need to justify where it came from. If I show it is true then my sequence must be bounded below by -2, proof is proof. Thanks a lot!
 
  • #24
:smile:
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
4
Views
2K
Replies
1
Views
1K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K