I was given a task to calculate this sum: $$S=1+\frac{\sin x}{\sin x}+\frac{\sin 2x}{\sin^2 x}+\cdots +\frac{\sin nx}{\sin^n x}$$ but I'm not really sure how to start solving it. Like always, I would be grateful if someone could provide a subtle hint on how to begin. Thanks ;)
Asked
Active
Viewed 184 times
9
-
1Can you use de moive theorem and taking the imaginary part? ? – Chinny84 Dec 02 '14 at 16:51
-
I would get a common denominator and work with trig identities on the numerator. I'm not sure if that will work, but it seems a reasonable place to start. – KSmarts Dec 02 '14 at 16:54
2 Answers
5
Define $S^{'}=S-1$
Let $C^{'}=\dfrac{\cos x}{\sin x} + \dfrac{\cos2x}{\sin^2x} + ....... + \dfrac{\cos nx}{\sin^nx}$
Now,
$S^{'}=\Im{(C^{'}+iS^{'})}=\dfrac{e^{ix}}{\sin x} + \dfrac{e^{2ix}}{\sin^2x} + ...... + \dfrac{e^{nix}}{\sin^nx}$
Now sum it as a G.P. and get the imaginary part of the sum and lastly, add $1$.
MathGod
- 5,458
-
-
It is satisfying to see a very bare bones idea I had being fleshed out by you :)! Well done +1 – Chinny84 Dec 02 '14 at 17:34
4
Hint:
$\dfrac{\sin ((n+1)x)}{\sin^{n+1} x}=\dfrac{\sin (nx + x)}{\sin^n x \times \sin x}= \dfrac{\sin nx \times \cos x + \sin x \times \cos nx}{\sin^n x \times \sin x}$
Martigan
- 5,844