$f(x)=\frac{x}{1-x^2}$
I wanted to calculate its inverse.
I done following
$f(x)=y$ and using quadratic formula evaluate x in term of y.
i.e $x=\frac{-1+\sqrt{1-4y^2}}{2y}$ but solution is its reciprocal .I thought hard But I think I am making silly mistake. Please Help me out .
Any Help will be appreciated

No, you made no mistake: your solution is correct, assuming that the domain of $f$ is $(-1,1)$. Note, however, that\begin{align}\frac{-1+\sqrt{1-4y^2}}{2y}&=\frac{\left(-1+\sqrt{1-4y^2}\right)\left(-1-\sqrt{1-4y^2}\right)}{2y\left(-1-\sqrt{1-4y^2}\right)}\\&=\frac{4y^2}{2y\left(-1-\sqrt{1-4y^2}\right)}\\&=-\frac{2y}{1+\sqrt{1-4y^2}}.\end{align}