The harmonic series isn't bounded

Jamin2112
Messages
973
Reaction score
12

Homework Statement



My mind is blown. You'd think there would be some number which 1/1 + 1/3 + 1/4 + ... stays below, but I guess there isn't. However, before I believe this, I need one part of my book's proof clarified.

Homework Equations



Theorem I. Suppose that un ≥ 0 for every n. Then the series ∑un is convergent if and only if the sequence {sn} of partial sums is bounded.

The Attempt at a Solution



I'm just following along the proof in the book.

sn = 1 + 1/2 + ... + 1/n.

s2n = sn + 1/(n+1) + 1/(n+2) + ... + 1/2n > sn + 1/2,

since

1/(n+1) + 1/(n+2) + ... + 1/2n > n * (1/2n) = 1/2.

^ That's the part I don't understand. Please explain why that is true.
 
Physics news on Phys.org
\frac{1}{n+1}\geq\frac{1}{2n}. Also \frac{1}{n+2}\geq\frac{1}{2n}, \frac{1}{n+3}\geq\frac{1}{2n},..., \frac{1}{2n}\geq\frac{1}{2n}.

So adding up each term between 1/(n+1) and 1/2n is adding up n terms, each of which is at least 1/2n. The sum must then be at least 1/2n+1/2n+1/2n+...+1/2n=n*(1/2n)=1/2
 
Jamin2112 said:
1/(n+1) + 1/(n+2) + ... + 1/2n > n * (1/2n) = 1/2.

^ That's the part I don't understand. Please explain why that is true.

Each term in the sequence on the LHS is greater than the next, so each term is greater than 1/(2n):

\frac{1}{n+1} > \frac{1}{n+2}, ~ \frac{1}{n+2} > \frac{1}{n+3}, \ldots \frac{1}{2n-1} > \frac{1}{2n}.

It follows that the sum of all terms is greater than n(1/(2n)).
 
Office_Shredder said:
\frac{1}{n+1}\geq\frac{1}{2n}. Also \frac{1}{n+2}\geq\frac{1}{2n}, \frac{1}{n+3}\geq\frac{1}{2n},..., \frac{1}{2n}\geq\frac{1}{2n}.

So adding up each term between 1/(n+1) and 1/2n is adding up n terms, each of which is at least 1/2n. The sum must then be at least 1/2n+1/2n+1/2n+...+1/2n=n*(1/2n)=1/2

2367515373_515ff7a325.jpg
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top