Monday, January 29, 2018

trigonometry - Sine series: angle multipliers add to 1


It is known that in an sine series with angles in arithmetic progression (I refer to this question):


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


What if k does not go from 0 to n1, but its elements are strictly positive rational numbers,


with $0and ni=1ki=1
and k is monotonically increasing


Is there a way to simplify:


ni=1sin(a+kid)



in a way analogous to the first formula? Maybe using the property that k adds to 1 and using sin(π/2)=1 ??


e.g.:
ki=(0.067,0.133,0.200,0.267,0.333) (5 increasing elements between 0 & 1 which sum to 1)
a=90
d=40


Sum = (90+0.06740)+(90+0.13340)+(90+0.20040)+(90+0.26740)+(90+0.33340)


Answer



There is no way to give this a general form. The definition of ki is too general. I have been trying to come up with a function that would give ki while also fitting your terms, but I am having difficulty. This would need to have specific values of ki and each term of the sum would need to be calculated individually. I did try to change the sum into something else (work below), but it seems that this is only more complicated. ni=1sin(a+kid) We can separate the sum using the Trigonometric Addition Formula: sin(α+β)=sinαcosβ+sinβcosα ni=1[sin(a)cos(kid)+sin(kid)cos(a)] =sinani=1[cos(kid)]+cosani=1[sin(kid)] Past this point, there is no general form. You can attempt to use the Multiple-Angle Formulas, but this only seems to complicate things. In conclusion, I believe your best option would be to just use the original sum and calculate it normally. Unless you have a more rigorous definition for ki, there is no general form that will apply.


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...