Problem. Given non-negative real numbers $a,b,c$ satisfying $a^2+b^2+c^2=3.$ Prove that $$\sqrt{2a+b^3}+\sqrt{2b+c^3}+\sqrt{2c+a^3}\le 3\sqrt{3}.$$ Naturally by using Cauchy-Schwarz, we need to show that$$2(a+b+c)+a^3+b^3+c^3\le 9,$$ which is not true when $ a=b\rightarrow 1^{-}.$
I also tried$$\sum_{cyc}\sqrt{2a+b^3}=\sum_{cyc}\sqrt{\frac{2a+b^3}{2a^2+b^2}\cdot (2a^2+b^2)}\le \sqrt{\sum_{cyc}\frac{2a+b^3}{2a^2+b^2}\cdot 3(a^2+b^2+c^2),}$$which saves occuring equality but $$\frac{2a+b^3}{2a^2+b^2}+\frac{2b+c^3}{2b^2+c^2}+\frac{2c+a^3}{2c^2+a^2}\le 3$$ is already wrong when $a=b=0.99.$
I hope you give some better approach using Holder, AM-GM, etc. Maybe the BW helps for the rest.
Thank you for paying attention.