Why Does the Series Sum of (ln n)/n Exceed Sum of 1/n?

  • Thread starter Thread starter transgalactic
  • Start date Start date
  • Tags Tags
    Expression
transgalactic
Messages
1,386
Reaction score
0
<br /> \sum_{n=1}^{\infty}\frac{\ln n}{n}&gt; \sum_{n=1}^{\infty}\frac{1}{n}<br />

ln is not always bigger then 1
so when i am doing the comparing test
i can't use that
because ln 1 =0

??
 
Last edited:
Physics news on Phys.org
ln n > 1 for almost every positive number n. Compare the graphs of y = ln x and y = 1 and you'll see that what I'm saying is true.
 
you said yourself "almost" not absolutely
 
Remember that that sum is really just a whole list of terms, all added up. So you can split the sum into two sums, or write out some of the terms explicitly if you want. Just to give an example:

\sum_{n=0}^{\infty} n^2 e^{-n} = \left(\sum_{n=0}^{6} n^2 e^{-n}\right) + \left(\sum_{n=7}^{\infty} n^2 e^{-n}\right) = 0^2 e^{-0} + 1^2 e^{-1} + 2^2 e^{-2} + \sum_{n=3}^{\infty} n^2 e^{-n}

You can do something like this for one or both of the sums in your expression, and it should help.
 
transgalactic said:
you said yourself "almost" not absolutely
In an infinite series, you can always ignore a finite number of terms without affecting whether the series converges or diverges.
 
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