7

Let $f(z)=z^{n}+a_{1}z^{n-1}+...+a_{n}$ be a polynomial with complex coefficients and suppose it has $n$ zeros in the upper half plane, that is $\operatorname{Im} z>0$, and let $\alpha_ {k}$ be the real part of $a_{k}$. Show that $\alpha(x)=x^{n}+\alpha_{1}x^{n-1}+...+\alpha_{n}$ has $n$ real distinct roots.

Nick Matteo
  • 9,006

2 Answers2

8

Hint:

Your problem comes down to showing that $P + \overline{P}$ has $n$ real roots. Then write $P = \prod_{k=1}^n (z-z_k)$ and notice how $|z-z_k|<|z-\overline{z_k}|$ if Im $z>0$.


Whole solution:

$z$ is a root of $P + \overline{P}$ iff: $$ \prod_{k=1}^n (z-z_k)= - \prod_{k=1}^n (z-\overline{z_k}) $$ If Im $z>0$, then: $$ \forall k\in \{1,\dots,n\}, |z-z_k|<|z-\overline{z_k}| $$ And: $$ \left| \prod_{k=1}^n (z-z_k)\right|< \left|\prod_{k=1}^n (z-\overline{z_k})\right| $$ Thus, $z$ is not a root of $P+\overline{P}$ and neither is $\overline{z}$ (because $P+\overline{P}$ is a real polynomial).

Bill O'Haran
  • 3,034
2

the distinct comes from the following : Since $$\alpha(x)=\prod_{k=1}^{n}(x-\alpha_k)$$ $$\alpha'(x)=\alpha(x)\sum_{k=1}^{n}\frac{1}{x-\alpha_k}$$