Author: Indigo Curnick
Date: 2025-05-18
Introduction to Power Series
We saw in previous blogs (here and here) about infinite series of just numbers. In this blog we will look at a similar idea, but now the series will be of a variable. Here, the variable will be
By definition then, a power series is of the following two forms:
Where
For a given power series, whether it converges depends on what value of
Consider the following series
The ratio here would be
Therefore as
Remember that the boundaries for convergence and divergence happen when
Power series have some interesting properties:
- A power series may be differentiated or integrated term by term; the resulting series converges to the derivative or integral of the function represented by the original series within the same interval of convergence as the original series
- Two power series may be added, subtracted, or multiplied; the resultant series converges at least in the common interval of convergence. You may divide two series if the denominator series is not zero at
, or if it is and the zero is cancelled by the numerator. The resulting series will have some interval of convergence (which can be found by the ratio test) - One series may be substituted in another provided that the values of the substituted series are in the interval of convergence of the other series
- The power series of a function is unique, that is, there is just one power series of the form
which converges to a given function
It takes some more advanced calculus than we can really go into here to prove these four properties, so that will be left for another day.
Taylor Series
A Taylor series is a method of approximating a function which is complicated as a simpler polynomial. In effect, we can turn a function like
We'll work by "expanding" (hence Taylor expansion) the function
This must hold when
Where once more we can substitute in
We can continue the process like so:
Which gives us
A series obtained in this way is called a Maclaurin series, named after Colin Maclaurin who used this series a lot during the 18th century. The Maclaurin series is actually a special case of the Taylor series, introduced by Brook Taylor. In the Maclaurin series, we consider the derivatives at
Let's now do a generic Taylor series for
By the way, as a helpful piece of advice, it's best to not multiply out numbers. For example, keep it of the form
We can now substitute
Thus the Taylor series about
And then the specific Maclaurin series when
Alternative Methods for Finding Taylor Series
While it's helpful to have these in general for finding series, we often have a few simpler methods we can try. Recall we said earlier that there is a unique power series for each function: therefore, no matter what method we use to obtain it we can be sure we are getting the exact same series.
For using these alternative methods, you usually begin with a power series you already know. The appendix at the end of this blog contains some common series, which you should review!
Multiply a Known Series by Another Polynomial
The first technique is to multiply an already known series by a polynomial or another series. For example, when finding
Divide a Known Series by Another Polynomial
The second technique is division by a polynomial or series. If we want to find
(again, see appendix!)
Using the Binomial Theorem
The third technique is using the binomial theorem. In the appendix I list the expansion for
Substitution
The fourth method is to substitute a polynomial or series for a variable in another series. For example, we know the series for
Finding General Taylor Series by Using Maclaurin Series
The final series we shall look at is finding a Taylor series using a Maclaurin series. For example, finding the Taylor series for
And then use the series from the appendix with
Limitations of Taylor Series
So far, we've essentially been assuming that a Taylor series for a given function exists. As part of this assumption, we've also been assuming this Taylor series converges to the original function. However, this is unfortunately not always the case.
Since this is a practical article, we won't delve deeply into the theory here, but for reference there is a concept called the Lagrange's Remainder Theorem. This theorem helps us understand how good an approximation to the original function we are making. I will cover this in detail in a later article.
The big take away is that not all functions can be approximated to arbitrary precision everywhere by a Taylor series expansion. Some can. Some can be approximated to arbitrary precision near to some points. But in general, the approximation is only an approximation.
Applications of Taylor Series
Numerical Computation
One of the primary uses of the Taylor series is computing functions which are under normal circumstances tricky to do. Let's try evaluating
The difference is in the 16th decimal place of those two numbers, so any computer making any kind of approximation before then will lose precision and get it wrong!
Approximating Integrals
Integration is HARD, and even some "trivial" integrals do not have nice neat analytic solutions. Consider the Fresnel integrals (
Differential Equations
Taylor series are often solutions to ordinary differential equations and partial differential equations. I won't give an example here as this is WELL beyond the scope of this blog, but rest assured once I have written a blog on series solutions to differential equations I will link it here! Just be aware that this is commonly seen in physics.
As a taste of this, let's see reducing a complex equation into a simpler equation.
The motion of a pendulum is given by
Which is pretty nasty to deal with! But what if we could simplify it? As we know
Notice how if
and so
Which is so much easier to deal with!
Appendix: Common Maclaurin Series Expansions
This appendix contains some common Taylor series about
References
Boas, M., L. (2005). Mathematical Methods in the Physical Sciences (3rd ed.). Wiley
Abbott, S. (2015). Understanding Analysis (2nd ed.). Springer