Celeb Glow
updates | April 22, 2026

Radius of Convergence of power series of Complex Analysis

$\begingroup$

I have come across the following few questions on past exams papers.. I know how to solve these type when it is of the form $a_nz^n$ but don't have a clue what to do with these. Any help would be greatly appreciated!

(i) $\displaystyle\sum_{n=0}^\infty \bigg(\dfrac{1}{2n}\bigg)z^{3n}$.

(ii) $\displaystyle\sum_{n=0}^\infty(2^n+i)(z-i)^n$.

(iii) Show that the radius of convergence of $\displaystyle\sum_{n=0}^\infty z^{n!}$ is $1$ and that there are infinitely many $z \in \mathbb{C}$ with $|z|=1$ for which the series diverges.

$\endgroup$

4 Answers

$\begingroup$

(i) Let $u_n=\dfrac{z^{3n}}{2n}$ so $$|\frac{u_{n+1}}{u_n}|=\frac{2n|z|^3}{2n+2}\to |z|^3<1\iff|z|<1$$ so $$R=1$$ (ii) Let $v_n=(2^n+i)(z-i)^n$ so $$|\frac{v_{n+1}}{v_n}|=|\frac{(z-i)(2^{n+1}+i)}{2^n+i}|\to2|z-i|<1\iff z\in D(i,\frac{1}{2})$$ so $$R=\frac{1}{2}$$ (iii) Let $w_n=z^{n!}$ so $$|\frac{w_{n+1}}{w_n}|\to \ell=0\iff |z|<1$$ so $$R=1$$

$\endgroup$ 1 $\begingroup$

In the following write $\,z^{3n}=(z^3)^n\,$ if you want, which perhaps makes things a little clearer, so by the quotient rule:

$$\left|\;\frac{z^{3n+3}}{2n+2}\cdot\frac{2n}{z^{3n}}\;\right|=|z|^3\frac{2n}{2n+2}\xrightarrow[n\to\infty]{}|z|^3<1\iff |z|<1\;\;\ldots$$

Now, perhaps putting $\,w:=z-i\,$ can do things clearer:

$$\left|\;\frac{(2^{n+1}+i)w^{n+1}}{(2^n+1)w^n}\;\right|=|w|\left|\;\frac{2+\frac i{2^n}}{1+\frac i{2^n}}\;\right|\xrightarrow[n\to\infty]{}2|w|<1\iff |w|=|z-i|<\frac12\;\ldots$$

$\endgroup$ $\begingroup$

You have to find the formula of $a_n$. For the first one:$$\displaystyle\sum_{n=1}^\infty \bigg(\dfrac{1}{2n}\bigg)z^{3n}=0+0\cdot z+0\cdot z^2+\frac{1}{2}z^3+0\cdot z^4+0\cdot z^5+\frac{1}{4}z^6+\dots $$Therefore$$a_n=\begin{cases}0 &,n=0\text{ or }n\ne 3k,k\geq1\\\frac{1}{2k} &,n=3k,k\geq 1\end{cases}$$Thus, we now find the radius of convergence:$$\limsup\limits_{n\rightarrow \infty} a_n^{1/n}=\lim\limits_{k\rightarrow \infty}(a_{3k})^{1/3k}=\lim\limits_{k\rightarrow \infty}(\frac{1}{2k})^{1/3k}=1$$

$\endgroup$ $\begingroup$

(i) This is a lacunary series (that is, there are infinitely many zero terms). However, we can deal with it like an usual series, and use for example ratio test for a $z\neq 0$ fixed and $c_n:=\frac 1{2n}z^n$.

(ii) The series will have the same radius of convergence as $\sum_n (2^n+i)z^n$. For which $z$ is the sequence $((2^n+i)z^n,n\geqslant 1)$ bounded?

(iii) $|z|^{n!}\leqslant |z|^n$, so the radius is at least $1$, and the sequence $(z^{n!},n\geqslant 1)$ is not bounded for any $z$ such that $|z|>1$. For the last question look at numbers of the form $e^{i\pi n!e\theta}$.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy