Is n=1∑∞n1 possible?
Its a harmonic progression and so there is no direct formula for its sum. I have seen some sites using zeta function to find its sum but zeta function works only if the exponent of n is greater than 1,right?
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
Math
Appears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3
2×3
2^{34}
234
a_{i-1}
ai−1
\frac{2}{3}
32
\sqrt{2}
2
\sum_{i=1}^3
∑i=13
\sin \theta
sinθ
\boxed{123}
123
Comments
The harmonic series is divergent and has been proven to be so for at least several hundred years. Proving this should be easy for any competent mathematics student.
One of my favorite proofs uses a simple algebraic inequality, which is valid for n>1: n−11+n+11=n2−12n>n22n=n2. Consequently, n−11+n1+n+11>n3, for all n>1. Now suppose Hm=n=1∑mn1, for m≥1. Then using the inequality we just proved, H3m+1=n=1∑3m+1n1=1+n=1∑m(3n−11+3n1+3n+11)>1+n=1∑mn1=1+Hm. In particular, this implies H4>2, H13>3, H40>4, and in general, H(3k−1)/2≥k for all positive integers k. This directly proves m→∞limHm is unbounded, because for any k>1, we can find m(k)=(3k−1)/2 such that Hm(k)>k. Therefore the given infinite series is divergent.
What I like about this proof is that it furnishes a surprisingly tight lower bound on the partial sums without relying on calculus; namely, Hm>log3(1+2m). No doubt, this is much worse than the bound Hm>γ+logm, but a proof of the latter involves significantly heavier mathematical machinery than what we have used here. There exist numerous other similar and/or simpler proofs (e.g. Oresme's well-known groupings by successive powers of 2), but this one is a bit more obscure and so is more interesting to me.
The zeta function has a pole of order 1 at s=1, and whose residue is 1. This is the unique singularity of ζ(s) and it is not removable. There's no purpose in trying to use the zeta function to evaluate the harmonic series, because the divergence of the series is precisely why the zeta function behaves the way it does.
There is another well known proof that the harmonic series is divergent: we do this by chopping increasingly large, but always finite 'chunks' with sum at least 1/2 as follows:
C_0 = {1}
C_1 = {2}
C_2 = {3,4}
C_3 = {5,6,7,8}
...
C_i = {2^(i-1), ... 2^(i)}
Observe that the sum of reciprocals in every set C_i is at least 1/2; and for any bound B, we can take the first 2B sets; the sum of reciprocals will then exceed this bound B. This bound is logarithmic, but probably inferior to Hero's
Edit: Hero has mentioned this proof in his response (Oresme); the bound is indeed inferior. Using his definition of H_m, we have:
Here's yet another proof that ∑n≥1n1 is divergent, using integration.
Imagine rectangles [1,2]×[0,1],[2,3]×[0,21],…[n−1,n]×[0,n−11]. These rectangles totally cover the graph of y=x1 from x=1 to x=n. Hence the area, 1+21+31+…+n−11 is greater than ∫1nx1⋅dx=logn which diverges.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
The harmonic series is divergent and has been proven to be so for at least several hundred years. Proving this should be easy for any competent mathematics student.
One of my favorite proofs uses a simple algebraic inequality, which is valid for n>1: n−11+n+11=n2−12n>n22n=n2. Consequently, n−11+n1+n+11>n3, for all n>1. Now suppose Hm=n=1∑mn1, for m≥1. Then using the inequality we just proved, H3m+1=n=1∑3m+1n1=1+n=1∑m(3n−11+3n1+3n+11)>1+n=1∑mn1=1+Hm. In particular, this implies H4>2, H13>3, H40>4, and in general, H(3k−1)/2≥k for all positive integers k. This directly proves m→∞limHm is unbounded, because for any k>1, we can find m(k)=(3k−1)/2 such that Hm(k)>k. Therefore the given infinite series is divergent.
What I like about this proof is that it furnishes a surprisingly tight lower bound on the partial sums without relying on calculus; namely, Hm>log3(1+2m). No doubt, this is much worse than the bound Hm>γ+logm, but a proof of the latter involves significantly heavier mathematical machinery than what we have used here. There exist numerous other similar and/or simpler proofs (e.g. Oresme's well-known groupings by successive powers of 2), but this one is a bit more obscure and so is more interesting to me.
The zeta function has a pole of order 1 at s=1, and whose residue is 1. This is the unique singularity of ζ(s) and it is not removable. There's no purpose in trying to use the zeta function to evaluate the harmonic series, because the divergence of the series is precisely why the zeta function behaves the way it does.
Log in to reply
Thanks!!!
There is another well known proof that the harmonic series is divergent: we do this by chopping increasingly large, but always finite 'chunks' with sum at least 1/2 as follows:
C_0 = {1}
C_1 = {2}
C_2 = {3,4}
C_3 = {5,6,7,8}
...
C_i = {2^(i-1), ... 2^(i)}
Observe that the sum of reciprocals in every set C_i is at least 1/2; and for any bound B, we can take the first 2B sets; the sum of reciprocals will then exceed this bound B. This bound is logarithmic, but probably inferior to Hero's
Edit: Hero has mentioned this proof in his response (Oresme); the bound is indeed inferior. Using his definition of H_m, we have:
Hm > (1/2) log2 (m) = log_4 (m)
log4 (m) < log3(m) < log_3 (1 + 2m)
Here's yet another proof that ∑n≥1n1 is divergent, using integration.
Imagine rectangles [1,2]×[0,1],[2,3]×[0,21],…[n−1,n]×[0,n−11]. These rectangles totally cover the graph of y=x1 from x=1 to x=n. Hence the area, 1+21+31+…+n−11 is greater than ∫1nx1⋅dx=logn which diverges.