TheoremComplete

Abel's Theorem and Uniform Convergence

Abel's theorem addresses the subtle question of convergence at the boundary of the interval of convergence, while the Weierstrass M-test provides a systematic criterion for uniform convergence of series.


Abel's Theorem

Theorem7.6Abel's Theorem

If the power series f(x)=n=0cnxnf(x) = \sum_{n=0}^\infty c_n x^n has radius of convergence RR and the series n=0cnRn\sum_{n=0}^\infty c_n R^n converges to a finite value SS, then limxRf(x)=S=n=0cnRn\lim_{x \to R^-} f(x) = S = \sum_{n=0}^\infty c_n R^n That is, if the power series converges at an endpoint, the function defined by the series is continuous from the interior at that endpoint.

ExampleApplication: $\ln 2$

The series ln(1+x)=n=1(1)n1nxn\ln(1+x) = \sum_{n=1}^\infty \frac{(-1)^{n-1}}{n} x^n has R=1R = 1. At x=1x = 1, the alternating harmonic series (1)n1/n\sum (-1)^{n-1}/n converges (by the alternating series test). Abel's theorem gives ln2=limx1ln(1+x)=n=1(1)n1n=112+1314+\ln 2 = \lim_{x \to 1^-} \ln(1+x) = \sum_{n=1}^\infty \frac{(-1)^{n-1}}{n} = 1 - \frac{1}{2} + \frac{1}{3} - \frac{1}{4} + \cdots


Uniform Convergence

Theorem7.7Weierstrass M-Test

Let {fn}\{f_n\} be a sequence of functions defined on a set SS. If there exist constants Mn0M_n \geq 0 such that fn(x)Mn|f_n(x)| \leq M_n for all xSx \in S and Mn<\sum M_n < \infty, then fn\sum f_n converges uniformly and absolutely on SS.

ExampleUniform convergence of power series

The series n=0xn/n!\sum_{n=0}^\infty x^n / n! converges uniformly on [A,A][-A, A] for any A>0A > 0: take Mn=An/n!M_n = A^n/n!, then Mn=eA<\sum M_n = e^A < \infty. However, the convergence is not uniform on all of R\mathbb{R} since the partial sums require more terms for larger x|x|.


Consequences of Uniform Convergence

RemarkWhy uniform convergence matters

Uniform convergence of a series fn(x)\sum f_n(x) ensures:

  1. If each fnf_n is continuous, then fn\sum f_n is continuous
  2. Term-by-term integration: fn=fn\int \sum f_n = \sum \int f_n
  3. Term-by-term differentiation (under additional hypotheses): (fn)=fn(\sum f_n)' = \sum f_n'

Power series converge uniformly on any closed subinterval of their interval of convergence, which is why the operations of Theorem 7.3 (term-by-term differentiation and integration) are valid. The failure of uniform convergence at boundary points is precisely what makes endpoint analysis delicate.