Saturday, January 27, 2018

calculus - By using the fact that $log(n)


By using the fact that $\log(n)<,evaluate $$\lim_{n\to \infty} n^{1/n}$$


How to use $\log(n)< to evaluate that?


Answer



HINT


Use that


$$\large {(\log n)^\frac1n = e^{\frac{\log n}n}}$$


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...