Proving $\int_0^1 x^x \mathrm{d}x$

182 Views Asked by At

How do I prove that $\int_0^1 x^x \mathrm{d}x$ is between $0.69$ and $1$? I think there does not exist a function such that its derivative is $x^x$. Is the proof approximate? Numerically, this holds true. But algebraically/theoretically I have no clue how where to start.

3

There are 3 best solutions below

0
On

First, we see that it must be less than $1$, since the function $f(x)=x^x$ in the interval $[0,1]$ is always less than or equal to $1$, so it cannot exceed the area of $[0,1]^2=1$.

Then, we see that $\frac{d}{dx}f(x)=x^x(\ln(x)+1)$, so $f$ has a minimum in $[0,1]$ at around $(0.36,0.69)$, meaning $f(x)$ is always above the line $y=0.69$, completing the proof.

This image may help give some intuition. It's a plot of $x^x$ from $0$ to $1$. Note the minima at about $0.69$. enter image description here

0
On

Hint: Find the minimum and maximum of $x^x$ on $[0,1]$ using Calc I methods.

0
On

Since $$ x^x = \exp\left(x\log x\right) = 1+x\log x+\frac{\left(x \log x\right)^2}{2!}+\ldots $$ by termwise integration we have $$ \int_{0}^{1}x^x\,dx = 1-\frac{1}{2^2}+\frac{1}{3^3}-\frac{1}{4^4}+\ldots $$ and since the series in the RHS is rapidly convergent by Leibniz' test, $$ \int_{0}^{1}x^x\,dx \in\left(\frac{3}{4},\frac{85}{108}\right).$$