2

Does anyone know how I could show that

$$ \sum_{n = -N_1}^{N_1}{e^{-i\omega n}} = \frac{\sin( \omega ( N_1 - \frac{1}{ 2} ))} {\sin( \frac{\omega}{2} ) } $$

Solution: $$ = \sum_{n=0}^{N_1} ( e^{i \omega n} + e^{-i \omega n} ) - 1 $$

$$ = \sum_{n=0}^{N_1} ( e^{i \omega n} + e^{-i \omega n} ) - 1 $$

$$ = \frac{1}{1 - e^{i \omega}} + \frac{1}{1 - e^{-i\omega} } - 1 $$

$$ = \frac{1 - e^{i \omega} + 1 - e^{-i \omega} }{ ( 1 - e^{i \omega} )( 1 - e^{-i \omega} )} - 1 $$

$$ = \frac{2 - e^{i \omega}- e^{-i \omega} }{ ( 1 - e^{i \omega} )( 1 - e^{-i \omega} )} - 1 $$

Really don't know how to get the $\sin$ function from here.

KillaKem
  • 695

1 Answers1

3

HINT: It is a Geometric Series and using Euler's formula $$\sin x=\frac{e^{ix}-e^{-ix}}{2i}$$

$$\sum_{n = -N_1}^{N_1}{e^{-i\omega n}} $$ $$= e^{i\omega N_1}\cdot\frac{(e^{-iw})^{2N_1+2}-1}{e^{-iw}-1}$$

$$=\frac{e^{\frac{(2N_1-1)iw}2}-e^{-\frac{(2N_1-1)iw}2}}{e^{\frac{iw}2}-e^{-\frac{iw}2}}$$

$$=\frac{2i\sin \frac{(2N_1-1)w}2}{2i\sin \frac w2}$$