I have two functions that I'm working on. The first is:
$$ \begin{align} \cos x &= (\cos 1)^3 \cos(3-x) \\ &{}+ 3 (\cos 1)^2 (\sin 1) \sin(3-x) \\ &{}- 3 (\cos 1) (\sin 1)^2 \cos(3-x) \\ &{}- (\sin 1)^3 \sin(3-x) \end{align} $$
...In other words, we can represent cosine as a series involving powers of cosines and sines. We can call the above function $f_3(x)$, since the maximum power of either sine or cosine is 3. In general, then, we can represent cosine as:
$$f_k(x) = \cos x = \sum_{i=0}^k c_{(k,i)} (\cos 1)^i (\sin 1)^{k-i}\cdot\left\{ \begin{array}{lr} \cos{(k-x)} & : i \text{ odd}\\ \sin{(k-x)} & : i \text{ even} \end{array} \right. $$
I've been trying to derive the coefficients ($c_{(k,i)} $) of this function. In general, I believe they are binomial coefficients, but I can't seem to figure out the pattern of signs (i.e. $+1$ or $-1$) for the coefficients. I'm wondering if anyone can get the formula for the coefficients of this function. I would greatly appreciate it.
Please note: $k$ is a natural.