Starting to learn convergence of a power series in complex analysis, and I was given two tests (and my lecture didn't differentiate between the usefulness of the two) which were the Ratio Test and the Root Test.
Information/Notes I have
For a complex power series
$$S = \sum_{n=0}^{\infty}a_n (z-z_0)^n$$
Denote the radius of convergence as $\rho$, then the root test tells us that
$$\rho = (\lim_{n\rightarrow \infty}\sup(|a_n|^\frac{1}{n})))^{-1}.$$
Then also (if it does exist), by the Ratio Test,
$$\rho=\lim_{n\rightarrow \infty} \left|\frac{a_n}{a_{n+1}}\right|$$
which is (to me) a much easier limit to find.
I read this: Radius of convergence and ratio test
and people say that if I could find $\rho$ by the ratio test, I could have done so by the Root Test as well. It seems much harder though, and I'm not sure if I understand it (I'm using W|A to calculate the supremum here).
Question in specific
$$S = \sum_{n=0}^\infty \frac{n(n+1)(n^2+2)}{2^n}(z+3)^n$$
The ratio test immediately shows that the radius of convergence $\rho$ is equal to $2$. However, I'm not sure how I would have used the Root Test here, and W|A doesn't seem to validate my answer by the Ratio Test... (http://www.wolframalpha.com/input/?i=supremum+of+(n(n%2B1)(n%5E2%2B2)%2F2%5En)%5E1%2Fn).
I was wondering if someone could clear up whether or not I'm supposed to be able to do it by the Root Test (even if it's computationally harder here) or did I just get some definition mixed up?