I'm trying to compute this integral and check if it's an improper integral.
What I did so far is to write the limit.
$$\begin{align*}
\int_0^1\ln\sqrt x\, dx &= x\ln\sqrt x - \int \frac12\, dx = x\ln\sqrt x - \frac12x + C \\
&=\lim_{\epsilon\to0^+}\Bigl(x\ln\sqrt x - \frac12x \Bigr)\Bigr\rvert_\epsilon^1
\end{align*}$$
after I set the epsilon and the value 1, I got the expression : $\epsilon \ln \sqrt{x}$ and I want to know if this expression say that this integral is not improper.
Thanks.
It would have been slightly more pleasant to rewrite the integrand as $\frac{1}{2}x\ln x$.
After the integration, the issue is whether $\lim_{\epsilon\to 0^+}\epsilon\ln \epsilon$ exists. It does, and is equal to $0$.
One way of showing it is by writing $\epsilon=e^{-t}$. Then we are interested in the limit as $t\to\infty$ of $e^{-t}(-t)$.
The fact that $$\lim_{t\to\infty} -\frac{t}{e^t}=0$$ can be proved in various ways. It follows that $\lim_{\epsilon\to 0^+}\epsilon\ln \epsilon=0$.