[Math] Finding a path through real rooted polynomials

ca.classical-analysis-and-odesinequalitiespolynomials

This is a lemma I wanted in order to solve Patrizio Neff's conjecture. It turned out to be the wrong way to think about it, but I am still curious if it is true.

Let $z^n+a_{n-1} z^{n-1} + \cdots + a_1 z + a_0$ and $z^n + b_{n-1} z^{n-1} + \cdots + b_1 z + b_0$ be two polynomials all of whose roots are real, satisfying $a_k \geq b_k > 0$ for $1 \leq k \leq n-1$ and $a_0=b_0 > 0$. Is there a family of polynomials $c(t)(z) = z^n + c_{n-1}(t) z^{n-1} + \cdots + c_1(t) z + c_0(t)$ such that $c(t)$ has real roots for all $t$, and the function $c_k$ decreases monotonically from $c_k(0)=a_k$ to $c_k(1)=b_k$?

Best Answer

Without the condition that all coefficients are positive there is the following ounterexample: $$a(x)=(x+1)(x+2)(x+50).$$ For $a(x)-tx$ all zeros are real when $t\leq 0$ and when $t>300$. But for $t\in (100,200)$ only one zero is real. Two zeros disappeared from the negative ray, and after some time re-appear on the positive ray. Take $b(x)=a(x)-400x.$

Here is the graph of $a(x)/x$:

http://www.math.purdue.edu/~eremenko/dvi/graph.pdf

Related Question