1

I have searched a lot and I couldn't find answer for the below sum.

$$S_n = \sin x \cos x +\sin 2x \cos 2x + \sin 3x \cos 3x + \ldots + \sin nx \cos nx$$

How can I solve the above problem?

Ng Chung Tak
  • 18,990

1 Answers1

1

$$ S_n = \frac{1}{2}\left(\sin(2x)+\sin(4x)+\ldots+\sin(2nx)\right) \tag{1}$$

$$ S_n \sin(x) = \frac{1}{4}\left[\left(\cos(x)-\cos(3x)\right)+\ldots\left(\cos((2n-1)x)-\cos((2n+1)x)\right)\right]\tag{2} $$

$$ S_n \sin(x) = \frac{\cos(x)-\cos((2n+1)x)}{4}\tag{3} $$

$$ S_n = \color{red}{\frac{\cos(x)-\cos((2n+1)x)}{4\sin x}}=\frac{\sin(nx)\sin((n+1)x)}{2\sin x}\tag{4}$$

Jack D'Aurizio
  • 353,855