#Power Series
Definition: A power series centered at is a series of the form
where and all the are constants.
Notice that a power series is a function of in the sence that given a choice of , an infinite series is given and, if it converges, outputs a value. Therefore the domain of a power series defined function is all values of for which the series converges. Notice that there is always at least one number in the domain, namely . Where
You can think of a power series as a "infinite polynomial". (But as we have seen this semester, to define such an "infinite polynomial" we need a limit.)
For us, unless otherwise noted, we'll take the center point to be zero. This gives us power series of the form,
###Example 1
A geometric series with as the common ratio is a simple example of a power series ( and for all ):
We know when this series converges and what it coverges to:
provided that .
So is a function with domain . On this domain, this power series function happens to be equal to the function .
Sage will also compute the "closed" form of our geometric series as well.
###Partial Sums of Power Series
Recall that from our work with Infinite Series that for a convergent series, the sequence of partial sums could be used to approximate the sum value provided that we picked large enough. We can do the same for our Power Series and form a partial sum ,
Hence, the sequence of partial sums gives a sequence of polynomials that converge to the power series.
Let's look at a geometric series example to see how the sequence of partial sums converges to the series sum.
In particular let's look at
which converges for values of such that or .
The sequence of partial sums of this power series begins as:
###Example 2
Consider the power series centered ,
For which values of does this power series converge? We utilize the ratio test. Recall that the ratio test says that a series converges (absolutely) if the limit of the ratio of the (n+1)st and nth terms is less than one.
For our series, we have
Thus, if or the series converges by the ratio test. Unlike the previous example where we could use the geometric series formula to find what the series converges to, we will look at the sequence of partial sums to gain some insight into the limit function.
We can see if Sage knows what the actual value is like for Example 1
Let's see if the partial sums do converget to this function:
###Example 3
For this example consider the power series
This series converges for all values of as using the ratio test shows,
for all . We can confim this using Sage:
Let's plot some of the partial sums:
This function is called the Bessel Function of order 0 and is very important in engineering and physics applications.
###Example 4 (Ex 1 Revisited) From Example 1, we saw that What do we find if we differentiate or integrate this?
Differentiating the left and right sides shows:
We can see that the series seems to converge looking at its partial sums:
For integration, we find that
The two are different by a constant. (Okay for antiderivatives!)
##Power Series Assignment
For the following 3 power series:
Find the Radius of convergece using the ratio test (You may want to use Sage's limit command to help you with this)
Plot the Partial sums with , and terms.
Use Sage's command to find the exact function the series converges to.
Plot the Partial sum with terms of the series for the Derivative and Anti-derivative of the function
1.)
2.)