If $x,y,z>0$ and $x+y+z=1.$
Then minimum value of $\displaystyle \frac{x}{2-x}+\frac{y}{2-y}+\frac{z}{2-z}$ is
What i try
From Titu lema
$$\frac{x^2}{2x-x^2}+\frac{y^2}{2y-y^2}+\frac{z^2}{2z-z^2}\geq \frac{(x+y+z)^2}{2(x+y+z)-(x^2+y^2+z^2)}=\frac{1}{2-(-1-2(\sum xy))}$$
How do i solve it help me please
Write $a=2-x$, $b=2-y$ and $c=2-z$, so $a+b+c = 5$ and we want minimum of \begin{eqnarray}\frac{x}{2-x}+\frac{y}{2-y}+\frac{z}{2-z}&=&{2-a\over a} +{2-b\over b}+{2-c\over c} \\ &=& {2\over a}-1+{2\over b}-1+{2\over c}-1\\ &=& {2\over a}+{2\over b}+{2\over c}-3\end{eqnarray}
Now since $$(a+b+c)({1\over a}+{1\over b} + {1\over c})\geq 9$$
we have $${2\over a}+{2\over b} + {2\over c}\geq {18\over 5}$$
So minimal value is ${3\over 5}$