Show that the integral of $1/(1-x^x)$ from $0$ to $1/e$ is divergent

81 Views Asked by At

How can you show that $\int_0^{1/e}\frac{dx}{1-x^x}$ diverges? Do you have to substitute $x = \frac1u$?

2

There are 2 best solutions below

2
On BEST ANSWER

Using the inequality: $e^{-y} > 1 - y, 0 < y < 1$. Put $u = x\ln x$. Observe that $x \to 0^{+} \implies u \to 0^{-}$. Thus you can write $u = -y, 0 < y < 1$. The inequality $e^{-y} > 1 - y$ can be proved easily on $y \in (0,1)$. Thus $\dfrac{1}{1- x^x} = \dfrac{1}{1-e^{x\ln x}} = \dfrac{1}{1-e^{-y}} > \dfrac{1}{y} = -\dfrac{1}{x\ln x}\implies \displaystyle \int_{0}^{1/e}\dfrac{dx}{1-x^x}> \displaystyle \int_{0}^{1/e} \dfrac{dx}{-x\ln x}= +\infty$ by a simple substitution $m = \ln x$, proving divergence.

0
On

Based on the answer by DeepSea I have written down the complete proof.
This proof makes use of the following facts: $$e^{x} \ge 1+x \tag{1}\label{1}$$ $$\int_1^{+\infty}\frac{dx}{x} = +\infty \tag{2}\label{2}$$ Consider \eqref{1} for $-\infty < x < 0$ in particular: $$\begin{align} e^{x} & \stackrel{\eqref{1}}> 1+x \\ -x & \gt 1-e^x \\ \frac{1}{1-e^x} & \gt -\frac1x \tag{3}\label{3}\end{align}$$ Use \eqref{3} and the integral monotonicity to show: $$\begin{align} \int_0^{1/e}\frac{dx}{1-x^x} & = \int_0^{1/e}\frac{dx}{1-e^{x\ln{x}}} \\ & \stackrel{\eqref{3}}> -\int_0^{1/e}\frac{dx}{x\ln{x}} \tag{4}\label{4}\end{align}$$ Substitute $x$ with $e^{-u}$ $(dx = -e^{-u}du)$: $$\begin{align} \int_0^{1/e}\frac{dx}{x\ln{x}} & = \int_{+\infty}^{1}\frac{-e^{-u}}{e^{-u}(-u)}du \\ & = -\int_1^{+\infty}\frac{du}{u} \tag{5}\label{5}\end{align}$$ Now, combine \eqref{2}, \eqref{4} and \eqref{5} to proof that $\int_0^{1/e}\frac{dx}{1-x^x} = +\infty$ (and thus diverges): $$\begin{align} \int_0^{1/e}\frac{dx}{1-x^x} & \stackrel{\eqref{4}}> -\int_0^{1/e}\frac{dx}{x\ln{x}} \\ & \stackrel{\eqref{5}}= \int_1^{+\infty}\frac{du}{u} \\ & \stackrel{\eqref{2}}= +\infty \end{align}$$ This concludes the proof.