$\lim_{x \rightarrow +\infty} \frac{\text{log}(x+1)}{x} = 0$
I know that $\text{log}(x+1)$ goes to infinity more slowly than $x$, but I'm not able to prove the limit above without using de l'Hopital rule.
Ideally, the proof should be algebraic and not with a graphic showing that $\text{log}(x+1)$ goes to infinity more slowly than $x$.
Since$$\lim_{x\to\infty}\frac{\frac{\log(x+1)}x}{\frac{\log(x)}x}=\lim_{x\to\infty}\frac{\log(x)+\log\left(1+\frac1x\right)}{\log(x)}=1,$$it is enough to prove that$$\lim_{x\to\infty}\frac{\log(x)}x=0.$$Doing $x=e^y$, this becomes$$\lim_{y\to\infty}\frac y{e^y}=0.$$But, if $y>0$,$$e^y=1+y+\frac{y^2}2+\cdots>\frac{y^2}2,$$and therefore$$0<\frac y{e^y}<\frac y{y^2/2}=\frac2y\to0.$$