I'm trying to solve $\int_0^\infty\ln(x)\cdot \exp(x)\cdot x^{-x}\;\mathrm{d}x,$ but I do not know how. Can someone give me a hint?
How to integrate this exponential/logarithmic integral
3
$\begingroup$
calculus
integration
3 Answers
3
Hint: $x^{-x} = e^{-x \ln(x)}$. Try a change of variables $u = x - x \ln(x)$.
-
0In general, change of variable in a definite integral goes like this: $\int_a^b f(g(t))\ g'(t)\ dt = \int_{g(a)}^{g(b)} f(u)\ du$ – 2012-06-28
2
$\ln(x) \exp(x) x^{-x} = \ln(x) \exp(x) e^{-x \ln(x)} = \ln(x) \exp(x(1-\ln(x)))$ and set $x - x \ln(x) = t$ and simplify to get a nice answer!
2
HINT: First, $x^{-x}=e^{-x\ln x}$. Now combine the exponentials, and ask yourself what the derivative of $x-x\ln x$ is.
-
0$4$ answers in $46$ seconds! – 2012-06-28