I want to show that the partial sum of $\sum_{n=1}^{\infty} {{e^{inx}}}$ with $x ∈ {(0, 2{\pi})}$ is bounded.
I know that the solution is: $|\frac {1-e^{i(n+1)x}}{1-e^{ix}} - 1| \leq \frac {2}{|1-e^{ix}|} +1 $. Thus, it is indeed bounded.
But I don't understand how you achieve this solution step by step and I really want to understand. I know that you probably have to use the formular: $\sum_{n=1}^{N} {{x^{n}}} = \sum_{n=0}^{N-1} {{x^{(n+1)}}} = |\frac {1-x^{(n+1)}}{1-x}|$. But why is it $- 1$ in the solution and then $\leq |\frac {2}{1-e^{ix}}| +1$?
I would be very thankful if someone could explain me the steps to reach this solution.
Okay, I came up with the solution to this problem.
Since $e^{ix}$ is a constant, we can rewrite $\sum_{n=0}^N e^{inx}=e^{{ix}^{n}}$.
Thus the formular gives us: $\sum_{n=0}^N e^{{ix}^{n}}=|\frac{e^{{ix}^{N+1}}-1}{e^{ix}-1}|$, where ${e^{ix}-1} \neq 0$.
The $-1$ in the solution is used because the index starts at $1$ instead of $0$.
Now we use $|\frac{a}{b}| = \frac{|a|}{|b|}$. Since the denominator is a constant we focus now on the numerator.
$|{e^{{ix}^{N+1}}-1}| \leq |({e^{ix})^{N+1}}| + |-1|.$
We know that $e^{ix}$ is part of the unit circle, thus $|e^{ix}| = 1.$
This means $|{e^{{ix}^{N+1}}}| = |{e^{ix}|^{N+1}} = 1$.
Thus, $|({e^{ix})^{N+1}}-1| \leq 2$. Which results in $\leq \frac {2}{|1-e^{ix}|}$. Now in the task we just have to keep in mind that the index starts at $1$. We have now shown that the sum is indeed bounded.