4
$\begingroup$

I'm stuck with the following problem:

I need to calculate $\sum_{k=0}^n \binom{n}{k} ^2$ using Parseval's identity for the function $f(x) = (1+e^{i x})^n$.

Here's what I did so far:

$f(x) = (1+e^{i x})^n = \sum_{k=0}^n \binom{n}{k} e^{i k x}$, so the Fourier coefficients of $f$ are $f_k = \begin{cases} \binom{n}{k} & 0 \leq k \leq n \\ 0 & \text{otherwise}\end{cases}$. Now I would like to use Parseval, but what is tripping me up is how to get $\int_0^{2 \pi} |f(x)|^2 dx$.

Any help is appreciated.

3 Answers 3

4

You could perhaps use complex methods: You have $$ |f(x)|^2=(1+e^{ix})^n(1+e^{-ix})^n. $$ Let $z=e^{ix}$. Then, by the Cauchy integral formula, $$ \begin{aligned} \int_0^{2\pi}|f(x)|^2\,dx &=\int_0^{2\pi}(1+e^{ix})^n(1+e^{-ix})^n\,dx\\ &=\int_{|z|=1}(1+z)^n(1+1/z)^n\frac{1}{iz}\,dz\\ &=-i\int_{|z|=1}(1+z)^{2n}\frac{1}{z^{n+1}}\,dz\\ &=-i\cdot i2\pi\cdot\frac{1}{n!}\frac{d^n}{dz^n}(1+z)^{2n}\Bigl|_{z=0}=2\pi\binom{2n}{n}. \end{aligned} $$

  • 1
    That's a very elegant solution!2017-01-29
  • 0
    At last must have $\sum_{k=0}^n \binom{n}{k} ^2=2\pi\binom{2n}{n}$.?2017-01-29
  • 0
    Without the $2 \pi$ factor I think according to Parseval...2017-01-29
  • 0
    @myglasses why? The question asked for the integral.2017-01-29
  • 1
    I dont care for your vote. I care for answering the question.2017-01-29
3

Use that $1+\cos(x)=2 \cos^2(x/2)$ and $$\int_0^{2\pi}\cos^{2n}(x/2)\mathrm{d}x = 4^{-n}{2n \choose n}\, 2\pi.$$ The latter can be shown by partial integration and induction.

1

Maybe this will help you:

\begin{align*} |f(x)|^2 &= [(1+e^{ix})(1+e^{-ix})]^n = [2+2\cos(x)]^n\\ &= 2^n[1+\cos(x)]^n = 2^n\sum_{k=0}^n\binom{n}{k}\cos^k(x). \end{align*}

  • 1
    and integral $\int\cos^kx$.?2017-01-29
  • 0
    I have to admit that it makes more sense to use the representation of WimC above.2017-01-29
  • 0
    You must have an isolate solution.2017-01-29