I have a problem while calculating inverse function of tanh(x).
I know it is y = sinh(x)/cosh(x) and then I should express x, but I am stuck with that.
Will you help me with this? thx a lot
$\endgroup$ 11 Answer
$\begingroup$Use that $$\tanh(x)=\frac{e^x-e^{-x}}{e^x+e^{-x}}=\frac{e^{2x}-1}{e^{2x}+1}=y$$ so $$e^{2x}=\frac{y+1}{1-y}$$It is $$\frac{e^x+e^{-x}}{e^x-e^{-x}}\times \frac {e^x}{e^x}$$
$\endgroup$ 1