I have an expression
$$y+\sqrt{y^2-1}=e^x$$
How to find $y$?
I tried it by squaring both sides, after that I also tried to solve by different substitutions like putting $y = \sec (\theta)$, but nothing worked.
Note: Mathematica may give the final answer but I want to know the intermediate steps hence I prefer solving it by hand, not with Mathematica.
$y+\sqrt{y^2-1}=e^x\longleftrightarrow y^2-1=e^{2x}-2ye^x+y^2\longleftrightarrow2ye^x=e^{2x}+1\longleftrightarrow y=\frac{e^{2x}+1}{2e^x}$