I have this limit to find:
$\lim\limits_{x\to0}\frac{\sqrt[n]{1+x}-1}{x}$
My development was:
Let $\large{u^n = 1+x}$, from here if $x\to 0$ implies that $\large{u^n \to 1}$
And i got: $\Large{\lim_{u^n \to 1}\frac{u-1}{u^n - 1}}$ and using that $\Large{u^n - 1 = (u-1)\sum_{j=0}^{n-1}{u^j}}$
Finally i got $\Large{\lim_{u^n\to1}\frac{1}{\sum_{j=0}^{n-1}{u^j}} = \dfrac{1}{n}}$
I know that the result is correct, but i want to know if all my steps are correct.
Thanks in advance.