Let $m$ be an odd positive integer.
I showed that
$\frac{\sin(mx)}{\sin(x)}$ is a polynomial in $\sin(x)^2$ with degree $\leq \frac{m-1}{2}$ (by induction)
$\frac{\sin(mx)}{\sin(x)} = 0$ for $x =\frac{2\pi j}{m}$ and $j=1,..., \frac{m-1}{2}$ (obviously).
Now I need to show that $\frac{\sin(mx)}{\sin(x)}$ is a polynomial in $\sin(x)^2$ with degree $= \frac{m-1}{2}$ and that $C$ so that $\frac{\sin(mx)}{\sin(x)} = C \cdot \prod\limits_{j=1}^{(m-1)/2} (\sin(x)^{2} - \sin(\frac{2\pi j}{m})^{2})$ exists.
$\frac{sin(mx)}{sin(x)}$ has degree $\leq \frac{m-1}{2}$ and if we show that $sin(\frac{2\pi j}{m})^{2}$ is distinct for all $j=1,..., \frac{m-1}{2}$ we should have proved it (?)
I tried to use the unit circle:
If $sin(\frac{2\pi j}{m})^{2}$ shall has to be distinct for all $j$, so has to be $sin(\frac{2\pi j}{m})$. That should make things easier, but I struggle here.
$m$ is assumed odd, then $n=(m-1)/2$ even, we will have with $f(t)=\frac{2-2\cos(t)}{4}$, $t_j=\frac{2j\pi}{n+1/2}$, and $j=1,\ldots, n$. Since $f$ is even, this is equivalent to having $t_j=\frac{j\pi}{n+1/2}, j=1,\ldots,n$, and thus distinct $\sin(2j\pi/m)^2$ since $f$ is monotonically increasing in $t_j\in[0,\pi]$.
– santa Jan 29 '19 at 06:54Assume $n$ defined before is even
First example $j=n/2+1$ you have $t_j=\frac{2(n/2+1)\pi}{n+1/2}=\frac{(n+2)\pi}{n+1/2}=\pi+\frac{3/2\pi}{n+1/2}$. For $j=n/2+\beta$ you will have $\pi+\frac{(2\beta-1)/2\pi}{n+1/2}$.
Thus for $j=n/2,\ldots,n$ you will have $t_i=\pi+\frac{i\pi}{n+1/2}$ where $i=3/2,7/2,\ldots,(2\beta-1)/2,\ldots,(2n-1)/2$. which are obviously distinct from the $t_i$ in 1.
You can do the same construction for odd $n$.
Sorry for a bit sloppy notation.
– santa Jan 29 '19 at 22:43