Having a hard time solving $\lim\limits_{x\to \infty} \frac{1}{\ln(x+1)-\ln(x)}-x$.
I tried using $\ln \left(\frac{a}{b}\right) = \ln a - \ln b$ , to rewrite the denominator so i got
$\lim\limits_{x\to \infty} \frac{1}{\ln \frac {x+1}{x}}-x$
But from there im unsure how to use a series to substitute the ln part.
You can use Taylor series: for $x\to\infty$
$$\frac{1}{\ln(1+\frac1x)}=\left(\frac1x-\frac1{2x^2}+O(1/x^3)\right)^{-1}=x\left(1+\frac1{2x}+O(1/x^2)\right)$$ so by simple algebra you get $\frac12$ the desired limit.