Possible Duplicate:
Inverse of $y=xe^x$
I would like to solve the equation $x \cdot\mathrm e^x=1$. I know it has an answer, I could find it with a calculator, but I don't remember how to solve it on paper.
Any help?
edit
I know the answer is $x \approx 0.567143$. I don't want the answer, I want a method to find it.


You can easily verify that there is only one solution:
if $x\leq0$ then $x\cdot\mathrm e^x\leq0<1$;
if $x>0$ then $x\cdot\mathrm e^x=1$ iff $\mathrm e^x = \frac1x$ (see the graph below); indeed, $\mathrm e^x$ increases and $\frac1x$ decreases on the set $\{x>0\}$ so there is no more than one solution. The solution exists since $\mathrm e^{0.1}<10$ but on the other hand $\mathrm e^1>1$ and hence by Intermediate Value Theorem there is a point $x\in (0.1,1)$ such that $\mathrm e^x = \frac1x$. This point you can easily find numerically: $x\approx 0.567143$