I want to prove the following statement: $${arctanh}(\frac{x}{\sqrt{1+x^2}})= {arccosech}(\frac{1}{x})$$
I consulted Schaum's Outlines of Mathematical Handbook of Formulas and Tables. It says:
$${arctanh}(x)=\frac{1}{2}ln(\sqrt{\frac{1+x}{1-x}})$$ $${arccosech}(x)=ln(\frac{1}{x}+\sqrt{\frac{1}{x^2}+1})$$
So I wrote my question in terms of those statements above:
$${arctanh}(\frac{x}{\sqrt{1+x^2}})= \frac{1}{2} ln(\frac{1+\frac{x}{\sqrt{1+x^2}}}{1-\frac{x}{\sqrt{1-x^2}}}) $$
$${arccosech}(\frac{1}{x})= ln(\frac{1}{\frac{1}{x}}+\sqrt{ \frac{1}{(\frac{1}{x})^2}+1}) $$
Now, the two equations those I must prove whether they are equal or not are:
$$ (\frac{1+\frac{x}{\sqrt{1+x^2}}}{1-\frac{x}{\sqrt{1-x^2}}})^\frac{1}{2} = (\frac{1}{\frac{1}{x}}+\sqrt{\frac{1}{(\frac{1}{x})^2}+1}) $$
Then I squared them both:
$$ \frac{\sqrt{1+x^2}+x}{\sqrt{1+x^2}}\frac{\sqrt{1-x^2}}{\sqrt{1-x^2}-x} = x^2 + 2x\sqrt{x^2+1}+x^2+1$$
But it seems to me it is going to anywhere. Any help or solving method is appreciated.
Regards.