I have been trying to practice computing limits and this one came across: $$\lim_{x\to a} \frac{\sqrt[n]{x}-\sqrt[n]{a}}{x-a}$$ I tried L'Hopital and I got this: $$\lim_{x\to a}{\frac{x^{\frac{1-2n}{n}}\left(1-n\right)}{n}}$$ But I should get as the solution of the limit $\frac{\sqrt[n]{a}}{an}$
Any help?