An introduction to the Weierstrass M-test: Part III
In this post, following on from the first two posts in the series, we look at differentiating suitable series of functions term by term. We make as much use as possible of the Weierstrass M-test (in the spirit of this series of posts), instead of discussing uniform convergence in general. Of course, uniform convergence is an important topic, and I'll come back to it at some point.
First we recall a characterization of differentiability in terms of "chord functions".
Note, for functions defined on intervals, when we discuss differentiability at endpoints (if any) of the interval, we use one-sided derivatives.
Proposition 3 (Differentiability in terms of chord functions)
Let I be a non-degenerate interval in R, let f:I→R, and let x0∈I. Then the following statements are equivalent.
(a) The function f is differentiable at x0.
(b) There is a function g:I→R such that g is continuous at x0 and, for all x∈I,
f(x)=f(x0)+(x−x0)g(x).
Comments
- Under these conditions, we then have f′(x0)=g(x0) and, for all x∈I∖{x0}, we have
g(x)=f(x)−f(x0)x−x0. - For such x, g(x) is the gradient of the chord joining (x0,f(x0)) to (x,f(x)).
- I have seen g called the chord function for f, but this may not be standard. Of course if we change x0 we need a different function.
- In my recent analysis lectures I called this function g the chord function for f at x0. But possibly "centred at x0" would have been better.
- In the lecture notes I was following, written by my colleague Matthias Kurzke, the function g was denoted by ˆf.
We omit the easy proof of Proposition 3 (but the details were covered in the live class and in the printed notes).
Notation: Recall that we denote the set N∪{0} of non-negative integers by N0.
For the rest of this post, I will be a non-degenerate interval, and Mn(n∈N0) will be non-negative real numbers with ∑∞n=0Mn<∞.
Next, for convenience, we combine Theorems 1 and 2 from the previous post, in terms of functions gn. We'll call this Proposition 4. See the previous post for details of the proof.
Proposition 4 (Selected portions of the Weierstrass M-test)
Let gn (n∈N0) be functions from I to R, and suppose that, for all n∈N0 and all x∈I, we have |gn(x)|≤Mn.
(a) For each x∈I, the series ∑∞n=0gn(x) is absolutely convergent (and hence convergent).
(b) Define a function g:I→R by
g(x)=∞∑n=0gn(x).
Let x0∈I, and suppose that, for all n∈N0, gn is continuous at x0. Then g is also continuous at x0.
Combining Propositions 3 and 4 allows us to prove a result about differentiability of sums of series.
Theorem 5 (Term by term differentiation of series)
Let fn (n∈N0) be differentiable functions from I to R, and suppose that, for all n∈N0 and all x∈I, we have |f′n(x)|≤Mn.
Suppose further that, for all x∈I, the series ∑∞n=0fn(x) converges.
Define f:I→R by
f(x)=∞∑n=0fn(x).
Then f is differentiable on I, and, for each x∈I,
f′(x)=∞∑n=0f′n(x).
Comments
- It is enough to assume that ∑∞n=0fn(a) for at least one point a∈I, as (given the other assumptions) it then follows that ∑∞n=0fn(x) converges for all x∈I. We do not require this to be absolute convergence.
- We do know that, for each x∈I, the series ∑∞n=0f′n(x) converges absolutely.
Since |f′n(t)|≤Mn for all t∈I, we can apply the Mean Value Theorem to see that |gn(x)|≤Mn for all x∈I∖{x0}, and we also have |gn(x0)|=|f′n(x0)|≤Mn. So we can apply Theorem 4 to define g:I→R by
g(x)=∞∑n=0gn(x),
and this function g is continuous at x0, with
g(x0)=∞∑n=0gn(x0)=∞∑n=0f′n(x0).
Let x∈I. Then
f(x)=∞∑n=0fn(x)=∞∑n=0(fn(x0)+(x−x0)gn(x))
=∞∑n=0fn(x0)+(x−x0)∞∑n=0gn(x)=f(x0)+(x−x0)g(x).
By Proposition 3 again, since g is continuous at x0, it follows that f is differentiable at x0 with f′(x0)=g(x0)=∞∑n=0f′n(x0), as required.◻
In the next part, we will look at the special case of power series.
Comments
Post a Comment