Two facts make the series method work, and this section establishes both: a power series may be differentiated term by term inside its interval of convergence, and its coefficients are uniquely determined by the function it represents. The first lets us substitute a series into a differential equation; the second lets us match coefficients afterward.
Quick Reference
| Item | Statement |
|---|---|
| Partial sum | |
| Convergent series | as ; is the sum |
| Divergent series | Any series that does not converge |
| Power series about | |
| Coefficients, center | The constants ; the point |
| Convention | always, so the series converges to at |
| Radius of convergence | where |
| Special cases | gives ; gives |
| Term-by-term derivative | f'(x) = \displaystyle\sum_{k=1}^{\infty}ka_k\left(x-x_0\right)^{k-1}, same |
| Taylor coefficients | |
| Identity theorem | If on an interval, then every |
Review of Infinite Series
Suppose is a function of the integers . Adding up the values of for produces another function of ,
also defined for all integer values of . It is most convenient to alter the notation slightly and write
If tends to a limit as increases without bound, we have
usually written in one of the forms
the dots denoting the indefinite continuance of the series of 's.
The meaning of these equations, expressed roughly, is that by adding more and more of the 's together we get nearer and nearer to the limit . In this case the series is called a convergent infinite series, and is called the sum of the series.
The precise meaning of convergence
If any small positive number is chosen, we can choose , depending on , so that the sum of the first terms, or of any greater number of terms, lies between and . In symbols,
The point of the definition is that no matter how tight a tolerance someone demands, the partial sums eventually stay within it forever.
- A series diverges when it does not converge.
- If or as increases without bound, we say the series is divergent, or diverges to or as the case may be.
- Notice that has no meaning in the ordinary sense of a sum, because carrying out the operation of adding infinitely many numbers is impossible. The symbol denotes a limit of partial sums, nothing more.
Power Series
A series of the form
or more shortly
is called a power series in powers of , or a power series about , also called a power series centered at . The constants are the coefficients and is the center.
The symbol is always interpreted as , even when . Therefore the series always converges at its center, where its sum is simply .
In particular, if the power series is a series in powers of :
The th partial sum is
Note that the upper limit is , matching the subscript, while the series itself runs to .
Radius of Convergence
Suppose that
exists or is . Then the power series has radius of convergence .
When the radius of convergence is infinite, , and when we have .
The series converges absolutely for and diverges for . At the two endpoints anything can happen, and each endpoint must be tested separately.
Find the radius of convergence of each series.
Solution
- Here , so Therefore : the series converges for every . This is the series for .
- Here , so and . This is the geometric series, converging to for and diverging at both endpoints.
- Here , so giving . The series converges only at , and is useless as a representation of a function.
Operations on Power Series
The next two theorems are what make the series method legitimate.
Term-by-term differentiation. If is defined by a power series
for , then
f'(x) = a_1 + 2a_2\left(x-x_0\right) + 3a_3\left(x-x_0\right)^{2} + \cdots = \sum_{k=1}^{\infty}ka_k\left(x-x_0\right)^{k-1}for . That is, the power series obtained by differentiating term by term converges to the derivative of on the same interval.
Two details are easy to get wrong. The sum now starts at , because the constant term differentiates to zero. And the exponent drops to while the factor appears out front.
Since the differentiated series has the same radius of convergence, the theorem may be applied again to get f'', and again for every higher derivative. A function represented by a power series is automatically infinitely differentiable inside the interval of convergence.
Coefficients are Taylor coefficients. If is defined by a power series
then
with the conventions and .
Why the coefficients are forced
Setting in the series kills every term but the first, giving .
Differentiating once and then setting kills every term but the first of the new series, giving f'(x_0) = a_1.
Differentiating twice gives f''(x) = 2a_2 + 6a_3(x-x_0) + \cdots, so f''(x_0) = 2a_2, that is, a_2 = \dfrac{f''(x_0)}{2!}.
In general, differentiating times brings down the factor from the th term while annihilating all lower terms, and setting annihilates all higher ones.
The identity theorem, and why it matters here. An immediate consequence is that a power series representation is unique. If
on an interval around , then for every . In particular, if a power series is identically zero on an interval, all of its coefficients are zero. This is exactly the step "equate coefficients of like powers of " used throughout the next two sections.
Shifting the Index
One technical manoeuvre appears in every series solution, so it is worth isolating. To add two series with different starting powers, reindex so that the exponents match.
Combine and into a single series.
Solution
In the first series, let , so . When we have , and becomes :
The second series already has exponent after renaming to . Therefore
The bracket is the coefficient of , and setting it to zero for every gives the recurrence relation. This is precisely the computation carried out for y'' + y = 0 in Section 6.2.
Exercises
Find the radius of convergence of .
Solution
Here , so
giving . The series converges for , that is, on .
Write with the summation index shifted so the exponent is .
Solution
Let , so and corresponds to :
Show directly that if for all in an interval around , then , and explain how the argument continues.
Solution
Setting gives , since all other terms vanish.
Differentiating term by term, on the same interval, and setting gives .
Differentiating again gives , so , and by induction at each stage, forcing for every . This is the identity theorem, and it is what licenses matching coefficients.
Frequently Asked Questions
What does the radius of convergence tell me?
It marks the boundary of the region where the series is meaningful. Inside the series converges and defines a differentiable function; outside it the series diverges and the symbol means nothing. For a series solution, tells you how far from your answer is valid.
Can I always differentiate a series term by term?
For a power series inside its interval of convergence, yes, and the resulting series has the same radius. This is a special property of power series; general series of functions do not permit it, and Fourier series in particular can fail badly.
Why is uniqueness of the coefficients so important?
Because the entire series method rests on the step "equate coefficients of like powers". That step is valid only if two series equal on an interval must have identical coefficients. Without uniqueness, the recurrence relations would carry no information.
What happens at the endpoints of the interval of convergence?
The ratio test says nothing there, and all behaviors occur. The series diverges at both , while converges at both. Each endpoint must be checked on its own with a separate test.
Does every infinitely differentiable function equal its Taylor series?
No. The standard counterexample is for with : every derivative at the origin is zero, so its Taylor series is identically zero, yet the function is not. Functions that do equal their Taylor series near a point are called analytic there, and analyticity is exactly the hypothesis the existence theorem of Section 6.2 requires.