I want to solve the following exponential equation:
$$\frac{e^x}{x}=\frac{2e^{\frac 3 2}}{3}$$
Now, I think it is easy enough to see in the head that the answer is $x=\frac 3 2$. Though, I wanted to try to solve it in the standard way. I multiply both sides by $x$:
$$e^x=\frac{2xe^{\frac 3 2}}{3}$$
Now I apply the logarithm function to both sides:
$$\ln(e^x)=\ln\left(\frac{2xe^{\frac 3 2}}{3}\right)$$
Which should be equal to
$$x=\ln\left({2xe^{3/2}}\right)-\ln{3}\rightarrow \dots$$
I can't really seem to get to the solution. Any hints on what I'm doing wrong?