I got this example:

and I am trying to find an inverse function to this function. Could I ask you, please, how to do that?
Thank you
I got this example:

and I am trying to find an inverse function to this function. Could I ask you, please, how to do that?
Thank you
Copyright © 2021 JogjaFile Inc.
$$\begin{align} y &= 2 + \ln\left(-1 + \sqrt{x}\right)\\ y-2 &= \ln\left(-1 + \sqrt{x}\right)\\ e^{y-2}&=-1 + \sqrt{x}\\ e^{y-2} + 1 &= \sqrt{x}\\ x &= \left(e^{y-2} + 1 \right)^2 \end{align} $$