Encuentre el mayor $c\in\mathbb{R}$ (o demostrar que no existe) tal que si $\alpha$ es el cero del polinomio $$P(x)=a_nx^n+a_{n-1}x^{n-1}+\dots+a_1x+a_0$$ donde $a_0,a_1,\dots,a_n\in\mathbb{C}$ y $n\in\mathbb{N}$ y $|a_0|=|a_1|=\dots=|a_n|>0$ entonces $|\alpha|>c$ .
Primero traté de factorizar alguna constante en este polinomio. Debido a $|a_0|=|a_1|=\dots=|a_n|>0$ tenemos $$P(x)=k\left({e^{ib_n}x^n+e^{ib_{n-1}}x^{n-1}+\dots+e^{ib_1}x+e^{ib_0}}\right)$$ para algunos $k\in\mathbb{R}$ y $b_0,b_1,\dots,b_{n-1},b_n\in\mathbb{R}$ . Entonces $$|P(x)|=|k|\cdot\left|{e^{ib_n}x^n+e^{ib_{n-1}}x^{n-1}+\dots+e^{ib_1}x+e^{ib_0}}\right|\le|k|\left({\left|{e^{ib_n}x^n}\right|+\left|{e^{ib_{n-1}}x^{n-1}}\right|+\dots+\left|{e^{ib_1}x}\right|+\left|{e^{ib_0}}\right|}\right)=|k|\dfrac{|x|^{n+1}-1}{|x|-1}$$ ¿Y ahora qué? ¿Puede esta desigualdad ayudarme a resolver esto? ¿Cuál es la forma más fácil de resolver este problema?