I want to find radius of convergence for the power series $\sum_{k=1}^{\infty}( \sqrt[k]{e}-1) {x^k}$. I try with the ratio test and I get
$\frac{|(e^{1/(k+1)}-1)x^{k+1}|}{|(e^{1/k}-1)x^{k}|} = |x| \frac{e^{1/(k+1)}}{e^{1/k}} \frac{1-1/e^{1/(k+1)}}{1-1/e^{1/k}} \longrightarrow |x| \frac{e^{0}}{e^{0}} \frac{1-1/e^{0}}{1-1/e^{0}} $ when $ k \longrightarrow \infty $
That is, I end up with a $\frac{0}{0}$ expression. I can "see" on the final expression that it approaches $|x|\times \frac{1}{1} \times \frac{1}{1}$. Is there any way to achieve this without ending up with the zero division?
Appreciates all help I can get.
For any $a > 1$, consider $f(a) =\sum_{k=1}^{\infty}( \sqrt[k]{a}-1) {x^k} $.
Since $\sqrt[k]{a} =e^{\ln(a)/k} \approx 1+ \ln(a)/k+O((1/k)^2) $, we have $\sqrt[k]{a}-1 \approx \ln(a)/k+O((1/k)^2) $ so the sum behaves like $\sum_{k=1}^{\infty}\dfrac{x^k\ln(a)}{k} $ and this converges for $|x| < 1$ and diverges for $|x| > 1$.