I'm trying to express the following $\operatorname{sech}^{-1}(x)$ in terms of logarithms, and would warmly appreciate feedback towards my approach. The solution should be :
$$\ln\left(\dfrac{1+\sqrt{(1-x^2)}}{x}\right)$$ when $x > 0.$ However, I cannot seem to get this. My working out:
$y = \operatorname{sech}^{-1}(x)\implies \operatorname{sech}(y) = x$
$$-\operatorname{sech}(y)\operatorname{tan}(y) = x; $$
Once I got to here, I decided to transform the $\operatorname{sech}$ and $\tan$ into their hyperbolic identities.
$$-\dfrac{\operatorname{sinh}(y)}{\operatorname{cosh}^2(y)}=\dfrac{e^y-e^{-y}}{2}(\dfrac{e^y+e^{-y}}{2})^2 = x$$
Though I've tried reworking this into a quadratic form $\dfrac{b \space \pm \space \sqrt{b^2-4ac}}{2a}$, however, I couldn't manage to get the right form. I would greatly appreciate some help on the next steps towards this.
By definition $\operatorname{sech}(x)$ is equal to $$y = \frac{2}{e^x+e^{-x}}.$$ What we now want to do is solve for $x$. First, divide both sides by $2$ and then take the multiplicative inverse of both sides to get $$\frac{2}{y}=e^x+e^{-x}$$ Now substitute $u=e^x.$ We will get a new and easy equation. $$u+\frac{1}{u}=\frac{2}{y}.$$ You should be able to solve this equation for $u$ $$u=\pm\sqrt{y^{-2}-1}+\frac{1}{y}.$$ If you are done, don't forget to substitute back $e^x=u$.