How can I find the absolute maximum of this exponential function?
$f(x) = x \cdot {e}^{-x}$
I know that the first step is to take the derivative of the function, like so:
${f}^{\prime}(x) = x \cdot {e}^{-x}(-1) + {e}^{-x}(1)$
${f}^{\prime}(x) = {e}^{-x}(1 - x)$
Then the next step is to set it equal to zero and find the critical points for the first derivative test. How can I do that with an exponential function?
Could someone please show how they have done that?