This is my first post so I hope you forgive any formatting mistakes. This is a task out of a training exam, I may add that we have not yet introduced l'Hospital or derivatives. We have to determine the following limit:
$$\lim_{n \rightarrow \infty} \frac{\ln(2n^n)-\ln(\sqrt n)}{\ln(3n^{2n}) + \ln(\sqrt n)}$$
I am stuck on this for quite some time now, I tried to apply the ln sum rules, but i can not find a way to solve this one. I'm thankful for advice.
$$\lim_{n \rightarrow \infty} \frac{\ln(2n^n)-\ln(\sqrt n)}{\ln(3n^{2n}) + \ln(\sqrt n)} = \lim_{n \rightarrow \infty} \frac{n \ln{n} + \ln{2} - \frac{1}{2} \ln{n}}{2 n \ln{n} + \ln{3} + \frac{1}{2} \ln{n}} $$
Note that, in both the numerator and denominator, the $n \ln{n}$ terms dominate the others in this limit. We can ignore the last two terms in each of the numerator and denominator in this limit, and the result is
$$\lim_{n \rightarrow \infty} \frac{\ln(2n^n)-\ln(\sqrt n)}{\ln(3n^{2n}) + \ln(\sqrt n)} = \lim_{n \rightarrow \infty} \frac{ n \ln{n}}{2 n \ln{n}} = \frac{1}{2} $$
To be more specific, we can factor the $n \ln{n}$ terms out:
$$ \lim_{n \rightarrow \infty} \frac{n \ln{n} + \ln{2} - \frac{1}{2} \ln{n}}{2 n \ln{n} + \ln{3} + \frac{1}{2} \ln{n}} = \lim_{n \rightarrow \infty} \frac{1+\frac{\ln{2}}{n \ln{n}} - \frac{1}{2 n}}{2+\frac{\ln{3}}{2 n\ln{n}} + \frac{1}{2 n}} $$
and see the result.