I currently started studying some aspects of calculus for the first time in a very long time, and now I am struggling to understand some basic and silly concepts of calculus including the notations.
I have an example such as "Find $\lim_{n \to \infty} ( \log n^2 / n)$" -- which turns out to be $0$.
Now, is this question asking me to differentiate or I misunderstood it? If so, why is it using the limit notation rather than the differentiation notation: $d/dn$ or $f'(n)$. Also, are we always supposed to differentiate when we see something like "$\lim_{n \to \infty}$"?
Although this question might sound really silly, I would really appreciate some explanation.
Thanks in advance. :)
Note: I forgot to say that-- it seems to me that the book did differentiate the numerator and the denominator in the last step which is why I got confused.
lim n→∞(log n^2/n) =lim n→∞(2log n/n) = lim n→∞((2/ln 2) (ln n /n) ) = (2/ln 2) lim n→∞(1/n) = 0.