Exercise 1: Let $a, b, c\ge 0$ satisfying $ab+bc+ca>0$. Find the minimum value of this expression: $P=\frac{1}{\sqrt{a(b+c)+2c^2}}+\frac{1}{\sqrt{b(a+4c)}}+2\sqrt{a+2b+4}+4\sqrt{c+1}$
Exercise 2: Let $a,b,c\ge 0$ satisfying $a^2+b^2+c^2=3$. Find Min of this expression? $\frac{a}{1+b^2}+\frac{b}{1+c^2}+\frac{c}{1+a^2}$
I think the Minimum of this case is $\frac{3}{2}$. I tried to solve by Cauchy-Schwarz but I can't prove that: $a^3+b^3+c^3+a^3b^2+b^3c^2+c^3a^2\le 6$ with $a^2+b^2+c^2=3$ ... Is this inequality right? Help me! Thanks!