Inverse function of $f(x)=e^{x/2}$

1.1k Views Asked by At

How would you find the inverse function of $f(x)=e^{x/2}$?

2

There are 2 best solutions below

4
On BEST ANSWER

$$y = \exp(x/2) \implies \log_e(y) = \log_e(\exp(x/2)) = x/2 \implies x = 2 \log_e(y)$$

0
On

$$f(x)=y=e^{\frac{x}{2}}$$ inverse is $x=e^{\frac{y}{2}}\iff\ln x=\ln e^{\frac{y}{2}}\iff \ln x =\frac{y}{2}\iff y=2\ln x$