Simplifying a sum involving lnx

  • Thread starter Thread starter dustbin
  • Start date Start date
  • Tags Tags
    Simplifying Sum
dustbin
Messages
239
Reaction score
6

Homework Statement



I need to show that the lim n->inf ( [(1/n) * sum from k=1 to n of ln(k) ] - ln(n) )
is equal to the lim n->inf ( (1/n) sum from k=1 to n of ln(k/n) )



The Attempt at a Solution


I showed that the sum of ln(n) from k=1 to n is ln(n!) using ln(a) + ln(b) = ln(a+b). I am not sure how to get from (1/n)ln(n!) - ln(n) to (1/n)sum-ln(k/n).


I apologize for the non-tex stuff... but I am not sure how to do some of the symbols for this in tex yet. Thank you for your help.
 
Physics news on Phys.org
ln(a) + ln(b) ≠ ln(a+b), but ln(a) + ln(b) = ln(ab).
Try working with that.
 
Whoops. Actually that was a typo in my first post. I know that ln(a)+ln(b) ≠ ln(a+b):redface:
 
Did you try calculating both the limits seperately?
 
I have found a solution to this. Continuing from where you left, i can write it as:
\frac{\ln (n!)-n\ln (n)}{n}
which is equal to
\frac{\ln (\frac{n!}{n^n})}{n}

We can write the last term as
\frac{1}{n}(\ln \frac{1}{n}+\ln \frac{2}{n}+\ln \frac{3}{n}...
 
Oooh. I got up to (1/n)ln(n!/n^n) but did not see that it gives what you have for the last step. After thinking about it I can see why this is. Also, I did try to calculate both limits separately... but I could not find a way to the solution by doing so. I appreciate your input.

I was looking at ln(n!) as [ ln(n) + ln(n-1) + ln(n-2) + ... + ln(2) + ln(1) ] instead of in the opposite order, or [ ln(1) + ln(2) + ln(3) + ... ln(n-1) + ln(n) ]. After I reversed the order, I saw how you obtained the solution :-P

Thank you for your input and help.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top