Find the range of $ f(x)=\ln(x+\sqrt{x^2+1}) $
We already know that the domain of $f$ is $\mathbb{R}$ so to find the range of $f$ we solve $y=f(x)$ in terms of $x$ and we try to limit the values of $y$.
$y=f(x) \Rightarrow y=\ln(x+\sqrt{x^2+1}) \Rightarrow e^y=x+\sqrt{x^2+1} \Rightarrow e^y-x=\sqrt{x^2+1}$
But we know that $\sqrt{x^2+1} > 0 \Rightarrow e^y-x>0 \Rightarrow e^y>x\quad (1)$
Then by squaring both sides we get $e^{2y}-2xe^y+x^2=x^2+1 \Rightarrow x=\dfrac{e^y-e^{-y}}{2}$
We know that $x \in \mathbb{R} \Rightarrow \dfrac{e^y-e^{-y}}{2}\in \mathbb{R}$ which does not provide any limitation for $y$.
Does $(1)$ provide any limitation for $y$? if not why?
I understand that $g(x)=\dfrac{e^x-e^{-x}}{2}$ has $\mathbb{R}$ as its domain and $g$ is essentially the inverse function of $f$ but I dont know how to formally show that the range of $f$ is $\mathbb{R}$
You can easily evaluate $$ \lim_{x\to\infty}f(x)=\infty $$ but also, with $x=-t$, $$ \lim_{x\to-\infty}f(x)= \lim_{t\to\infty}\ln(-t+\sqrt{t^2+1})= \lim_{t\to\infty}\ln\frac{1}{t+\sqrt{t^2+1}}=-\infty $$ The intermediate value theorem ends the task.
Without calculus, one can find the inverse function: if $y=\ln(x+\sqrt{x^2+1})$, then \begin{align} e^y&=x+\sqrt{x^2+1}, \\ e^{-y}&=\frac{1}{\sqrt{x^2+1}+x}=\frac{\sqrt{x^2+1}-x}{x^2+1-x^2}= \sqrt{x^2+1}-x \end{align} and so $$ 2x=e^{y}-e^{-y} $$ which is usually written $x=\sinh y$.
Now this function is defined with no restriction on $y$: $$ g(y)=\frac{e^{y}-e^{-y}}{2}=\sinh y $$ This precisely means that the range of $f$ is $\mathbb{R}$.