I'm struggling with this problem,
Find an expression for $\sin{x} + 2\sin(2x) +3\sin(3x) + ... +n\sin(nx)$
The problem states that I have to explicitly show that this series can be expressed as
$$\frac{(n+1)\sin(nx) - n\sin((n+1)x)}{\sin^2(x/2)}$$
For all $ n\in\mathbb{N}$ and all $x\in\mathbb{R} $
Hint:
This is the imaginary part of $$\mathrm e^{ix}+2\,\mathrm e^{2ix}+\dots+n\,\mathrm e^{nix},$$ which is ‘almost’ the derivative of $$1+\mathrm e^{ix}+\mathrm e^{2ix}+\dots+\mathrm e^{nix}.$$ The last expression is a geometric series.
Variant: you may already know these formulæ (which can be obtained in a way similar to the first method): $$\sum_{k=1}^n \sin kx=\frac{\sin\dfrac{(n+1)x}{2}}{\sin\dfrac x2}\,\sin\dfrac{nx}{2},\qquad\sum_{k=1}^n \cos kx=\frac{\sin\dfrac{(n+1)x}{2}}{\sin\dfrac x2}\,\cos\dfrac{nx}{2} $$ and differentiate the second of these.