Sum of Series 1/n: Is it Infinity?

  • Level: High School 
  • Thread starter Thread starter Chris Miller
  • Start date Start date
  • Tags Tags
    Series Summation
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
8 replies · 3K views
Chris Miller
Messages
371
Reaction score
35
I've seen the proof that the sum of 1/n for = 1 to infinity is infinity (which still blows my mind a little).

Is the sum of 1/nn for n = 1 to infinity also infinity?

i.e, 1 + 2/4 + 3/27 + 4/256+...
 
Physics news on Phys.org
After the first two elements it is smaller than the sum over ##\displaystyle \frac{1}{2^n}## where you can find the sum directly.

If you want to explore the region between divergence and convergence more, have a look at ##\displaystyle \frac{1}{n^2}## and ##\displaystyle \frac{1}{n \log(n)}## and ##\displaystyle \frac{1}{n \log(n)^2}##and ##\displaystyle \frac{1}{n \log(n) \log(log(n))}##. These will need some clever tricks to determine if they converge.
 
oops, yes, thanks, I meant the sum of n/nn for n = 1 to infinity

So... it's < 2?
 
##\frac{n}{n^n}##? That is equal to ##\frac{1}{n^{n-1}}##
Chris Miller said:
So... it's < 2?
It is.
 
  • Like
Likes   Reactions: Chris Miller
Chris Miller said:
I've seen the proof that the sum of 1/n for = 1 to infinity is infinity (which still blows my mind a little).

Is the sum of 1/nn for n = 1 to infinity also infinity?

i.e, 1 + 2/4 + 3/27 + 4/256+...

the sum of ak converges for a<1 for k=1 to inf - this is just a geometric series and the sum is 1/(1-a)

so by that 1/nn converges for n=1 to inf as 1/nn becomes smaller than any constant ak
 
mfb said:
##\frac{n}{n^n}##? That is equal to ##\frac{1}{n^{n-1}}##It is.
He meant [itex]\sum\limits_{n\to\infty} \,\, \frac{n}{n^n}[/itex].
 
Matt Benesi said:
He meant [itex]\sum\limits_{n\to\infty} \,\, \frac{n}{n^n}[/itex].
Same thing?
 
Chris Miller said:
Same thing?
Unless you guys are mind readers, and meant [itex]\sum\limits_{n\to\infty} \,\, \frac{n}{n^n} = \sum\limits_{n\to\infty} \,\, \frac{1}{n^{n-1}}[/itex] by what you said, [itex]\frac{n}{n^n}\, =\, \frac{1}{n^{n-1}}[/itex] is different from the sum.