7

find the

$$\lim_{n\to+\infty}\left(\dfrac{\ln{2^2}}{2^2}+\dfrac{\ln{3^2}}{3^2}+\dfrac{\ln{4^2}}{4^2}+\cdots+\dfrac{\ln{n^2}}{n^2}\right)$$

My try: $$\lim_{n\to+\infty}\left(\dfrac{\ln{2^2}}{2^2}+\dfrac{\ln{3^2}}{3^2}+\dfrac{\ln{4^2}}{4^2}+\cdots+\dfrac{\ln{n^2}}{n^2}\right)=2\sum_{n=2}^{\infty}\dfrac{\ln{n}}{n^2}$$

and I know solve this following

$$\sum_{n=2}^{\infty}(-1)^n\dfrac{\ln{n}}{n}=\ln{2}\left(C-\dfrac{\ln{2}}{2}\right)$$

where $C$ is Euler constant

Solution:note this following $$\lim_{n\to\infty}\left(\dfrac{\ln{1}}{1}+\dfrac{\ln{2}}{2}+\cdots+\dfrac{\ln{n}}{n}-\dfrac{(\ln{n})^2}{2}\right)=l$$ we let $$S_{n}=\sum_{k=1}^{n}\dfrac{(-1)^k\ln{k}}{k}$$

StubbornAtom
  • 17,052
math110
  • 93,304

1 Answers1

6

With the Riemann zeta function for $x>1$ $$\zeta(x) = \sum_{n=1}^{\infty}\frac{1}{n^x}$$ you get, taking the derivative term-wise $$\zeta'(x) = -\sum_{n=1}^{\infty}\frac{\ln{n}}{n^x},$$ so your sum is (the first term vanishes) $$2\sum_{n=2}^{\infty}\dfrac{\ln{n}}{n^2} = -2\zeta'(2) = 1.8750965\dots$$

gammatester
  • 18,827