Sunday, July 2, 2017

trigonometry - How can we sum up sin and cos series when the angles are in arithmetic progression?


How can we sum up sin and cos series when the angles are in arithmetic progression? For example here is the sum of cos series:


n1k=0cos(a+kd)=sin(n×d2)sin(d2)×cos(2a+(n1)d2)


There is a slight difference in case of sin, which is: n1k=0sin(a+kd)=sin(n×d2)sin(d2)×sin(2a+(n1)d2)


How do we prove the above two identities?



Answer



Let S=sin(a)+sin(a+d)++sin(a+nd) Now multiply both sides by sind2. Then you have S×sin(d2)=sin(a)sin(d2)+sin(a+d)sin(d2)++sin(a+nd)sin(d2)


Now, note that sin(a)sin(d2)=12[cos(ad2)cos(a+d2)] and sin(a+d)sin(d2)=12[cos(a+dd2)cos(a+d+d2)]


Then by doing the same thing you will have some terms cancelled out. You can easily see which terms are going to get Cancelled. Proceed and you should be able to get the formula.


I tried this by seeing this post. This has been worked for the case when d=1. Just take a look here:


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...