I want to determine whether or not the integral $$\int_1^2 \frac{\sqrt{x}} {\ln(x)} \,dx $$ converges. I have tried things like $$\int_1^2 \frac{\sqrt{x}} {\ln(x)} \,dx \leq \int_1^2 \frac{2} {\ln(x)} dx ,$$ but I find myself unable to evaluate the latter integral. Next I try: $$\int_1^2 \frac{\sqrt{x}} {\ln(x)} dx \geq \int_1^2 \frac{\sqrt{x}} x dx .$$ In this case the latter integral is finite but that does not tell me anything about the convergence or divergence of the original integral. What comparison can I make to determine the convergence of this integral?
2026-04-08 05:39:13.1775626753
Convergence of integral $\int_1^2 \frac{\sqrt{x}} {\ln(x)} \,dx $
262 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3

For a direct comparison, since $\ln x < x-1$ for $x > 1$, we have
$$\frac{\sqrt{x}}{\ln x} > \frac{\sqrt{x}}{x -1} > \frac{1}{x -1} $$
Note that $\displaystyle\int_1^2 \frac{dx}{x-1}= -\lim_{c \to 1+} \ln(c-1)=+\infty.$