3

I have to find this sum: $$S= \sin(2x)+\sin(4x)+\sin(6x)+\cdots+\sin(22x).$$ I tried to multiply the $S$ by $i$ then add a so called "$T$" where $$T = \cos 2x + \cos 4x +\cdots+\cos 22x.$$ From here I obtained: $$T+iS=(\cos x+i\sin x)^2+(\cos 2x+i\sin2x)^2+\cdots+(\cos11x+i\sin11x)^2.$$ What should I do next?

Ѕᴀᴀᴅ
  • 34,263

1 Answers1

1

From your attempt $$T+iS=\left(\cos2x+i\sin2x\right)+\left(\cos4x+i\sin4x\right)...$$
From euler's formula $$e^{ix}=\cos{x}+i\sin{x}$$
$T+iS$ can be written as
$$e^{2ix}+e^{4ix}...$$
It is a G.P. with $a=e^{2ix}$ and $r=e^{2ix}$ and $n=11$,
$$\therefore T+iS=\frac{a\left(r^n-1\right)}{r-1}=\frac{e^{2ix}\left(e^{2nix}-1\right)}{e^{2ix}-1}$$
I think you should work it out yourself from here by expanding it and comparing real and imaginary parts