I was trying to compute a limit of a sum of a question and I got stuck at this integral. $$\int_0^1 (1-x)\ln(x) \ dx$$
I cannot proceed as I keep getting $\ln(0)$ and cannot solve the limit of integral i.e
$$ \lim_{h \to 0}[ \int_h^1 (1-x)\ln(x) \ dx]$$
So I am asking for solution to this limit.
Question:
Does the area of curve $\displaystyle (1-x)\ln(x)$ converge in 0 to 1. If yes then how and what is its value?
Yes, it converges to $-3/4$.
Use Integration by Parts and techniques of Improper Integration. Following LIATE, let $u=\ln x$ and $dv = (1-x)$, giving $du = \frac1x dx$ and $v = x-\frac12x^2$. This leads to
$$\int_0^1 (1-x)\ln x\ dx = \lim_{a\to 0}\int_a^1 (1-x)\ln x\ dx = \lim_{a\to 0}\left((x-\frac12x^2)\ln x\Big|_a^1-\int_a^1\frac1x(x-\frac12x^2)\ dx\right).$$
The integral above converges to $-3/4$ without difficulty. But the first expression in the limit needs L'Hopital's Rule:
$$\lim_{a\to 0}(x-\frac12x^2)\ln x) = \lim_{a\to 0}x\ln x-\lim_{a\to 0}\frac12x^2\ln x).$$ Both limits converge to 0; we'll show the first.
$$\lim_{a\to 0}x\ln x = \lim_{a\to 0}\frac{\ln x}{1/x} = \text{(by L'Hopital's)}= \lim_{a\to 0} \frac{1/x}{-1/x^2} = \lim_{a\to 0} -x = 0.$$
In summary, $$\int_0^1 (1-x)\ln x\ dx = \lim_{a\to 0}\left((x-\frac12x^2)\ln x\Big|_a^1-\int_a^1\frac1x(x-\frac12x^2)\ dx\right) = 0-3/4 =-3/4.$$