Given $p>0$. Find the smallest real number $k_p$ such that the following inequality holds for any non-negative reals $a,b,c$: $$\frac{a}{\sqrt{a+pb}}+\frac{b}{\sqrt{b+pc}}+\frac{c}{\sqrt{c+pa}} \le k_p \sqrt{a+b+c}.$$
Some particular cases:
$k_p = \sqrt{\frac{3}{p+1}}$ for $0\le p\le \frac{1}{2}$.
$k_1=\frac{5}{4}$.
$k_{3/2} = \frac{2\sqrt{6}-3\sqrt{2}}{\sqrt{-1+\sqrt{3}}}+\sqrt{-5+3\sqrt{3}}$.
$k_2 = \frac{2\sqrt{3}-2}{\sqrt{2\sqrt{3}}}+\sqrt{-1+\frac{2}{\sqrt{3}}}$.
$k_4 = \frac{17 -\sqrt{33}}{6\sqrt{-1+\sqrt{33}}}+\sqrt{\frac{-5+\sqrt{33}}{12}}$.
If $p > \frac{1}{2} + \frac{3}{10}\sqrt{5}$, I guess that the maximum of $f(a,b,c)$ is achieved when $c=0$. So I guess that $k_p = \frac{1}{\sqrt{(px_0+1)(x_0+1)}} + \sqrt{\frac{x_0}{x_0+1}}$ where $x_0$ is the smallest positive real root of $(p^3-4p^2)x^3-(p^2+4p)x^2-(p^2-p+1)x + 1 = 0$. When $p=\frac{5}{4}, \frac{3}{2}, 2, 4$, it is the same as your results.
– River Li Aug 21 '19 at 15:59