Showing power series converges absolutely

309 Views Asked by At

Show that if the sequence ${a_n}$ is bounded then the power series $\sum a_nx^n$ converges absolutely for $|x|<1$.

I haven't the slightest idea how to prove this. Does anyone have any thoughts on this?

2

There are 2 best solutions below

0
On BEST ANSWER

Suppose the $a_n$ are uniformly bounded in absolute value by $M$. Then

$$\sum |a_n x^n| = \sum |a_n| |x|^n \le \sum M|x|^n = \frac{M}{1-x}$$

when $|x|<1$.

0
On

Hint: for all $N \geq 0$ $$ 0 \leq \sum_{n=0}^N \lvert a_n x^n\rvert = \sum_{n=0}^N \lvert a_n\rvert \lvert x\rvert^n \leq \sum_{n=0}^N \lVert a\rVert_\infty \lvert x\rvert^n = \lVert a\rVert_\infty\sum_{n=0}^N \lvert x\rvert^n $$ and conclude using the radius of convergence of the series $\sum \lvert x\rvert^n$.