1

I came across this estimation in a book:

$$ \int^x_2 (\log u)^{-2} du \ll x(\log x)^{-2}. $$

I tried to prove it by first integrating by parts:

$$ \int^x_2 (\log u)^{-2} du = x(\log x)^{-2}-2(\log 2)^{-2} + 2\int^x_2 (\log u)^{-3} du, $$

but was then stuck. Could someone show me how to establish the estimation?

Tapioka
  • 68

1 Answers1

1

By L'Hospital's rule $$ \mathop {\lim }\limits_{x \to + \infty } \frac{{\int_2^x {\frac{{du}}{{\log ^2 u}}} }}{{\frac{x}{{\log ^2 x}}}} = \mathop {\lim }\limits_{x \to + \infty } \frac{{\frac{1}{{\log ^2 x}}}}{{\frac{1}{{\log ^2 x}} - \frac{2}{{\log ^3 x}}}} = \mathop {\lim }\limits_{x \to + \infty } \frac{1}{{1 - \frac{2}{{\log x}}}} = 1. $$ Thus we in fact have $$ \int_2^x {\frac{{du}}{{\log ^2 u}}} \sim \frac{x}{{\log ^2 x}}. $$

Gary
  • 31,845