I have to find limit of the following sequence:
Suppose $a>0$, consider the sequence $a_n=n\left(\sqrt[n]{ea}- \sqrt[n]{a}\right),\,n\ge1 \,\text{then} \lim_{n \to \infty}a_n\,\text{is}\ldots$
I tried to solve this problem and considered $a$ to be a very small positive number and I got the result that sequence converges to $0$.
But actually the answer is that sequence converges to 1.
How shall I proceed to find limit of this sequence.
One may write, as $n \to \infty$, $$ \begin{align} a_n&=n\left(e^{\frac{\large\ln(ea)}n}-e^{\large\frac{\ln(a)}n} \right) \\&=n\left(e^{\large\frac{1+\ln(a)}n}-e^{\large\frac{\ln(a)}n} \right) \\&=n \cdot e^{\large\frac{\ln(a)}n}\left(e^{\large\frac{1}n}-1 \right) \\&= e^{\large\frac{\ln(a)}n}\cdot\frac{e^{\frac{1}n}-1}{\frac{1}n} \end{align} $$ then one may conclude with $$ \lim_{n \to \infty}\frac{e^{\frac{1}n}-1}{\frac{1}n}=1. $$