If $n$ is an odd natural number, and $\sin(n\theta) = \Sigma_{r=0}^{n} b_r \sin^r\theta$, then find $b_r$ in terms of $n$.
I have tried this using trigonometric expansion but unable to find solution for this. Can body help me to solve this trigonometric problem?
A Chebyshev polynomial of the first kind is defined as $$ T_n(\cos \phi) = \cos n \phi $$ Lets take $\phi = \frac{\pi}{2} - \theta$. Then $\cos \phi = \sin \theta$ and $$ T_{2k+1}(\sin \theta) = \cos (2k+1) \left(\frac{\pi}{2} - \theta\right) = \cos \left(\frac{(2k+1)\pi}{2} - (2k+1) \theta\right) = \sin \left((2k+1) \theta - k\pi\right) = \\ =(-1)^k \sin (2k+1) \theta. $$ Finally, $$ \sin (2k+1) \theta = (-1)^k T_{2k+1}(\sin \theta) $$
PS. Basically, I took expansion of $\sin 3x, \sin 5x, \sin 7x$ and searched for the coefficients in OEIS and found the sequence A084930.