I need to show that (1) is true by letting $y = \sinh^{-1}x$ ...
$$\sinh^{-1}(x) = \ln(x + \sqrt{x^2 + 1})\tag{1}$$
... using (2) and (3) ...
$$\cosh^2(x) - \sinh^2(x) = \left(\frac{e^x + e^{-x}}{2}\right)^2 - \left(\frac{e^x - e^{-x}}{2}\right)^2\tag{2}$$
$$\cosh(x) + \sinh(x) = e^x\tag{3}$$
... with $x$ replaced by $y$.
However, I really am not sure how to jump from this ... : $$x = \frac{e^y - e^{-y}}{2}$$
... To anything related to these two equalities that I am supposed to use. Could someone please explain this one to me?
Edit: this question has already been answered before, but using quadratic equation. I wanted to prove the equality using the properties of hyperbolic functions alone
Here are the steps to prove that $\operatorname{sinh}^{-1}(x) = \ln(x + \sqrt{x^2 + 1})$ using the given equations:
Start with the expression $x = \frac{e^y - e^{-y}}{2}$, which relates $x$ and $y$ through the inverse hyperbolic sine function $\operatorname{sinh}^{-1}(x)$.
Substitute this expression for $x$ into the right-hand side of the equation to be proven: $ \ln(x + \sqrt{x^2 + 1}) $.
Simplify the expression inside the square root: $ x^2 + 1 = \left(\frac{e^y - e^{-y}}{2}\right)^2 + 1 = \frac{e^{2y} - 2 + e^{-2y}}{4} + 1 = \frac{e^{2y} + 2 + e^{-2y}}{4} $.
Use the equation $ \cosh^2(x) - \sinh^2(x) = 1 $ (derived from equation 2) to rewrite the expression inside the logarithm: $ \sqrt{x^2 + 1} = \sqrt{\frac{e^{2y} + 2 + e^{-2y}}{4}} = \frac{e^y + e^{-y}}{2} = \cosh(y) $.
Substitute this expression for $ \sqrt{x^2 + 1} $ into the right-hand side of the equation.
Use the equation $ \cosh(y) + \sinh(y) = e^y $ (derived from equation 3) to simplify the expression inside the logarithm: $ x + \sqrt{x^2 + 1} = \frac{e^y - e^{-y}}{2} + \cosh(y) = \sinh(y) + \cosh(y) = e^y $.
Simplify the right-hand side of the equation: $ \ln(e^y) = y $.
Therefore, $ \operatorname{sinh}^{-1}(x) = y = \ln(x + \sqrt{x^2 + 1}) $, which proves the original equation.