23 Power Series
Highlights of this Chapter: we prove to marvelous results about power series: we show that they are differentiable (and get a formula for their derivative), and we also prove a formula about how to approximate functions well with a power series, and in the limit get a power series representation of a known function, in terms of its derivatives at a single point.
23.1 Differentiating Term-By-Term
The goal of this section is to prove that power series are differentiable, and that we can differentiate them term by term. That is, we seek to prove
Because a derivative is defined as a limit, this process of bringing the derivative inside the sum is really an exchange of limits: and we know the tool for that,Dominated Convergence! This applies quite generally so we give a general formulation and then apply it to power series
Theorem 23.1 Consider a infinite sum
with , for all- The sum
is convergent.
Then, the sum
Proof. Recall the limit definition of the derivative (Definition 21.1):
And now, rewriting the limit of partial sums as an infinite sum, we see
If we are justified in switching the limit and the sum via Dominated Convergence, this becomes
which is exactly what we want. Thus, all we need to do is justify that the conditions of Dominated Convergence are satisfied, for the terms appearing here. To be precise, this is a limit of functions, and we evaluate these by showing they exist for arbitrary sequences
Dominated convergence tells us we need to bound these terms
Now recall our other assumption on the
Since
Now we look to apply this to the specific case of power series
Exercise 23.1 Assume that
Using this, we can put everything together.
Theorem 23.2 Let
Proof. Let
Getting to work verifying the assumptions of this theorem, our series converges on
So we may take
Example 23.1 We know the geometric series converges to
The fact that power series are differentiable on their entire radius of convergence puts a strong constraint on which sort of functions can ever be written as the limit of such a series.
Example 23.2 The absolute value
But this applies much more powerfully than even this: we can show that a power series must be infinitely differentiable at each point of its domain!
Corollary 23.1 (Power Series are Smooth) Proceed by induction on
But now we can apply our main theorem again: this power series is differentiable, with the same radius of convergence! Thus our original function is
23.2 Power Series Representations
While power series are interesting in their own right, our main purpose for them is to compute functions we already care about. In this section we use their differentiability to provide tools to do so.
Definition 23.1 (Power Series Representation) A power series representation of a function
Proposition 23.1 (Candidate Series Representation) Let
Proof. Let
Now, we know the first coefficient of
Since
Continuing in this way, the second derivative will have a multiple of
And evaluating the equality
This pattern continues indefinitely, as
As the constant term of
In each case there was no choice to be made, so long as
This candidate series makes it very easy to search for power series representations of known smooth functions: there’s only one series to even consider! This series is usually named after Brook Taylor, who gave their general formula in 1715.
Definition 23.2 (Taylor Series) For any smooth function
In the limit as
We’ve seen for example, that the geometric series
So the next natural step is to study this representation: does it actually converge to
23.2.1 Taylor’s Error Formula
To prove that our series actually do what we want, we are going to need some tools relating a functions derivatives to its values. Rolle’s Theorem / the Mean Value Theorem does this for the first derivative, and so we present a generalization here the polynomial mean value theorem, which does so for
Proposition 23.2 (A Generalized Rolle’s Theorem) Let
Proof. Because
Continuing in this way, we get a
Proposition 23.3 (A Polynomial Mean Value Theorem) Let
Proof. Define the function
Theorem 23.3 (Taylor Remainder) Let
Then for any fixed
For some
Proof. Fix a point
We need to modify
Since
As
23.2.2 Series Centered at
All of our discussion (and indeed, everything we will need about power series for our course) dealt with defining a power series based on derivative information at zero. But of course, this was an arbitrary choice: one could do exactly the same thing based at any point
Theorem 23.4 Let
Exercise 23.2 Prove this.