As the title mentioned, how to solve $x$ from the equation:
$$(x-1)e^{-x} > 0.5$$
How can I solve this analytically? This is a part of my homework and I got stuck to this equation. I'm also given the information that:
$$-x e^{-x} \leq -0.1x$$
if it helps. The problem is to find the bounds for $x$ in Wolfe's test.
P.S. do I need to use for example Newton's method to solve this?
Hint
Consider the function $$f(x)=(x-1)e^{-x}-\frac12$$ Its erivative simplifies to $$f'(x)=-e^{-x} (x-2)$$ which means that there is an extremum at $x=2$ and $f(2)=\frac{1}{e^2}-\frac{1}{2}\approx -0.364665$. The second derivative test shows that this is a maximum.
I am sure that you can take from here.