Highlights of this Chapter: we introduce the definition of a power series, and testing for convergence via ratios.
We have developed some pretty powerful tools to prove the convergence of infinite series: for example, with little work we can apply the ratio test to immediately see converges.
Indeed the same technique shows that the more general series converges whenever . This invites a bit of a change in perspective: we might think of the series above as a function that takes in one value of (a parameter), and outputs the limit of the series. From this perspective, our calculation above actually helped us find the domain of the function - all the values of that make sense to plug in.
Defining functions using sequences and series proves to be an incredibly powerful tool in analysis, and so we take a break from our more theoretical development to introduce the simplest and most useful case: power series. Polynomials or finite sums of multiples of powers of , are some of the simplest functions we know. So its natural to wonder about their infinite counterparts: power series, arising as the limit of a sequence of polynomials of increasing degree
Definition 14.1 (Power Series) A power series is a function defined as the limit of a sequence of polynomials for a sequence of real numbers. For each , this defines an infinite series; the domain of a power series is the subset of values where the series converges.
Of course, polynomials themselves are a special case of power series, with after some finite . Perhaps the second simplest power series is the one with for all :
This is none other than the geometric series in ! So, it converges whenever the common ratio satisfies : its domain is the interval .
Power series are an extremely versatile tool to reach beyond the arithmetic of polynomials, while staying close to the fundamental operations of addition/subtraction and multiplication/division. One of our main uses of them will be to provide efficient means of computing important functions (exponentials, logs, trigonometric functions, etc).
Definition 14.2 (Power Series Representation) Given a function , a power series representation of is a series such that whenever converges.
Example 14.1 The function has a power series representation on the interval , where
This might not seem like an exciting discovery, as is a function that is easy for us to compute using the field operations, and now we’ve build a more complicated looking expression - an infinite series - to compute the same value! The ability to represent a function as a power series will be much more useful when looking at functions that are difficult to understand, like the exponential. Our best procedure for computing an irrational power right now is the definition: the limit of a sequence of rational powers. But such a limit is ridiculously hard to compute in practice. If we could instead represent the exponential as a power series, we could replace this limit with a series made out of just addition and multiplication! We will do exactly this, in a future chapter.
Convergence
Here we will study the most general theory of power series for arbitrary sequences . The first thing to understand is their domain: for which values of do the series converge? One point stands out immediately: for the terms are all equal to zero, so the partial sums of are , and so the series converges to . Thus, is in the interval of convergence of every power series.
Proposition 14.1 If a power series converges at some , then it converges at all .
Proof. If converges, then by the root test (by process of elimination: if this sequence were unbounded or has limsup then we know it diverges). Now means . Noting that , we may rewrite the limit we want as follows:
Because is a positive constant, we can pull it out of the limsup and compute
This is strictly less than as is strictly less than 1 (since ) and the limsup term is less than or equal to 1 by our assumption of convergence. Thus, with limit less than 1, this series converges absolutely by the root test, so converges as claimed.
This motivates the following definition:
Definition 14.3 (Radius of Convergence) The radius of convergence of a power series is the largest value of such that the series converges on .
With a more careful use of our convergence tests, we can compute an exact expression for the radius of convergence in terms of the coefficients. This will be of incredible theoretical utility in the chapters to come, and is often known as the Cauchy Hadamard Theorem.
Theorem 14.1 (Finding the Radius of Convergence: Cauchy-Hadamard) Let be a power series, and . Then the radius of convergence is (where means convergence on all of ), and if is unbounded (so its is undefined, or infinite) then converges only at .
Proof. First we deal with the generic case, where is a nonzero real number. Since , we know this series converges whenever , so . Since the root test further ensures the series diverges whenever , is the largest number such that the series converges for all , making it the radius of convergence.
The same reasoning works when , as now for any we see , which is less than : thus converges for all .
Finally, if is an unbounded sequence, then for any nonzero the sequence is also unbounded. Taking powers shows is unbounded, and in particular does not converge to zero. Thus does not converge to zero, so the series diverges by the divergence test. Since all series converge for , this makes the entire domain, so the radius of convergence is zero.
Corollary 14.1 (Absolute Convergence of Power Series) Let be a power series with radius of convergence , and let . Then converges absolutely at .
The root test further implies that for a power series with radius of convergence , at any with the series must diverge. Thus, the domain of a power series has a very limited form: it must be an interval centered at zero. Because of this we often call the domain the interval of converence.
Definition 14.4 (Interval of Convergence) The interval of convergence of a power series is another word for its domain, the set of all for which the series converges.
Exercises below show there are no further restrictions: any possible interval centered at zero is the interval of convergence for some power series: so domains can take the form , , , , or ; all of .
While the root test is of great theoretical utility to proving the above theorem, in practice roots are rather unweildly to work with, and we might wish to instead apply hte ratio test. One can make a version of the ratio test specifically adapted to power series as follows:
Exercise 14.1 Let be a power series, and assume the sequence of ratios converges to some . Prove that the radius of convergence is when , and converges on all of when .
Skipping Terms
The root and ratio tests as proven above apply to series , where the term is an power of . But there are very many natural series not of this form: for example, a series with only even powers of ,
Or only odd powers, or only powers that are multiples of three, etc. It might be tempting to directly apply the root test (for example) to the coefficients of such a series and conclude
So the series converges for . However this would be wrong! A more careful application of the root test to the entire series shows
So we actually need , so so . Being careful and applying the root test / ratio test to the entire series each time (instead of the shortcut where its applied to the coefficients) will avoid trouble in such cases.
Problems
Example Power Series
Power series provide us a means of describing functions via explicit formulas that we have not been able to thus far, by allowing a limiting process in their definition. For instance, we will soon see that the power series below is an exponential function.
Exercise 14.2 Show the power series converges for all .
When a power series converges on a finite interval, its behavior at each endpoint may require a different argument than the ratio test (as that will give , and tell you nothing)
Example 14.2 Show the power series has domain . This shows that its possible for power series to have a domain which is closed on the left side and open on the right side of the interval of convergence.
To finish showing all possible interval types exist, create an example of a power series which converges on an interval of the form for some (and prove your claim).
Exercise 14.3 Show the power series has domain .
When the radius of convergence is , the power series converges at a single point:
Exercise 14.4 Show the power series diverges for all .
Exercise 14.5 Series converges on . Hint: substitution
Example 14.3 Where does converge? Trickier! Need to worry about the exponents not being just