I was trying to solve a question on maxima-minima and I finally ended up getting this equation: $$\ln\Big(\frac{1}{x}\Big)=1$$
If I take anti-log on both sides I get $\frac{1}{x}=e$ and therefore $x=\frac{1}{e}$.
But if I expand the log as $\ln(\frac{1}{x})=\ln(1)-\ln(x)=1$, I get $x=e$.
Why are there two possible answers? Am I doing anything terribly wrong? Please correct me.