Looks like the Harmonic series

  • Thread starter Thread starter Punkyc7
  • Start date Start date
  • Tags Tags
    Harmonic Series
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
20 replies · 2K views
Punkyc7
Messages
415
Reaction score
0
does let z[itex]_{n}[/itex]=

[itex]\frac{1}{n+1}[/itex]+[itex]\frac{1}{n+2}[/itex]+[itex]\frac{1}{n+3}[/itex]+...+[itex]\frac{1}{2n}[/itex]

does z[itex]_{n}[/itex] converge or diverge..


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


Punkyc7 said:
does let z[itex]_{n}[/itex]=

[itex]\frac{1}{n+1}[/itex]+[itex]\frac{1}{n+2}[/itex]+[itex]\frac{1}{n+3}[/itex]+...+[itex]\frac{1}{2n}[/itex]

does z[itex]_{n}[/itex] 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
[tex]\lim_{n \to \infty} z_n~?[/tex]

Note that I added some to my previous response.
 


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

Post #4 holds the other clue.
 
Last edited:


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


since its bounded and increasing it converges doesnt
 


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

no. look at, for example:
[tex] 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)}[/tex]
[tex] 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}[/tex]

Thus, there is a subsequence that is definitely not within a neighborhood [itex]\epsilon = 1/5[/itex] 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:


ok since its monotonic decreasing and bounded it is convergent
 


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?
 


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

read post #6.
 


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


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.
 


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.
 


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.
 


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.