Find the maximum and minimum value of $|A|$

114 Views Asked by At

For $\theta_1,\theta_2,\dots,\theta_{51}\in R$, let $A(\theta_1,\theta_2,\dots,\theta_{51})$ be the average of the complex numbers $e^{i\theta_1},e^{i\theta_2},\dots,e^{i\theta_{51}}$, where $i=\sqrt{-1}$. Find the minimum and maximum value of $|A|$.

On applying the triangle inequality for complex numbers, I got $|A|\leq1$. Therefore maximum value of $|A|$ is 1. To find the minimum value, I put all the angles equal to $\pi$ for which each $e^{i\theta_n}$ equals -1. On further calculation, I got, $|A|$=1. Therefore the minimum value is also one.

Am I correct?

1

There are 1 best solutions below

12
On BEST ANSWER

Let's be a bit more general: Let $n \in \mathbb{N} \setminus\{0, 1\}$ and $\theta_1,...,\theta_n \in \mathbb{R}$ and let $$A:=\frac{1}{n}\sum_{k=1}^{n} \exp(i \theta_k)$$ You've already shown that $$|A| \leqslant 1$$ with the triangle inequality. We can easily show an example for $|A|=1$ with $\theta_i=0$ for all $i=1,...,n$. It's also clear that $|A| \geqslant 0$ from the properties of the absolute value, so we just need to prove that $|A|=0$ is possible. Let $$\omega_k=\exp\left(\frac{2ki \pi}{n}\right)$$ I claim that $$\sum_{k=1}^{n} \omega_k = 0$$ Can you prove it?