If we assume that a solution of a differential equation is written as a power series, then perhaps we can use a method reminiscent of undetermined coefficients. That is, we will try to solve for the numbers \(a_k\text{.}\) Before we can carry out this process, let us review some results and concepts about power series.
Subsection4.1.1Definition
As we said, a power series is an expression such as
exists, then we say that the series (4.1)converges at \(x\text{.}\) At \(x=x_0\text{,}\) the series always converges to \(a_0\text{.}\) When (4.1) converges at any other point \(x \not= x_0\text{,}\) we say that (4.1) is a convergent power series, and we write
is convergent for any \(x\text{.}\) Recall that \(k! = 1\cdot 2\cdot 3 \cdots k\) is the factorial. By convention we define \(0! = 1\text{.}\) You may recall that this series converges to \(e^x\text{.}\)
We say that (4.1)converges absolutely at \(x\) whenever the limit
exists. That is, the series \(\sum_{k=0}^\infty \lvert a_k \rvert \, {\lvert x-x_0 \rvert}^k\) is convergent. If (4.1) converges absolutely at \(x\text{,}\) then it converges at \(x\text{.}\) However, the opposite implication is not true.
converges absolutely for all \(x\) in the interval \((-1,1)\text{.}\) It converges at \(x=-1\text{,}\) as \(\sum_{k=1}^\infty \frac{{(-1)}^k}{k}\) converges (conditionally) by the alternating series test. The power series does not converge absolutely at \(x=-1\text{,}\) because \(\sum_{k=1}^\infty \frac{1}{k}\) does not converge. The series diverges at \(x=1\text{.}\)
Subsection4.1.2Radius of convergence
If a power series converges absolutely at some \(x_1\text{,}\) then for all \(x\) such that \(\lvert x - x_0 \rvert \leq \lvert x_1 - x_0 \vert\) (that is, \(x\) is closer than \(x_1\) to \(x_0\)) we have \(\bigl\lvert a_k {(x-x_0)}^k \bigr\rvert \leq
\bigl\lvert a_k {(x_1-x_0)}^k \bigr\rvert\) for all \(k\text{.}\) As the numbers \(\bigl\lvert a_k {(x_1-x_0)}^k \bigr\rvert\) sum to some finite limit, summing smaller positive numbers \(\bigl\lvert a_k {(x-x_0)}^k \bigr\rvert\) must also have a finite limit. Hence, the series must converge absolutely at \(x\text{.}\)
Theorem4.1.1.
For a power series (4.1), there exists a number \(\rho\) (we allow \(\rho=\infty\)) called the radius of convergence such that the series converges absolutely on the interval \((x_0-\rho,x_0+\rho)\) and diverges for \(x < x_0-\rho\) and \(x > x_0+\rho\text{.}\) We write \(\rho=\infty\) if the series converges for all \(x\text{.}\)
See Figure 4.1. In Example 4.1.1 the radius of convergence is \(\rho = \infty\) as the series converges everywhere. In Example 4.1.2 the radius of convergence is \(\rho=1\text{.}\) We note that \(\rho = 0\) is another way of saying that the series is divergent.
A useful test for convergence of a series is the ratio test. Suppose that
Then if \(1 > L = A \lvert x - x_0 \rvert\) the series (4.1) converges absolutely. If \(A = 0\text{,}\) then the series always converges. If \(A > 0\text{,}\) then the series converges absolutely if \(\lvert x - x_0 \rvert < \nicefrac{1}{A}\text{,}\) and diverges if \(\lvert x - x_0 \rvert > \nicefrac{1}{A}\text{.}\) That is, the radius of convergence is \(\nicefrac{1}{A}\text{.}\)
A similar test is the root test. Suppose
\begin{equation*}
L = \lim_{k\to\infty} \sqrt[k]{\lvert c_k \rvert}
\end{equation*}
exists. Then \(\sum_{k=0}^\infty c_k\) converges absolutely if \(L < 1\) and diverges if \(L > 1\text{.}\) We can use the same calculation as above to find \(A\text{.}\) Let us summarize.
Theorem4.1.2.Ratio and root tests for power series.
\begin{equation*}
A =
\lim_{n\to\infty}
\left \lvert
\frac{a_{k+1}}{a_k}
\right \rvert
\qquad \text{or} \qquad
A =
\lim_{k\to\infty} \sqrt[k]{\lvert a_k \rvert}
\end{equation*}
exists. If \(A = 0\text{,}\) then the radius of convergence of the series is \(\infty\text{.}\) Otherwise, the radius of convergence is \(\nicefrac{1}{A}\text{.}\)
Therefore the radius of convergence is \(2\text{,}\) and the series converges absolutely on the interval \((-1,3)\text{.}\) And we could just as well have used the root test:
So the radius of convergence is \(\infty\text{:}\) the series converges everywhere. The ratio test would also work here.
The root or the ratio test does not always apply. That is the limit of \(\bigl \lvert \frac{a_{k+1}}{a_k} \bigr \rvert\) or \(\sqrt[k]{\lvert a_k \rvert}\) might not exist. There exist more sophisticated ways of finding the radius of convergence, but those would be beyond the scope of this chapter. The two methods above cover many of the series that arise in practice. Often if the root test applies, so does the ratio test, and vice versa, though the limit might be easier to compute in one way than the other.
Example4.1.5.
Geogebra Activity: Explore Radius of Convergence with this Geogebra applet 1 . Write down a few different series and see if you can deduce the radius of convergence by observing for what range of values \(t\) is the sum converging towards a single value (the red dots).
Subsection4.1.3Analytic functions
Functions represented by power series are called analytic functions. Not every function is analytic, although the majority of the functions you have seen in calculus are.
An analytic function \(f(x)\) is equal to its Taylor series 2 near a point \(x_0\text{.}\) That is, for \(x\) near \(x_0\) we have
In Figure 4.2 we plot \(\sin(x)\) and the truncations of the series up to degree 5 and 9. You can see that the approximation is very good for \(x\) near 0, but gets worse for \(x\) further away from 0. This is what happens in general. To get a good approximation far away from \(x_0\) you need to take more and more terms of the Taylor series.
Subsection4.1.4Manipulating power series
One of the main properties of power series that we will use is that we can differentiate them term by term. That is, suppose that \(\sum a_k {(x-x_0)}^k\) is a convergent power series. Then for \(x\) in the radius of convergence we have
Notice that the term corresponding to \(k=0\) disappeared as it was constant. The radius of convergence of the differentiated series is the same as that of the original.
Example4.1.6.
Let us show that the exponential \(y=e^x\) solves \(y'=y\text{.}\) First write
\begin{equation*}
y = e^x = \sum_{k=0}^\infty \frac{1}{k!} x^k .
\end{equation*}
We reindex the series by simply replacing \(k\) with \(k+1\text{.}\) The series does not change, what changes is simply how we write it. After reindexing the series starts at \(k=0\) again.
That was precisely the power series for \(e^x\) that we started with, so we showed that \(\frac{d}{dx} [ e^x ] = e^x\text{.}\)
Convergent power series can be added and multiplied together, and multiplied by constants using the following rules. First, we can add series by adding term by term,
where \(c_k = a_0b_k + a_1 b_{k-1} + \cdots + a_k b_0\text{.}\) The radius of convergence of the sum or the product is at least the minimum of the radii of convergence of the two series involved.
Subsection4.1.5Power series for rational functions
Polynomials are simply finite power series. That is, a polynomial is a power series where the \(a_k\) are zero for all \(k\) large enough. We can always expand a polynomial as a power series about any point \(x_0\) by writing the polynomial as a polynomial in \((x-x_0)\text{.}\) For example, let us write \(2x^2-3x+4\) as a power series around \(x_0 = 1\text{:}\)
In other words \(a_0 = 3\text{,}\)\(a_1 = 1\text{,}\)\(a_2 = 2\text{,}\) and all other \(a_k = 0\text{.}\) To do this, we know that \(a_k = 0\) for all \(k \geq 3\) as the polynomial is of degree 2. We write \(a_0 + a_1(x-1) + a_2{(x-1)}^2\text{,}\) we expand, and we solve for \(a_0\text{,}\)\(a_1\text{,}\) and \(a_2\text{.}\) We could have also differentiated at \(x=1\) and used the Taylor series formula (4.2).
Let us look at rational functions, that is, ratios of polynomials. An important fact is that a series for a function only defines the function on an interval even if the function is defined elsewhere. For example, for \(-1 < x < 1\) we have
This series is called the geometric series. The ratio test tells us that the radius of convergence is \(1\text{.}\) The series diverges for \(x \leq -1\) and \(x \geq 1\text{,}\) even though \(\frac{1}{1-x}\) is defined for all \(x \not= 1\text{.}\)
We can use the geometric series together with rules for addition and multiplication of power series to expand rational functions around a point, as long as the denominator is not zero at \(x_0\text{.}\) Note that as for polynomials, we could equivalently use the Taylor series expansion (4.2).
Example4.1.7.
Expand \(\frac{x}{1+2x+x^2}\) as a power series around the origin (\(x_0 = 0\)) and find the radius of convergence.
where to get \(c_k\text{,}\) we use the formula for the product of series. We obtain, \(c_0 = 1\text{,}\)\(c_1 = -1 -1 = -2\text{,}\)\(c_2 = 1+1+1 = 3\text{,}\) etc. Therefore
\begin{equation*}
\frac{x}{1+2x+x^2}
=
\sum_{k=1}^\infty {(-1)}^{k+1} k x^k
= x-2x^2+3x^3-4x^4+\cdots
\end{equation*}
The radius of convergence is at least 1. We use the ratio test
So the radius of convergence is actually equal to 1.
When the rational function is more complicated, it is also possible to use method of partial fractions. For example, to find the Taylor series for \(\frac{x^3+x}{x^2-1}\text{,}\) we write
\begin{equation*}
\frac{x^3+x}{x^2-1}
=
x + \frac{1}{1+x} - \frac{1}{1-x}
=
x + \sum_{k=0}^\infty {(-1)}^k x^k - \sum_{k=0}^\infty x^k
=
- x + \sum_{\substack{k=3 \\ k \text{ odd}}}^\infty (-2) x^k .
\end{equation*}
Example4.1.8.
Geogebra Activity: Use this Geogebra applet 4 to explore how the truncated Taylor series approximates different functions. Note how the approximations improves as you increase \(N\text{,}\) and how the region of best approximation changes as you change \(x_0\text{.}\) Try some rational functions and see how the series approximation is only valid for a certain range of \(x\) no matter how large \(N\) gets.
Subsection4.1.6Analytic functions
Subsection4.1.7Exercises
Exercise4.1.1.
Is the power series \(\displaystyle \sum_{k=0}^\infty e^k x^k\) convergent? If so, what is the radius of convergence?
\(\sum_{k=0}^\infty(-1)^kx^k\text{.}\) The radius of convergence is 1.
Exercise4.1.10.
Determine the Taylor series and its radius of convergence of \(\dfrac{x}{4-x^2}\) around \(x_0 = 0\text{.}\) Hint: You will not be able to use the ratio test.
\(\frac{1}{1-x} = -\frac{1}{1-(2-x)}\) so \(\frac{1}{1-x} =
\sum\limits_{n=0}^\infty {(-1)}^{n+1} {(x-2)}^n\text{,}\) which converges for \(1 < x < 3\text{.}\)
Exercise4.1.14.
Suppose that the ratio test applies to a series \(\displaystyle \sum_{k=0}^\infty a_k x^k\text{.}\) Show, using the ratio test, that the radius of convergence of the differentiated series is the same as that of the original series.
(challenging) Imagine \(f\) and \(g\) are analytic functions such that \(f^{(k)}(0) = g^{(k)}(0)\) for all large enough \(k\text{.}\) What can you say about \(f(x)-g(x)\text{?}\)