An inequality for polynomials with positives coefficients

examples-counterexamplesinequalityjensen-inequalitymultivariable-calculuspolynomials

I have found in my old paper this theorem :

Let $a_i>0$ be real numbers and $x,y>0$ then we have :
$$(x+y)f\Big(\frac{x^2+y^2}{x+y}\Big)(f(x)+f(y))\geq 2(xf(x)+yf(y))f\Big(\frac{x+y}{2}\Big)$$
Where :$$f(x)=\sum_{i=0}^{n}a_ix^i$$

The problem is I can't find the proof I made before . Furthermore I don't know if it's true but I have checked this inequality a week with Pari\Gp and random polynomials defined as before .

So first I just want a counter-examples if it exists .

If it's true if think it's a little bit hard to prove . I have tried the power series but without success .
Finally it's a refinement of Jensen's inequality for polynomials with positives coefficients .

Thanks a lot if you have a hint or a counter-example .

Ps:I continue to check this and the equality case is to $x=y$

Best Answer

Even for $f(x)=x^n$ it's not so easy.

We need to prove $$(x+y)\Big(\frac{x^2+y^2}{x+y}\Big)^n(x^n+y^n)\geq 2\left(x^{n+1}+y^{n+1}\right)\Big(\frac{x+y}{2}\Big)^n$$ or $$2^{n-1}(x^2+y^2)^n(x^n+y^n)\geq\left(x^{n+1}+y^{n+1}\right)(x+y)^{2n-1}.$$ Now, let $x=ty$.

Also, since our inequality is symmetric, we can assume that $t\geq1.$

Thus, we need to prove that $g(t)\geq0,$ where $$g(t)=(n-1)\ln2+n\ln(t^2+1)+\ln(t^n+1)-\ln\left(t^{n+1}+1\right)-(2n-1)\ln(t+1).$$ Now, $$g'(t)=\frac{h(t)}{(t^2+1)\left(t^{n+1}+1\right)\left(t^n+1\right)(t+1)},$$ where $$h(t)=n(t-1)^3(t+1)t^{n-1}+2n(t-1)\left(t^{2n+1}+1\right)-(t^2+1)\left(t^{2n}-1\right).$$ Now, prove that $$h(1)=h'(1)=h''(1)=0$$ and $h'''(t)\geq0$ for all $t\geq1.$

Related Question