2

Can someone help me prove the following by mathematical induction:

$$\sin((2n+1)x)=\sin(x)(1+2 \sum_{k=1}^{n} \cos(2kx))$$

I was told to use induction on $n$; however I keep getting stuck. Any help would be greatly appreciated!

Thomas
  • 43,555

1 Answers1

7

If $n=0$, this is trivially true. Suppose $n-1$ is true, let's consider $n$, it suffices to show $$\sin((2n+1)x)-\sin((2n-1)x)=2\sin(x)\cos(2nx)$$ now do you see how to finish?

robjohn
  • 345,667
Ma Ming
  • 7,482