I am confused about an approximation that I see in a paper on the quadratic sieve.
I have the following result (given from prior calculations):
$\log u \approx \frac{1}{2}(\log ( \log X))$,
where $u$ and $X$ can be seen as variables. From this, the author derives directly
$u \approx \sqrt{\frac{2\log X}{\log (\log X)}}$.
I have been trying to understand this result but I can't seem to see what are the steps from going to $\log u$ to $ u$ (obviously, here is not just a matter of taking $e^{\log u}$). Is there any relation between the $\log$ and the square root ?
Pomerance exact reference:
"We are looking at the simplier expression \begin{equation*} X^{1/u}u^u \end{equation*}
We would like to choose $u$ so as to minimize this expression. Take logarithms: so we are to minimize \begin{equation*} \frac{1}{u}\log X + u \log u \end{equation*} The derivative is $0$ when $u^2(\log u + 1) = \log X$. Taking the $\log$ of this equation, we find that $\log u \approx \frac{1}{2}\log\log X$, so that \begin{equation*} u \approx (2\log X / \log\log X)^{1/2}" \end{equation*}