3

For all natural numbers, find the polynomials such that $$\cos(n\theta)=p_n(\tan(\theta))\cos^n(\theta)$$ It was suggested that taking $p_n(x)=\frac{1}{2}\{(1+ix)^n+(1-ix)^n\}$, but I don't know how?

Mikasa
  • 67,374

1 Answers1

3

Let $q_n(x) = (1+ix)^n$.

Then $$q_n(\tan(\theta))\cos^n(\theta) = (1+i\frac{\sin\theta}{\cos \theta})^n\cos^n\theta = (\cos \theta + i\sin\theta)^n = \cos n\theta + i\sin n\theta$$

So $p_n(x) = \frac{1}{2}\left(q_n(x)+q_n(-x)\right)$

Use that $\cos(-x)=\cos x$ to show that

$$p_n(\tan\theta)\cos^n\theta = \cos n\theta $$

Thomas Andrews
  • 177,126
  • Dear Thomas, I edited the question as others and you noted, but how could I guess this polynomial. Guessing is a bit hard. :) – Mikasa Jun 25 '12 at 16:01
  • Well, the general guideline is that if you want to associate polynomials about trig functions in $\theta$ with some trig function on $n\theta$ is that the fundamental such formula is:$$(\cos\theta + i\sin\theta)^n = \cos n\theta+i\sin n\theta$$ – Thomas Andrews Jun 25 '12 at 16:05
  • Thanks Thomas for the answer and hint. – Mikasa Jun 25 '12 at 16:10