I was solving for the radius of convergence and regions where there is uniform convergence for the following problems -
$1)$ $\sum_{n = 0}^{\infty} 4^{n(-1)^{n}} z^{2n}$ where $z$ is a complex number.
I was approaching this by root test but got stuck while calculating $\lim_{n \to \infty}|4^{(-1)^n}||z^{2}|$. How to proceed further?
Also after if I find out the radius of convergence how to proceed with the uniform convergence part?
To get the radius of convergence of the series $$\sum_{n = 0}^\infty 4^{n(-1)^n}z^{2n}$$ we consider the following sequence $(a_n)_{n \in \mathbb{N}}$ defined by $$a_n := 4^{n(-1)^n}z^{2n}$$ The root test yields $$\limsup_{n \to \infty} |a_n|^{1/n} = \limsup_{n \to \infty} 4^{(-1)^n}|z|^2 = 4|z|^2$$ Now we must have $$4|z|^2 < 1 \qquad \Leftrightarrow \qquad |z| < \frac{1}{2}$$ Hence we get the radius of convergence $\frac{1}{2}$. For the other part, we have the following result.