A finite series of sine function

298 Views Asked by At

I want to show $$ \frac{x}{2k^2}\sum_{j=0}^{k-1}(2j+1)^3\sin \left(\frac{(2 j+1) x}{2 k}\right) = \frac{x \csc \left(\frac{x}{2 k}\right) \left(2 k \cos (x) \left(4 k^2-6 \csc ^2\left(\frac{x}{2 k}\right)+3\right)+\sin (x) \cot \left(\frac{x}{2 k}\right) \left(-12 k^2+6 \cot ^2\left(\frac{x}{2 k}\right)+5\right)\right)}{4 k^2} $$ for $x\in(0,\pi/2)$ and for all $k=1,2,3,...$. This formula is given by Mathematica. However, I have no idea how to give a rigorous proof of it. Any suggestion, idea, or comment is welcome, thanks!

1

There are 1 best solutions below

3
On BEST ANSWER

HINT:

Let $f(x)=\sum_{j=0}^{k-1}\cos\left(\frac{(2j+1)x}{2k}\right)$. Then, we have

$$f'''(x)=\sum_{j=0}^{k-1}\frac{(2j+1)^3}{(2k)^3}\sin\left(\frac{(2j+1)x}{2k}\right)$$

Use the result from THIS ANSWER to evaluate the sum $f(x)=\sum_{j=0}^{k-1}\cos\left(\frac{(2j+1)x}{2k}\right)$, differentiate $3$ times, and multiply by the appropriate factor.