I'm working my way through a book for prelim prep and found the problem: Find the fourier series for $\cos^{2N}(\theta )$. The hint is to not use integrals but the only method I know involves $\frac{1}{2\pi} \int_0^{2\pi} f(x)e^{-inx}dx$
Am I missing something about this expression that makes it solvable without the integral?
Euler's identity will help you expand $\cos^{2N}\theta$ in terms of trigonometric polynomial. Then use the identity back to simplify them. For example, if $N = 1$, then
$$ \cos^{2}\theta = \left( \frac{e^{i\theta} + e^{-i\theta}}{2} \right)^{2} = \frac{e^{2i\theta} + 2 + e^{-2i\theta}}{4}= \frac{1}{2} + \frac{\cos2\theta}{2}, $$
which is the Fourier expansion of $\cos^{2}\theta$.