Radius of convergence and regions of uniform convergence?

101 Views Asked by At

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?

1

There are 1 best solutions below

7
On BEST ANSWER

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.

Proposition. Let $\rho$ be the radius of convergence of a power series $$\sum_{n = 1}^\infty a_n z^n$$ For any $0 < r < \rho$ the power series is uniformly convergent on $\{z \in \mathbb{C} : |z| \leq r\}$.