I am working on a problem at the moment which cuts down to the following question:
How do I get a numerical solution for:
$$\frac{x}{1-e^{-x}} -5 = 0?$$
I've been thinking about using Newton's method here but I am not quite sure how to get a reasonable starting point. Is there any other approach or maybe even just a method that provides me a suitable starting point?
Thank you very much!
FunkyPeanut
If you want to approximate it, you can show that it is an increasing function and only 1 real solution exists. Then, use the fact that $e^{-5}<<1$ (Well, its $\approx0.006$). Then you can approximately neglect the denominator to $5-5=0$. Hence, the solution is slightly less than $5$. If calculators are allowed, you can easily, check near which value the sign changes.