I want to minimize the function
$$ \frac{x}{1-x^2} + \frac{y}{1-y^2} + \frac{z}{1-z^2} $$ subject to the constraint $$x^2 + y^2 + z^2 = 1 \space\text{and} \space x,y,z > 0$$
Wolfram Alpha tells me that the minimum occurs at $(\frac{1}{\sqrt{3}},\frac{1}{\sqrt{3}},\frac{1}{\sqrt{3}},\frac{3\sqrt{3}}{2})$. I tried to solve this without using Lagrange Multipliers by using AM-GM and Cauchy-Schwarz, but I couldn't figure out how to do it and am interested in a solution.