-1

Stated without proof in a text on Fourier Analysis:

enter image description here

It is easy to see that

$$ \int_{-\pi}^{\pi}e^{in\theta} \overline{e^{in\theta}} = 1 $$

since $|e^{in\theta}| = 1$. But how does one show that for $n \ne m$:

$$ \int_{-\pi}^{\pi}e^{in\theta} \overline{e^{im\theta}} = 0 $$

user1770201
  • 5,195
  • 6
  • 39
  • 71
  • 2
    That's not what you want to show. Drop that squared modulus. You want to show that $$\int_{-\pi}^\pi e^{in\theta}\overline{e^{i m \theta}}, d\theta = 0$$ if $n\ne m$. – Giuseppe Negro Nov 06 '17 at 12:39

2 Answers2

2

For $m\neq n$ then let $k=n-m\neq0$ and \begin{align} \int_{-\pi}^{\pi}e^{in\theta} \overline{e^{im\theta}}d\theta &= \int_{-\pi}^{\pi}e^{in\theta} e^{-im\theta} d\theta \\ &= \int_{-\pi}^{\pi}e^{i(n-m)\theta}d\theta \\ &= \int_{-\pi}^{\pi}e^{ik\theta}d\theta \\ &= \dfrac{e^{ik\theta}}{ik}\Big|_{-\pi}^{\pi} \\ &= \dfrac{e^{ik\pi}-e^{-ik\pi}}{ik} \\ &= \dfrac{2}{k}\sin k\pi \\ &= 0 \end{align}

Nosrati
  • 29,995
1

If $n$ is an integer $ \ne 0$ then

$\int_{-\pi}^\pi e^{int} dt= \frac{1}{i n}(e^{in \pi}-e^{-in \pi}) =0$,

since $e^{in \pi}=e^{-in \pi}= \cos( n \pi)=(-1)^n$.

Fred
  • 77,394