Method 1
$\int \frac {\ln\sqrt{x}}x$
Let $u = x^{1/2}$ , so $du = \frac 1{2\sqrt{x}}dx$
$2\int \frac {\ln{u}}u$
= $\frac{ln{(u)}^2}3$ = $\frac{ln(\sqrt{x})^2}3$
Method 2
$\int \frac {\ln\sqrt{x}}x$
$\frac12\int\frac{ln{(x)}}x$ = $(ln{(x)})^2-\int\frac{\ln(x)}x$
$\frac32\int\frac{ln{(x)}}x$ = $(ln{(x)})^2$
$\int\frac{ln{(x)}}x$ = $\frac{2(ln{(x)})^2}3$
Method 3
$\int \frac {\ln\sqrt{x}}x$
Let $u = \ln{(\sqrt{x})}$, so $du = \frac1{\sqrt{x}}\times\frac1{2\sqrt{x}}dx$ = $\frac1{2x}dx$
$2\int u du = u^{2}$
= $(\ln{\sqrt{x}})^2$
How's that possible? Different methods give me $3$ different answers? Which one of these is the correct answer?
Apparently none of them, since if you take $u = \ln x$ then $du = \frac{1}{x} dx$, then
$$\frac{1}{2}\int u \ du = \frac{u^2}{4} + C = \color{#f05}{\frac{\ln^2 x}{4}} + C$$
Note: To check your answer compute the derivative of each one.