Computing the series of log and sine

107 Views Asked by At

$$\log(\sin x)=-\log 2-\sum_{k\geq 1}\frac{\cos(2kx)}{k} \phantom{a} (0<x<\pi)$$

Consider:

$$\sum_{k\geq 1}\frac{\cos(2kx)}{k} = -\log(\sin(x)) - \log(2)$$

And lets focus on the RHS first.

Using Abel-Plana Formula

$$\sum_{n=0}^{\infty} \frac{\cos(2nx)}{n} = \int_{0}^{\infty}\frac{\cos(2kx)}{k} dk + \frac{1}{2} f(0) + i\int_{0}^{\infty} \frac{f(it) - f(-it)}{e^{2\pi t} - 1} dt $$

But that doesnt converge?

1

There are 1 best solutions below

3
On BEST ANSWER

Hint: Use Euler's formula $e^{ix}=\cos x+i\sin x$ and the series expansion for $\ln(1+x)$.

Edit: Let $$S=\sum_{k\ge 1}\frac{\cos 2kx}{k}=\Re(T)\\ T=\sum_{k\ge 1}\frac{e^{-i2kx}}{k}=-\ln(1-e^{-i2x})=-\ln (2i\sin xe^{-ix})\\=-\ln \sin x-\ln 2-\ln(ie^{-ix})$$Now, $$\ln(ie^{-ix})=\ln(i\cos x+\sin x)=\ln 1+i(\pi/2-x+2n\pi),\ n\in \mathbb{Z}\\ \implies S=\Re(T)=-\ln \sin x-\ln 2$$