Why Does 1/n Diverge & 1/n2 Converge? Explanation Beyond Formulas

  • Context: Undergrad 
  • Thread starter Thread starter atomqwerty
  • Start date Start date
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
4 replies · 6K views
atomqwerty
Messages
89
Reaction score
0
Why the serie [tex]\sum\frac{1}{n}[/tex] diverges and the serie [tex]\sum\frac{1}{n^{2}}[/tex] converges? I'd appreciate an explanation beyond the definition of geometric series (I know that the sum of a geometric serie is given by a formula).

I've found an explanation, that involves the creation of groups in the series so each of them result 1/2 (at least), so the sum diverges. Could I apply the same operation to the sum 1/n2?

thanks
 
Physics news on Phys.org
These aren't geometric series so it will be hard to get an explanation from that direction. The integral test is a very natural way to understand why one converges and another doesn't; do you know what the integral test for convergence is?
 
[tex]\sum_{n=1}^{2^{(N+1)}-1}\frac{1}{n^\alpha}=\frac{1}{1^\alpha}+\frac{1}{2^\alpha}+\frac{1}{3^\alpha}+\frac{1}{4^\alpha}+\frac{1}{5^\alpha}+\frac{1}{6^\alpha}+\frac{1}{7^\alpha}+\dots<\frac{1}{1^\alpha}+\frac{1}{2^\alpha}+\frac{1}{2^\alpha}+\frac{1}{4^\alpha}+\frac{1}{4^\alpha}+\frac{1}{4^\alpha}+\frac{1}{4^\alpha}+\dots=\sum_{n=0}^{N}2^{n(1-\alpha)}[/tex]

this converges if [tex]\alpha> 1[/tex]. In a similar way you show that the generalized harmonic series diverges for [tex]\alpha\leq 1[/tex].
 
Office_Shredder said:
These aren't geometric series so it will be hard to get an explanation from that direction. The integral test is a very natural way to understand why one converges and another doesn't; do you know what the integral test for convergence is?

If I'm not wrong, [tex]a_{n}[/tex] converges if the integral sum of the associated function f(x), [tex]\int f(x)[/tex] has a finite valor. I think I've heard about that way of see it. Now I've realized that this is not a geometric serie. thanks
 
Petr Mugver said:
...

this converges if [tex]\alpha> 1[/tex]. In a similar way you show that the generalized harmonic series diverges for [tex]\alpha\leq 1[/tex].

Thanks for the explanation, I'll remember the alpha in the future.