If $\sinh x-\cosh x=5$, find $\tanh x$
I have done till the following steps but dont know how to proceed further from solving this equation in Euler's form $$\left(\frac{e^x-e^{-x}}{2}\right)-\left(\frac{e^x+e^{-x}}{2}\right)=5$$ $$\frac{\not{e^x}-e^{-x}-\not{e^x}-e^{-x}}{2}=5$$ $$\frac{-\not{2}e^{-x}}{\not{2}}=5$$ $$-e^{-x}=5$$ $$\log(e^{-x})=\log(-5)$$ $$-x=\log(-5)$$ $$x=-\log(-5)$$
But, according to answer, I have it say $$x=\frac{-\log(25)}{2}$$
I don't know where I am going wrong.