Given that $x^4+px^3+qx^2+rx+s=0$ has four positive roots.
Prove that (1) $pr-16s\ge0$ (2) $q^2-36s\ge 0$
with equality in each case holds if and only if four roots are equal.
My Approach:
Let roots of the equation
$x^4+px^3+qx^2+rx+s=0$ be $\alpha,\beta,\eta,\delta$
$\alpha>0,\beta>0,\eta>0,\delta>0$
$\sum\alpha=-p$
$\sum\alpha\beta=q$
$\sum\alpha\beta\eta=-r$
$\alpha\beta\eta\delta=s$
I am confused , what is next step? please help me
We'll need the following:
To ease writing, I'll use latin letters for the roots: $t,u,v,w$. $$\begin{align}pr&=(t+u+v+w)(tuv+tuw+tvw+uvw)\\ &=tuvw(t+u+v+w)\left(\frac1t+\frac1u+\frac1v+\frac1w\right)\\ &\ge 16s \end{align}$$
The second inequality can be proven similarly:
$$\begin{align}q^2&=(tu+tv+tw+uv+uw+vw)^2\\ &=tuvw(tu+tv+tw+uv+uw+vw)\left(\frac1{tu}+\frac1{tv}+\frac1{tw}+\frac1{uv}+\frac1{uw}+\frac1{vw}\right)\\ &\ge 36s \end{align}$$
Generalizing, if the polynomial $$\sum_{k=0}^na_kx^k$$ has $n$ positive real roots and $a_n=1$, then $$|a_ka_{n-k}|\ge\binom nk^2|a_0|$$ for $k\in\{1,\ldots,n-1\}$.