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.