I need to establish the inverse function of the hyperbolic sine: I am trying to do this by setting $y = \sinh(x)$ and solving for $x$, however I got stuck at this: $$ y=\frac{e^x -e^{-x}}{2} $$ $$ 2y=e^x - e^{-x} $$ I dont know how to solve for x at this point, though. Taking the logarithm seems nonsensical with a sum on the right side. The end goal is the arsinh given by $$ y = \log(x + \sqrt{x^2 +1}) $$
2026-03-25 19:01:40.1774465300
Get arsinh from sinh
217 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Hint: make replacement $e^x = z$ and use $e^{-x} = 1 / z$ to get quadratic equation on $z$.