Looks like the Harmonic series

  • Thread starter Thread starter Punkyc7
  • Start date Start date
  • Tags Tags
    Harmonic Series
Punkyc7
Messages
415
Reaction score
0
does let z_{n}=

\frac{1}{n+1}+\frac{1}{n+2}+\frac{1}{n+3}+...+\frac{1}{2n}

does z_{n} converge or diverge..


I want to say it diverges because it looks like the Harmonic series
 
Physics news on Phys.org


yep I am positive
 


Punkyc7 said:
does let z_{n}=

\frac{1}{n+1}+\frac{1}{n+2}+\frac{1}{n+3}+...+\frac{1}{2n}

does z_{n} converge or diverge..


I want to say it diverges because it looks like the Harmonic series
Each term in the sum above is >= 1/(2n), which is the smallest term, and there are n terms. This means that zn >= n/(2n) = 1/2.

Also, each term in the sum is <= 1/(n + 1), which is the largest term, and there are still n terms. This means that zn <= n/(n + 1).

One of the tests you have learned is applicable here.
 
Last edited:


does that mean it converges?
 


Write down a few terms in your sequence.
z1 = 1/2
z2 = 1/3 + 1/4
z3 = 1/4 + 1/5 + 1/6

What can you say about
\lim_{n \to \infty} z_n~?

Note that I added some to my previous response.
 


<br /> \begin{array}{rcl}<br /> z_{n + 1} - z_{n} &amp; = &amp; \left( \frac{1}{n + 2} + \ldots + \frac{1}{2 n} + \frac{1}{2 n + 1} + \frac{1}{2 n + 2} \right) \\<br /> <br /> &amp; - &amp; \left(\frac{1}{n + 1} + \frac{1}{n + 2} + \ldots + \frac{1}{2 n} \right) \\<br /> <br /> &amp; = &amp; \frac{1}{2 n + 1} + \frac{1}{2 n + 2} - \frac{1}{n + 1} \\<br /> <br /> &amp; = &amp; \frac{1}{2 n + 1}- \frac{1}{2 n + 2} &gt; 0<br /> \end{array}<br />

Post #4 holds the other clue.
 
Last edited:


as n goes to infinity isn't the limit 1? because of zn <= n/(n + 1).
 


About all you can say is that 1/2 <= zn <= 1, but that doesn't mean that the limit has to be either of the endpoints.
 


since its bounded and increasing it converges doesnt
 
  • #10


Punkyc7 said:
as n goes to infinity isn't the limit 1? because of zn <= n/(n + 1).

no. look at, for example:
<br /> z_{2 n} = \left( \frac{1}{2n + 1} + \ldots + \frac{1}{3 n} \right) + \left(\frac{1}{3 n + 1} + \ldots + \frac{1}{4 n}\right) \le \frac{n}{2 n + 1} + \frac{n}{3 n + 1} = \frac{n (5 n + 2)}{(2 n + 1)(3 n + 1)}<br />
<br /> z_{2 n} \le \frac{5 n^2 + 2 n}{6 n^2 + 5 n + 1} = \frac{1}{\frac{6 n^2 + 5 n + 1}{5 n^2 + 2 n}} = \frac{1}{\frac{6}{5} + \frac{\frac{13 n}{5} + 1}{n (5 n + 2)}} \le \frac{1}{\frac{6}{5}} = \frac{5}{6}<br />

Thus, there is a subsequence that is definitely not within a neighborhood \epsilon = 1/5 of 1. So, 1 is not a limit of the sequence.

Punkyc7 said:
since its bounded and increasing it converges doesnt
yes, but it's actually decreasing.
 
Last edited:
  • #11


ok since its monotonic decreasing and bounded it is convergent
 
  • #12


Dickfore said:
yes, but it's actually decreasing.

It is NOT decreasing, it's increasing. I'd suggest to Punkyc7 not to believe everything everyone tells you.
 
  • #13


Punkyc7 said:
ok since its monotonic decreasing and bounded it is convergent

yes, and the limit is somewhere between 1/2 and 5/6. Actually, the exact sum is expressible via elementary functions. Do you know what it is?
 
  • #14


Dick said:
It is NOT decreasing, it's increasing. I'd suggest to Punkyc7 not to believe everything everyone tells you.

read post #6.
 
  • #15


Dickfore said:
read post #6.

I did. And I have no idea what you are doing. z_1=1/2, z_2=7/12, z_3=37/60. Now you read post #6 and tell me what's wrong with it.
 
  • #16


there's an extra term -1/n that does not belong there.
 
  • #17


Dickfore said:
there's an extra term -1/n that does not belong there.

Perhaps. I didn't read it THAT carefully. But I do know z_n is an increasingly accurate estimate to log(2). And all of the z_n are underestimates. Think of it as like an integral estimate.
 
  • #18


Dick said:
Perhaps. I didn't read it THAT carefully.
I corrected it.

Dick said:
But I do know z_n is an increasingly accurate estimate to log(2). And all of the z_n are underestimates. hink
of it as like an integral test.

Look at my post #13.
 
  • #19


Dickfore said:
I corrected it.



Look at my post #13.

Ok, so you know what it is. That's good. I'd still suggest to Punkyc7 to think more about the problem. And maybe for you to maybe provide less details until Punkyc7 does that.
 
  • #20


The original sum is a sum of positive terms. If we are always adding a positive number, the sum must be increasing.
 
  • #21


HallsofIvy said:
The original sum is a sum of positive terms. If we are always adding a positive number, the sum must be increasing.

But, we are not adding a positive number in addition to the same positive numbers from the previous term. Thus, your logic is flawed.
 
Back
Top