1

Let a power series be $$\sum_{n=0}^{\infty}a_nx^n$$ and if $$\lim_{n \to \infty}\frac{a_{n+1}}{a_n}=0$$, then is it true that the power series converges for all $x \in \mathbb{R}$?

If that limit has the absolute value, then using the Ratio Test, this is indeed true, but does it work without the absolute value?

Logan
  • 252

2 Answers2

2

If the limit is zero without absolute value, then it is also zero with absolute value.... as the absolute value map is continuous at zero.

So you get that the radius of convergence is infinite and that your power series converges everywhere.

0

In general absolute convergence is stronger than convergence. So knowing that $\sum_{n=0}^\infty |a_n|x^n$ converges for all n, then this tells us that $\sum_{n=0}^\infty a_nx^n$ must also converge. for example by the squeeze theorem.

Moosh
  • 624