On an exam we were asked to prove the sequence converges and find the value of: $$\lim_{n\to \infty}a_n = n(2^{1/n}-1)$$
On the test I tried every common convergence test we learned, to no avail.
Monotone and bounded, pinch theorem, n-th root, ratio test, and so on.
Does anyone have any idea how to solve this?
Thanks
Solution without L'Hopital (directly) by noticing that this is a hidden way of asking for the derivative of $f(x) = 2^x$ at $x = 0$.
$$\lim_{n \to \infty } n(2^{\frac{1}{n}} - 1) = \lim_{n \to \infty }\frac{2^{\frac{1}{n}} - 1}{\frac{1}{n}}$$
Because $\lim_{n \to \infty} \frac{1}{n} = 0$,
$$\lim_{n \to \infty }\frac{2^{\frac{1}{n}} - 1}{\frac{1}{n}} = \lim_{x \to 0} \frac{2^x - 1}{x} = \lim_{x \to 0} \frac{2^x - 2^0}{x - 0} = [\frac{d}{dx}2^x]^{x=0} = ln(2)$$