If $x=\frac{e^y-e^{-y}}{e^y+e^{-y}}$ show that, $y=\frac{1}{2}\log_{e}\frac{1+x}{1-x}$
What I've tried,
taking log to the base e on both sides, we get;
$\log_{e}{x}$=$\log_{e}{m^2-1}/m^{2}+1$, where $m=e^y$.
But, how should I proceed from here. Any further help or hint is much appreciated.
from $$x=\frac{e^{2y}-1}{e^{2y}+1}$$ we get by multiplication with $e^{2y}+1$ $$e^{2y}+1=\frac{e^{2y}}{x}-\frac{1}{x}$$ from here we get $$e^{2y}\left(1-\frac{1}{x}\right)=-1-\frac{1}{x}$$ for $$x\ne 1$$ we get $$e^{2y}=\frac{x+1}{1-x}$$ can you proceed?