1

Let $a_n$ be the sequence given by $a_n$ = 1/$2^n$ if n is even, and 0 if odd. Find the radius of convergence of $\sum_{i=0}^n a_n x^n$

I'm not sure how to do this. I'm pretty sure the radius of convergence is 2 but I don't know the method of getting this. Thanks in advance

blub
  • 4,794

1 Answers1

2

Well, you have that

$$\limsup_{n\to\infty}\sqrt[n]{a_n}=1/2$$

and thus, by the Cauchy-Hadamard theorem, we have that the radius of convergence for the series is given by

$$r=\frac{1}{\limsup_{n\to\infty}\sqrt[n]{a_n}}=2$$


Note, that the Cauchy-Hadamard theorem is essentially the root test applied to power series.

blub
  • 4,794