1

I came across this question in an entrance exam of a local college where we are asked to evaluate the limit : $$\lim\limits_{n\to\infty} \frac{N_n}{\ln(n)}$$ Where $N_n$ denotes the number of digits of $n$, with the latter being a non zero positive integer. It seems I am lacking some sort of relationship between $N_n$ and $n$ (i.e equality/inequality). I could spot that $n \ge N_n$ but it doesn't seem useful in this case. Appreciate any help!

Sebastiano
  • 7,649
OUCHNA
  • 429

1 Answers1

3

HINT

Following the suggestion given in the comments, we have that

$$\frac{\log_{10}n}{\ln(n)}\le \frac{N_n}{\ln(n)}\le \frac{1+\log_{10}n}{\ln(n)}$$

then we can conclude by squeeze theorem.

user
  • 154,566
  • Thanks for the answer! one question: to show that inequality should I start with the expression of $n$ in base $10$ ? like $208=2.10^2+0.10^1+8.10^0$ ? or is there a simpler way ? – OUCHNA Jul 27 '20 at 22:33
  • @OUCHNA You are welcome. For more details you can also refer to that OP. – user Jul 27 '20 at 22:43
  • $100\le 208<1000$ so between $10^2$ and $10^3$. Then notice all numbers $100..999<10^3$ all have $3$ digits. – zwim Jul 27 '20 at 22:46