Hello I have a silly question: How can I show that $\lim\limits_{x \to \infty} \dfrac{\log(x+1)}{\log{x}}=1$. Thank you.
2026-04-07 07:52:24.1775548344
How can I show that $\lim\limits_{x \to \infty} \frac{\log(x+1)}{\log{x}}=1$?
122 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You could use l'Hospital's rule:
$$ \lim_{x \to \infty} \frac{\log(x+1)}{\log(x)} = \lim_{x\to\infty} \frac{1/(x+1)}{1/x} = \lim_{x \to \infty} \frac{1}{\frac{x+1}{x}} = \lim_{x \to \infty} \frac{1}{1 +\frac{1}{x}} = \frac{1}{1 + \lim_{x \to \infty} \frac{1}{x}} = \frac{1}{1+0} = 1 $$