Hi is it acceptable to evaluate the radius of convergence $R$ of this power series $$\sum_{n=1}^{\infty}(-1)^{n}n^{-\frac{2}{3}}x^{n}$$ by instead of taking $a_{n} := (-1)^{n}n^{-\frac{2}{3}}$ we take $a_{n} := (-1)^{n}n^{-\frac{2}{3}}x^{n}$ which results in: $$\lim\limits_{n \rightarrow \infty}|\frac{a_{n+1}}{a_{n}}| = \lim\limits_{n \rightarrow \infty}|x(\frac{n}{n+1})^{\frac{2}{3}}| = x$$
The result being that the radius of convergence is always the coefficient of $x$. Is this an acceptable adaptation of the usual method of finding the radius of convergence?
The ratio test for convergence says that you need to get $$\lim\limits_{n \rightarrow \infty}|\frac{a_{n+1}}{a_{n}}| < 1$$
You already showed that the limit is $|x|$, so you just need $$|x|<1$$
Therefore, the radius of convergence is $1$.