I need to find the inverse function of the below equation.
$f(x) = \frac{e^x - e^{-x}}{e^x + e^{-x}}$
When I apply ln to both sides I get the wrong answer. I get the result of ylne - (-y)lne - (ylne-ylne) = 2y
lnx = 2y .
Why does this not work?
The way the solution is shown is by starting multiplying e^x to both the numerator and denominator which ends up giving a completely different answer.
It looks like you're doing this:
$$\ln( e^x + e^{-x}) = \ln( e^x )+ \ln(e^{-x})$$
but $\ln$ doesn't distribute across addition, so that would be incorrect.