1

Suppose $p\leqslant a_n\leqslant q$ $\forall$ $n\geqslant 1$, where $p, q \in \mathbb{R}$. Then how to calculate the radius of convergence of $$\sum_{n=0}^\infty a_nx^n.$$ I tried using ratio test, root test. Any idea will be very helpful.

Jupp
  • 513
TRUSKI
  • 1,113

3 Answers3

1

If $0<p\leqslant q$, then the radius of convergence is $1$, because $\sqrt[n]p\leqslant\sqrt[n]{a_n}\leqslant\sqrt[n]q$ and $\lim_{n\in\mathbb N}\sqrt[n]p=\lim_{n\in\mathbb N}\sqrt[n]q=1$.

0

Hint:$$\sum_{n=0}^{\infty}a_nx^n \leq \sum_{n=0}^{\infty}\max\{|p|,|q|\}x^n=\max\{|p|,|q|\}\sum_{n=0}^{\infty}x^n$$

dromastyx
  • 2,796
0

You can only achieve a lower bound, since $a_n$ may be $0$ for all $n$. $$| \sum a_n x^n | \le \max\{|q|,|p|\} \sum x^n $$ which will certainly converge for $|x| < 1$. Hence your radius of convergence is greater or equal to $1$.

crankk
  • 1,439