I'm trying to find the equation of the inverse of the hyperbolic tangent as follows:
Take an $x \in ]-1,1[$ and define $y:=\text{arctanh}(x)$ so that $\tanh y=x$.
This means that $\frac{e^{2y}-1}{e^{2y}+1}=x$
This should be equivalent to $e^{2y}=\frac{1+x}{1-x}$
I can't seem to find how to go from one equation to the other. I've tried multiplying both sides by $\frac{e^{2y}}{x}$ but that gets me nowhere.