It is known that in an sine series with angles in arithmetic progression (I refer to this question):
$\sum_{k=0}^{n-1}\sin (a+k \cdot d)=\frac{\sin(n \times \frac{d}{2})}{\sin ( \frac{d}{2} )} \times \sin\biggl( \frac{2 a + (n-1) \cdot d}{2}\biggr)$
What if $k$ does not go from $0$ to $n-1$, but its elements are strictly positive rational numbers,
with $0<k_i<1$
and $\sum_{i=1}^{n} k_i=1$
and $k$ is monotonically increasing
Is there a way to simplify:
$\sum_{i=1}^{n} \sin (a+k_i \cdot d)$
in a way analogous to the first formula? Maybe using the property that k adds to $1$ and using $\sin(\pi/2)=1$ ??
e.g.:
$k_i = (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.067\cdot40)+(90+0.133\cdot40)+(90+0.200\cdot40)+(90+0.267\cdot40)+(90+0.333\cdot40)$