Show That The Sequence Converges Mistake?

  • Thread starter Thread starter mmmboh
  • Start date Start date
  • Tags Tags
    Mistake Sequence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
23 replies · 4K views
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?...
 
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:
It's not monotone increasing I wrote it out wrong, see above...I think it's monotone decreasing though.
 
Last edited:
Ok I figured out if I can show n-(n^2+n)1/2>-1/2, then it is monotone decreasing.
 
[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:
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!
 
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).
 
Eek induction isn't working :S.
 
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.
 
Ya looks good thanks. Just one thing, I am unsure of where the first inequality came from?
 
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]
 
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...
 
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?
 
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!