The function $F : (-1, 1) \to \mathbb {R}$ is defined by $F(x) = \dfrac{x}{1-x^2}$. Example 5 page 106 at Munkers' Topology says that its inverse is $$G(y) = \dfrac{2y}{1+(1+4y^2)^{\frac12}}.$$ I checked this and the result is that $G(F(x))=x$ and $F(G(y))=y$.
However by the method of finding the inverse of a function (exchanging variables, solving for the other variable, re-exchanging variables), I found out that the the inverse function of $f(x) = \dfrac{x}{1-x^2}$ is $$G(y) = \dfrac{-1 \pm (1+4y^2)^{\frac12}}{2y}$$ which is consistent with http://www.wolframalpha.com/ but does not result in $G(F(x))=x$ and $F(G(y))=y$.
Why is so?! Thank you.
The value $\frac{-1-\sqrt{1+4y^2}}{2y}$ is not in $(-1,1)$. That's because $\sqrt{1+4y^2}>2|y|$. So you get two solutions, but only one of them is in $(-1,1)$.
Now you just need to realize that:
$$\frac{2y}{1+\sqrt{1+4y^2}}=\frac{-1+\sqrt{1+4y^2}}{2y}$$
You can multiply that out to see that these are equal.
Your form is the "rationalized" form of the answer.