4
$\begingroup$

Let $n$ be a nonnegative integer and $a_{0}, a_{1}, ..., a_{n}$ real numbers. For any real number $t$ let $f(t)= \sum_{k=0}^{n}a_{k}\cos(kt)$. Could you help me with the following two questions ?

a) Prove that there exists a polynomial $P \in \mathbb{C}[X]$ such that for all real $t$ : $f(t)=e^{-int}P(e^{it})$.

b)Suppose that for all real $t$ $f(t)=0$. Prove that all $a_{k}$s are equal to zero.

  • 0
    As for b). Try to evaluate $\int\limits_{0,2\pi} f(t)\cos(k t)dt$ using two approaches2012-01-11

1 Answers 1

1

(a): $\cos(kt) = \frac{1}{2} (e^{ikt} +e^{-ikt})$, so take $P(X):=a_0 X^n + \sum\limits_{k=1}^n \frac{1}{2} a_k (X^{n+k} + X^{n-k})$.

(b): If $f(t)=0$ for all real $t$, then by (a), the polynomial $P(X)$ vanishes on the unit circle, so it must also vanish as an element of ${\Bbb C}[X]$.