$$\lim_{x\to\infty}\frac{\ln(x+e^x+e^{2x})}{x}$$ In the book I am reading, evaluated the limit with L'Hopital rule like this: $$\lim_{x\to\infty}\frac{\ln(x+e^x+e^{2x})}{x}=\frac{\infty}{\infty}\rightarrow \lim_{x\to\infty}\frac{1+e^x+2e^{2x}}{x+e^x+e^{2x}} $$
Then it used equivalence and write $\lim_{x\to\infty}\cfrac{2e^{2x}}{e^2x}=2$.
My approach to evaluate $\lim_{x\to\infty}\frac{\ln(x+e^x+e^{2x})}{x}$ is different:
in the numerator of the fraction and inside the $\ln()$ the function $e^{2x}$ goes faster to infinity than $x$ , $e^x$. therefore we can ignore these two: $$\lim_{x\to\infty}\frac{\ln(e^{2x})}{x}=\lim_{x\to\infty}\frac{2x}{x}=2$$ Is my approach right? and was it really necessary to use L'Hopital Rule?
Your approach is correct. For a more rigorous argument do the following:
$\frac {\ln (x+e^{x}+e^{2x})} x=\frac {\ln [e^{2x} (xe^{-2x}+e^{-x}+1)} x=\frac {2x+\ln (xe^{-2x}+e^{-x}+1)} x$. Using the fact that $\ln (1+t) \sim t$ as $t \to 0$ we get $\lim \frac {2x+xe^{-2x}+e^{-x}} x=2$.