Prove the inequality knowing $x,y,z \ge 0$ and $xyz=1$ $$\frac{x^5}{x^2+1}+\frac{y^5}{y^2+1}+\frac{z^5}{z^2+1}\ge\frac{3}{2}$$
Starting from the condition set that $xyz =1$ I did this : $$x^3+y^3+z^3\ge3\sqrt[3]{x^3y^3z^3}$$ $$x^3+y^3+z^3\ge3$$ I also know that the fraction $\frac{3}{2}$ usually either comes from the famous $Nesbitt$ equation or from some sort of $Tittu$ that leads to $\frac{9}{4}$ which then is simplified.
However I can't find any way how to manipulate the inequality. I did try to multiply and rewrite the inequality so that $x,y,z$ are an even power like this : $$\frac{x^4}{x^2+yz}+\frac{y^4}{y^2+xz}+\frac{z^4}{z^2+xy}\ge\frac{3}{2}$$
However this didn't bring me anywhere. Any kind of help is welcomed.
We use the tangent line method, ie first set $f(x)= \frac{x^5}{x^2+1}$ so that we have to show that $$f(x)+f(y)+f(z) \geq \frac{3}{2}$$
Note $f’’(x) \geq 0 \ \forall x \in \mathbb R_{\geq 0}$. Considering the tangent to $f(x)$ at $x=1$, it becomes clear that $f(x) \geq 2x-\frac{3}{2}$ (try to verify this by cross multiplication) so that $$f(x)+f(y)+f(z) \geq 2(x+y+z) - \frac{9}{2} \geq 6-\frac{9}{2} = \frac32$$ where the last inequality follows via AM-GM. Equality is attained at $(1,1,1)$.