3
$\begingroup$

Given that the equation $$p(x)=a_0x^n+a_1x^{n-1}+\dots+a_{n-1}x+a_n=0$$ has $n$ distinct positive roots, prove that

$$\sum_{i=1}^{n-1} \left|\dfrac{a_ia_{n-i}}{a_n}\right| \geq C_{2n}^n-1$$

I had tried to calculate $P'(x)$ but can't go further. Please help me. Thanks

  • 0
    What is $C^n_{2n}$? The central binomial coefficient?2012-12-17
  • 0
    I guess $C_n^p={n\choose p}$.2012-12-17
  • 0
    use Cauchy-Schwarz inequality.2013-02-26
  • 0
    This doesn't make sense. If we replace all the coefficients by $\lambda a_k$, where $\lambda\gt0$, then $$p(x)=\lambda a_0x^n+\lambda a_1x^{n-1}+\dots+\lambda a_{n-1}x+\lambda a_n=0$$ and yet $$\sum_{i=1}^{n-1}\left|\frac{\lambda a_i \lambda a_{n-i}}{\lambda a_n}\right|=\lambda\sum_{i=1}^{n-1}\left|\frac{a_i a_{n-i}}{a_n}\right|$$ can be made as small as we wish. Did you mean $a_n^2$ in the denominator?2013-03-09
  • 0
    Even $a_n^2$ in the denominator doesn't work. For any given $p$ and $\lambda\gt0$, we have another $$p_\lambda(x)=a_0x^n+\lambda a_1x^{n-1}+\dots+\lambda^{n-1}a_{n-1}x+\lambda^na_n=0$$ whose roots are $\lambda$ times the roots of $p$ (hence positive and distinct), yet $$\sum_{i=1}^{n-1}\left|\frac{\lambda^ia_i\lambda^{n-i}a_{n-i}} {\lambda^{2n}a_n^2}\right|=\frac1{\lambda^n}\sum_{i=1}^{n-1}\left|\frac{a_ia_{n-i}}{a_n^2}\right|$$ can be made any size we wish. I think these types of scaling can be discounted if the denominator is $a_0a_n$.2013-03-09

2 Answers 2