Skip to main content
Mathematics LibreTexts

10.2: Properties of Power Series

  • Page ID
    2570
    • Gilbert Strang & Edwin “Jed” Herman
    • OpenStax
    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Learning Objectives
    • Combine power series by addition or subtraction.
    • Create a new power series by multiplication by a power of the variable or a constant, or by substitution.
    • Multiply two power series together.
    • Differentiate and integrate power series term-by-term.

    In the preceding section on power series and functions we showed how to represent certain functions using power series. In this section we discuss how power series can be combined, differentiated, or integrated to create new power series. This capability is particularly useful for a couple of reasons. First, it allows us to find power series representations for certain elementary functions, by writing those functions in terms of functions with known power series. For example, given the power series representation for \(f(x)=\dfrac{1}{1−x}\), we can find a power series representation for \(f′(x)=\dfrac{1}{(1−x)^2}\). Second, being able to create power series allows us to define new functions that cannot be written in terms of elementary functions. This capability is particularly useful for solving differential equations for which there is no solution in terms of elementary functions.

    Combining Power Series

    If we have two power series with the same interval of convergence, we can add or subtract the two series to create a new power series, also with the same interval of convergence. Similarly, we can multiply a power series by a power of \(x\) or evaluate a power series at \(x^m\) for a positive integer \(m\) to create a new power series. Being able to do this allows us to find power series representations for certain functions by using power series representations of other functions. For example, since we know the power series representation for \(f(x)=\frac{1}{1−x}\), we can find power series representations for related functions, such as

    \[y=\dfrac{3x}{1−x^2} \nonumber \]

    and

    \[y=\dfrac{1}{(x−1)(x−3)}. \nonumber \]

    In Note \(\PageIndex{1}\), we state results regarding addition or subtraction of power series, composition of a power series, and multiplication of a power series by a power of the variable. For simplicity, we state the theorem for power series centered at \(x=0\). Similar results hold for power series centered at \(x=a\).

    Note: \(\PageIndex{1}\): Combining Power Series

    Suppose that the two power series \(\displaystyle \sum_{n=0}^∞c_nx^n\) and \(\displaystyle\sum_{n=0}^∞d_nx^n\) converge to the functions \(f\) and \(g\), respectively, on a common interval \(I\).

    1. The power series \(\displaystyle \sum_{n=0}^∞(c_nx^n±d_nx^n)\) converges to \(f±g\) on \(I\).
    2. For any integer \(m≥0\) and any real number \(b\), the power series \(\displaystyle \sum_{n=0}^∞bx^m_nx^n\) converges to \(bx^mf(x)\) on \(I\).
    3. For any integer \(m≥0\) and any real number \(b\), the series \(\displaystyle \sum_{n=0}^∞c_n(bx^m)^n\) converges to \(f(bx^m)\) for all \(x\) such that \(bx^m\) is in \(I\).
    Proof

    We prove \(i\). in the case of the series \(\displaystyle \sum_{n=0}^∞(c_nx^n+d_nx^n)\). Suppose that \(\displaystyle \sum_{n=0}^∞c_nx^n\) and \(\displaystyle \sum_{n=0}^∞d_nx^n\) converge to the functions \(f\) and \(g\), respectively, on the interval \(I\). Let \(x\) be a point in \(I\) and let \(S_N(x)\) and \(T_N(x)\) denote the Nth partial sums of the series \(\displaystyle \sum_{n=0}^∞c_nx^n\) and \(\displaystyle \sum_{n=0}^∞d_nx^n\), respectively. Then the sequence \({S_N(x)}\) converges to \(f(x)\) and the sequence \({T_N(x)}\) converges to \(g(x)\). Furthermore, the Nth partial sum of \(\displaystyle \sum_{n=0}^∞(c_nx^n+d_nx^n)\) is

    \[ \begin{align*} \sum_{n=0}^N(c_nx^n+d_nx^n) =\sum_{n=0}^Nc_nx^n+\sum_{n=0}^Nd_nx^n\\[4pt] =S_N(x)+T_N(x).\end{align*}\]

    Because

    \[ \begin{align*} \lim_{N→∞}(S_N(x)+T_N(x)) =\lim_{N→∞}S_N(x)+\lim_{N→∞}T_N(x)\\[4pt] =f(x)+g(x), \end{align*}\]

    we conclude that the series \(\displaystyle \sum_{n=0}^∞(c_nx^n+d_nx^n)\) converges to \(f(x)+g(x).\)

    We examine products of power series in a later theorem. First, we show several applications of Note and how to find the interval of convergence of a power series given the interval of convergence of a related power series.

    Example \(\PageIndex{1}\): Combining Power Series

    Suppose that \(\displaystyle \sum_{n=0}^∞a_nx^n\) is a power series whose interval of convergence is \((−1,1)\), and suppose that \(\displaystyle \sum_{n=0}^∞b_nx^n\) is a power series whose interval of convergence is \((−2,2).\)

    1. Find the interval of convergence of the series \(\displaystyle \sum_{n=0}^∞(a_nx^n+b_nx^n).\)
    2. Find the interval of convergence of the series \(\displaystyle \sum_{n=0}^∞a_n3^nx^n.\)

    Solution

    1. Since the interval \((−1,1)\) is a common interval of convergence of the series \(\displaystyle \sum_{n=0}^∞a_nx^n\) and \(\displaystyle \sum_{n=0}^∞b_nx^n\), the interval of convergence of the series \(\displaystyle \sum_{n=0}^∞(a_nx^n+b_nx^n)\) is \((−1,1)\).
    2. Since \(\displaystyle \sum_{n=0}^∞a_nx^n\) is a power series centered at zero with radius of convergence \(1,\) it converges for all \(x\) in the interval \((−1,1).\) By Note, the series \[ \sum_{n=0}^∞a_n3^nx^n=\sum_{n=0}^∞a_n(3x)^n \nonumber \] converges if \(3x\) is in the interval \((−1,1)\). Therefore, the series converges for all \(x\) in the interval \(\left(−\frac{1}{3},\frac{1}{3}\right).\)
    Exercise \(\PageIndex{1}\)

    Suppose that \(\displaystyle \sum_{n=0}^∞a_nx^n\) has an interval of convergence of \((−1,1)\). Find the interval of convergence of \(\displaystyle \sum_{n=0}^∞a_n(\dfrac{x}{2})^n\).

    Hint

    Find the values of \(x\) such that \(\dfrac{x}{2}\) is in the interval \((−1,1).\)

    Answer

    Interval of convergence is \((−2,2).\)

    In the next example, we show how to use Note and the power series for a function f to construct power series for functions related to \(f\). Specifically, we consider functions related to the function \(f(x)=\dfrac{1}{1−x}\) and we use the fact that

    \[\dfrac{1}{1−x}=\sum_{n=0}^∞x^n=1+x+x^2+x^3+\ldots \nonumber \]

    for \(|x|<1.\)

    Example \(\PageIndex{2}\): Constructing Power Series from Known Power Series

    Use the power series representation for \(f(x)=\dfrac{1}{1−x}\) combined with Note to construct a power series for each of the following functions. Find the interval of convergence of the power series.

    1. \(f(x)=\dfrac{3x}{1+x^2}\)
    2. \(f(x)=\dfrac{1}{(x−1)(x−3)}\)

    Solution

    a. First write \(f(x)\) as

    \[ f(x)=3x\left(\dfrac{1}{1−(−x^2)}\right). \nonumber \]

    Using the power series representation for \(f(x)=\dfrac{1}{1−x}\) and parts ii. and iii. of Note, we find that a power series representation for \(f\) is given by

    \[ \sum_{n=0}^∞3x(−x^2)^n=\sum_{n=0}^∞3(−1)^nx^{2n+1}. \nonumber \]

    Since the interval of convergence of the series for \(\dfrac{1}{1−x}\) is \((−1,1)\), the interval of convergence for this new series is the set of real numbers \(x\) such that \(∣x^2∣<1\). Therefore, the interval of convergence is \((−1,1).\)

    b. To find the power series representation, use partial fractions to write \(f(x)=\dfrac{1}{(x-1)(x−3)}\) as the sum of two fractions. We have

    \[ \dfrac{1}{(x−1)(x−3)}=\dfrac{−1/2}{x−1}+\dfrac{1/2}{x−3}=\dfrac{1/2}{1−x}−\dfrac{1/2}{3−x}=\dfrac{1/2}{1−x}−\dfrac{1/6}{1−\dfrac{x}{3}}. \nonumber \]

    First, using part ii. of Note, we obtain

    \[ \dfrac{1/2}{1−x}=\sum_{n=0}^∞\dfrac{1}{2}x^n \quad\text{for } |x|<1. \nonumber \]

    Then, using parts ii. and iii. of Note, we have

    \[ \dfrac{1/6}{1−x/3}=\sum_{n=0}^∞\dfrac{1}{6}\left(\dfrac{x}{3}\right)^n \quad\text{for } |x|<3. \nonumber \]

    Since we are combining these two power series, the interval of convergence of the difference must be the smaller of these two intervals. Using this fact and part i. of Note, we have

    \[ \dfrac{1}{(x−1)(x−3)}=\sum_{n=0}^∞\left(\dfrac{1}{2}−\dfrac{1}{6⋅3^n}\right)x^n \nonumber \]

    where the interval of convergence is \((−1,1)\).

    Exercise \(\PageIndex{}2\)

    Use the series for \(f(x)=\dfrac{1}{1−x}\) on \(|x|<1\) to construct a series for \(\dfrac{1}{(1−x)(x−2)}.\) Determine the interval of convergence.

    Hint

    Use partial fractions to rewrite \(\dfrac{1}{(1−x)(x−2)}\) as the difference of two fractions.

    Answer

    \(\displaystyle \sum_{n=0}^∞\left(−1+\dfrac{1}{2^{n+1}}\right)x^n\). The interval of convergence is \((−1,1)\).

    In Example \(\PageIndex{2}\), we showed how to find power series for certain functions. In Example \(\PageIndex{3}\) we show how to do the opposite: given a power series, determine which function it represents.

    Example \(\PageIndex{3}\): Finding the Function Represented by a Given Power Series

    Consider the power series \(\displaystyle \sum_{n=0}^∞2^nx^n.\) Find the function f represented by this series. Determine the interval of convergence of the series.

    Solution

    Writing the given series as

    \[ \sum_{n=0}^∞2^nx^n=\sum_{n=0}^∞(2x)^n, \nonumber \]

    we can recognize this series as the power series for

    \[ f(x)=\dfrac{1}{1−2x}. \nonumber \]

    Since this is a geometric series, the series converges if and only if \(|2x|<1.\) Therefore, the interval of convergence is \(\left(−\frac{1}{2},\frac{1}{2}\right).\)

    Exercise \(\PageIndex{3}\)

    Find the function represented by the power series \(\displaystyle \sum_{n=0}^∞\dfrac{1}{3^n}x^n\).

    Determine its interval of convergence.

    Hint

    Write \(\dfrac{1}{3^n}x^n=\left(\dfrac{x}{3}\right)^n\).

    Answer

    \(f(x)=\dfrac{3}{3−x}.\) The interval of convergence is \((−3,3)\).

    Recall the questions posed in the chapter opener about which is the better way of receiving payouts from lottery winnings. We now revisit those questions and show how to use series to compare values of payments over time with a lump sum payment today. We will compute how much future payments are worth in terms of today’s dollars, assuming we have the ability to invest winnings and earn interest. The value of future payments in terms of today’s dollars is known as the present value of those payments.

    Example \(\PageIndex{4}\): Present Value of Future Winnings

    Suppose you win the lottery and are given the following three options:

    • Receive 20 million dollars today;
    • Receive 1.5 million dollars per year over the next 20 years; or
    • Receive 1 million dollars per year indefinitely (being passed on to your heirs).

    Which is the best deal, assuming that the annual interest rate is 5%? We answer this by working through the following sequence of questions.

    1. How much is the 1.5 million dollars received annually over the course of 20 years worth in terms of today’s dollars, assuming an annual interest rate of 5%?
    2. Use the answer to part a. to find a general formula for the present value of payments of \(C\) dollars received each year over the next n years, assuming an average annual interest rate \(r\).
    3. Find a formula for the present value if annual payments of \(C\) dollars continue indefinitely, assuming an average annual interest rate \(r\).
    4. Use the answer to part c. to determine the present value of 1 million dollars paid annually indefinitely.
    5. Use your answers to parts a. and d. to determine which of the three options is best.
    This is a picture of a stack of money. There are 100 dollar bills wrapped in groups of $10,000.
    Figure \(\PageIndex{1}\): (credit: modification of work by Robert Huffstutter, Flickr)

    Solution

    a. Consider the payment of 1.5 million dollars made at the end of the first year. If you were able to receive that payment today instead of one year from now, you could invest that money and earn 5% interest. Therefore, the present value of that money \(P_1\) satisfies \(P_1(1+0.05)=1.5\)million dollars. We conclude that

    \(P_1=\dfrac{1.5}{1.05}=$1.429\) million dollars.

    Similarly, consider the payment of 1.5 million dollars made at the end of the second year. If you were able to receive that payment today, you could invest that money for two years, earning 5% interest, compounded annually. Therefore, the present value of that money \(P_2\) satisfies \(P_2(1+0.05)^2=1.5\) million dollars. We conclude that

    \(P_2=1.5(1.05)^2=$1.361\) million dollars.

    The value of the future payments today is the sum of the present values \(P_1,P_2,…,P_{20}\) of each of those annual payments. The present value \(P_k\) satisfies

    \(P_k=\dfrac{1.5}{(1.05)^k}\).

    Therefore,

    \(P=\dfrac{1.5}{1.05}+\dfrac{1.5}{(1.05)^2}+\ldots+\dfrac{1.5}{(1.05)^{20}}=$18.693\) million dollars.

    b. Using the result from part a. we see that the present value P of C dollars paid annually over the course of n years, assuming an annual interest rate r, is given by

    \(P=\dfrac{C}{1+r}+\dfrac{C}{(1+r)^2}+\ldots+\dfrac{C}{(1+r)^n}\) dollars.

    c. Using the result from part b. we see that the present value of an annuity that continues indefinitely is given by the infinite series

    \[P=\sum_{n=0}^∞\dfrac{C}{(1+r)^{n+1}}.\nonumber \]

    We can view the present value as a power series in \(r\), which converges as long as \(\Bigg|\dfrac{1}{1+r}\Bigg|<1\). Since \(r>0\), this series converges. Rewriting the series as

    \[P=\dfrac{C}{(1+r)}\sum_{n=0}^∞\left(\dfrac{1}{1+r}\right)^n,\nonumber \]

    we recognize this series as the power series for

    \(f(r)=\dfrac{1}{1−\left(\dfrac{1}{1+r}\right)}=\dfrac{1}{\left(\dfrac{r}{1+r}\right)}=\dfrac{1+r}{r}\).

    We conclude that the present value of this annuity is

    \(P=\dfrac{C}{1+r}⋅\dfrac{1+r}{r}=\dfrac{C}{r}.\)

    d. From the result to part c. we conclude that the present value \(P\) of \(C=1\) million dollars paid out every year indefinitely, assuming an annual interest rate \(r=0.05\), is given by

    \(P=\dfrac{1}{0.05}=20\) million dollars.

    e. From part a. we see that receiving $1.5 million dollars over the course of 20 years is worth $18.693 million dollars in today’s dollars. From part d. we see that receiving $1 million dollars per year indefinitely is worth $20 million dollars in today’s dollars. Therefore, either receiving a lump-sum payment of $20 million dollars today or receiving $1 million dollars indefinitely have the same present value.

    Multiplication of Power Series

    We can also create new power series by multiplying power series. Being able to multiply two power series provides another way of finding power series representations for functions. The way we multiply them is similar to how we multiply polynomials. For example, suppose we want to multiply

    \[\sum_{n=0}^∞c_nx^n=c_0+c_1x+c_2x^2+\ldots \nonumber \]

    and

    \[\sum_{n=0}^∞d_nx^n=d_0+d+1x+d_2x^2+\ldots. \nonumber \]

    It appears that the product should satisfy

    \[\left(\sum_{n=0}^∞c_nx^n\right)\left(\sum_{n=−0}^∞d_nx^n\right)=(c_0+c_1x+c_2x^2+\ldots)⋅(d_0+d_1x+d_2x^2+\ldots)=c_0d^0+(c_1d^0+c_0d^1)x+(c_2d^0+c_1d^1+c_0d^2)x^2+\ldots. \nonumber \]

    In Note, we state the main result regarding multiplying power series, showing that if \(\displaystyle \sum_{n=0}^∞c_nx^n\) and \(\displaystyle \sum_{n=0}^∞d_nx^n\) converge on a common interval \(I\), then we can multiply the series in this way, and the resulting series also converges on the interval \(I\).

    Multiplying Power Series

    Suppose that the power series \(\displaystyle \sum_{n=0}^∞c_nx^n\) and \(\displaystyle \sum_{n=0}^∞d_nx^n\) converge to \(f\) and \(g\), respectively, on a common interval \(I\). Let

    \[e_n=c_0d_n+c_1d_{n−1}+c_2d_{n−2}+\ldots+c_{n−1}d_1+c_nd_0=\sum_{k=0}^nc_kd_{n−k}. \nonumber \]

    Then

    \[\left(\sum_{n=0}^∞c_nx^n\right)\left(\sum_{n=0}^∞d_nx^n\right)=\sum_{n=0}^∞e_nx^n \nonumber \]

    and

    \[\sum_{n=0}^∞e_nx^n \text{ converges to }f(x)⋅g(x) \text{ on } I. \nonumber \]

    The series \(\displaystyle \sum_{n=0}^∞e_nx^n\) is known as the Cauchy product of the series \(\displaystyle \sum_{n=0}^∞c_nx^n\) and \(\displaystyle \sum_{n=0}^∞d_nx^n\).

    We omit the proof of this theorem, as it is beyond the level of this text and is typically covered in a more advanced course. We now provide an example of this theorem by finding the power series representation for

    \[f(x)=\dfrac{1}{(1−x)(1−x^2)} \nonumber \]

    using the power series representations for

    \[y=\dfrac{1}{1−x} \text{ and } y=\dfrac{1}{1−x^2} \nonumber \].

    Example \(\PageIndex{5}\): Multiplying Power Series

    Multiply the power series representation

    \[\dfrac{1}{1−x}=\sum_{n=0}^∞x^n=1+x+x^2+x^3+\ldots \nonumber \]

    for \(|x|<1\) with the power series representation

    \[\dfrac{1}{1−x^2}=\sum_{n=0}^∞\big(x^2\big)^n=1+x^2+x^4+x^6+\ldots \nonumber \]

    for \(|x|<1\) to construct a power series for \(f(x)=\dfrac{1}{(1−x)(1−x^2)}\) on the interval \((−1,1)\).

    Solution

    We need to multiply

    \[(1+x+x^2+x^3+\ldots)(1+x^2+x^4+x^6+\ldots).\nonumber \]

    Writing out the first several terms, we see that the product is given by

    \[(1+x^2+x^4+x^6+\ldots)+(x+x^3+x^5+x^7+\ldots)+(x^2+x^4+x^6+x^8+\ldots)+(x^3+x^5+x^7+x^9+\ldots)=1+x+(1+1)x^2+(1+1)x^3+(1+1+1)x^4+(1+1+1)x^5+\ldots=1+x+2x^2+2x^3+3x^4+3x^5+\ldots.\nonumber \]

    Since the series for \(y=\dfrac{1}{1−x}\) and \(y=\dfrac{1}{1−x^2}\) both converge on the interval \((−1,1)\), the series for the product also converges on the interval \((−1,1)\).

    Exercise \(\PageIndex{4}\)

    Multiply the series \(\dfrac{1}{1−x}=\sum_{n=0}^∞x^n\) by itself to construct a series for \(\dfrac{1}{(1−x)(1−x)}.\)

    Hint

    Multiply the first few terms of \((1+x+x^2+x^3+\ldots)(1+x+x^2+x^3+\ldots)\)

    Answer

    \(1+2x+3x^2+4x^3+\ldots\)

    Differentiating and Integrating Power Series

    Consider a power series \(\displaystyle \sum_{n=0}^∞c_nx^n=c_0+c_1x+c_2x^2+\ldots\) that converges on some interval \(I\), and let \(f\) be the function defined by this series. Here we address two questions about \(f\).

    • Is \(f\) differentiable, and if so, how do we determine the derivative \(f′\)?
    • How do we evaluate the indefinite integral \(∫f(x)\,dx\)?

    We know that, for a polynomial with a finite number of terms, we can evaluate the derivative by differentiating each term separately. Similarly, we can evaluate the indefinite integral by integrating each term separately. Here we show that we can do the same thing for convergent power series. That is, if

    \[f(x)=c_nx^n=c_0+c_1x+c_2x^2+\ldots \nonumber \]

    converges on some interval I, then

    \[f′(x)=c_1+2c_2x+3c_3x^2+\ldots \nonumber \]

    and

    \[∫f(x)\,dx=C+c_0x+c_1\dfrac{x^2}{2}+c_2\dfrac{x^3}{3}+\ldots. \nonumber \]

    Evaluating the derivative and indefinite integral in this way is called term-by-term differentiation of a power series and term-by-term integration of a power series, respectively. The ability to differentiate and integrate power series term-by-term also allows us to use known power series representations to find power series representations for other functions. For example, given the power series for \(f(x)=\dfrac{1}{1−x}\), we can differentiate term-by-term to find the power series for \(f′(x)=\dfrac{1}{(1−x)^2}\). Similarly, using the power series for \(g(x)=\dfrac{1}{1+x}\), we can integrate term-by-term to find the power series for \(G(x)=\ln(1+x)\), an antiderivative of g. We show how to do this in Example \(\PageIndex{6}\) and Example \(\PageIndex{7}\). First, we state Note, which provides the main result regarding differentiation and integration of power series.

    Term-by-Term Differentiation and Integration for Power Series

    Suppose that the power series \(\displaystyle \sum_{n=0}^∞c_n(x−a)^n\) converges on the interval \((a−R,a+R)\) for some \(R>0\). Let f be the function defined by the series

    \[f(x)=\sum_{n=0}^∞c_n(x−a)^n=c_0+c_1(x−a)+c_2(x−a)^2+c_3(x−a)^3+\ldots \nonumber \]

    for \(|x−a|<R\). Then f is differentiable on the interval \((a−R,a+R)\) and we can find \(f′\) by differentiating the series term-by-term:

    \[f′(x)=\sum_{n=1}^∞ n c_n(x−a)^n−1=c_1+2c_2(x−a)+3c_3(x−a)^2+\ldots \nonumber \]

    for \(|x−a|<R.\) Also, to find \(∫f(x)\,dx\), we can integrate the series term-by-term. The resulting series converges on \((a−R,a+R),\) and we have

    \[∫f(x)\,dx=C+\sum_{n=0}^∞c_n\dfrac{(x−a)^{n+1}}{n+1}=C+c_0(x−a)+c_1\dfrac{(x−a)^2}{2}+c_2\dfrac{(x−a)^3}{3}+\ldots \nonumber \]

    for \(|x−a|<R.\)

    The proof of this result is beyond the scope of the text and is omitted. Note that although Note guarantees the same radius of convergence when a power series is differentiated or integrated term-by-term, it says nothing about what happens at the endpoints. It is possible that the differentiated and integrated power series have different behavior at the endpoints than does the original series. We see this behavior in the next examples.

    Example \(\PageIndex{6}\): Differentiating Power Series
    1. Use the power series representation \[f(x)=\dfrac{1}{1−x}=\sum_{n=0}^∞x^n=1+x+x^2+x^3+\ldots \nonumber \] for \(|x|<1\) to find a power series representation for \[g(x)=\dfrac{1}{(1−x)^2} \nonumber \] on the interval \((−1,1).\) Determine whether the resulting series converges at the endpoints.
    2. Use the result of part a. to evaluate the sum of the series \(\displaystyle \sum_{n=0}^∞\dfrac{n+1}{4^n}\).

    Solution

    a. Since \(g(x)=\dfrac{1}{(1−x)^2}\) is the derivative of \(f(x)=\dfrac{1}{1−x}\), we can find a power series representation for g by differentiating the power series for f term-by-term. The result is

    \[g(x)=\dfrac{1}{(1−x)^2}=\dfrac{d}{\,dx}(\dfrac{1}{1−x})=\sum_{n=0}^∞\dfrac{d}{\,dx}(x^n)=\dfrac{d}{\,dx}(1+x+x^2+x^3+\ldots)=0+1+2x+3x^2+4x^3+\ldots=\sum_{n=0}^∞(n+1)x^n \nonumber \]

    for \(|x|<1.\)

    Note \(\PageIndex{1}\) does not guarantee anything about the behavior of this series at the endpoints. Testing the endpoints by using the divergence test, we find that the series diverges at both endpoints \(x=±1\).Note that this is the same result found in Example.

    b. From part a. we know that

    \[\sum_{n=0}^∞(n+1)x^n=\dfrac{1}{(1−x)^2}. \nonumber \]

    Therefore,

    \[\begin{align*} \sum_{n=0}^∞\dfrac{n+1}{4^n} &=\sum_{n=0}^∞(n+1) \left(\dfrac{1}{4} \right)^n \\[4pt]
    &=\dfrac{1}{\left(1−\dfrac{1}{4} \right)^2}\\[4pt]
    &= \dfrac{1}{\left(\dfrac{3}{4} \right)^2}\\[4pt]
    & =\dfrac{16}{9} \end{align*}\]

    Exercise \(\PageIndex{5}\)

    Differentiate the series \(\dfrac{1}{(1−x)^2}=\sum_{n=0}^∞(n+1)x^n\) term-by-term to find a power series representation for \(\dfrac{2}{(1−x)^3}\) on the interval \((−1,1)\).

    Hint

    Write out the first several terms and apply the power rule.

    Answer

    \(\displaystyle \sum_{n=0}^∞(n+2)(n+1)x^n\)

    Example \(\PageIndex{7}\): Integrating Power Series

    For each of the following functions f, find a power series representation for f by integrating the power series for \(f′\) and find its interval of convergence.

    1. \(f(x)=\ln(1+x)\)
    2. \(f(x)=\tan^{−1}x\)

    Solution:

    a. For \(f(x)=\ln(1+x)\),the derivative is \(f′(x)=\dfrac{1}{1+x}\). We know that

    \[\dfrac{1}{1+x}=\dfrac{1}{1−(−x)}=\sum_{n=0}^∞(−x)^n=1−x+x^2−x^3+\ldots\nonumber \]

    for \(|x|<1\). To find a power series for \(f(x)=\ln(1+x)\), we integrate the series term-by-term.

    \[∫f′(x)\,dx=∫(1−x+x^2−x^3+\ldots)\,dx=C+x−\dfrac{x^2}{2}+\dfrac{x^3}{3}−\dfrac{x^4}{4}+\ldots\nonumber \]

    Since \(f(x)=\ln(1+x)\) is an antiderivative of \(\dfrac{1}{1+x}\), it remains to solve for the constant \(C\). Since \(\ln(1+0)=0\), we have \(C=0\). Therefore, a power series representation for \(f(x)=\ln(1+x)\) is

    \[\ln(1+x)=x−\dfrac{x^2}{2}+\dfrac{x^3}{3}−\dfrac{x^4}{4}+\ldots=\sum_{n=1}^∞(−1)^{n+1}\dfrac{x^n}{n} \text{ for } |x|<1.\nonumber \]

    Note \(\PageIndex{1}\) does not guarantee anything about the behavior of this power series at the endpoints. However, checking the endpoints, we find that at \(x=1\) the series is the alternating harmonic series, which converges. Also, at \(x=−1\), the series is the harmonic series, which diverges. It is important to note that, even though this series converges at \(x=1\), Note does not guarantee that the series actually converges to \(\ln(2)\). In fact, the series does converge to \(\ln(2)\), but showing this fact requires more advanced techniques. (Abel’s theorem, covered in more advanced texts, deals with this more technical point.) The interval of convergence is \((−1,1]\).

    b. The derivative of \(f(x)=\tan^{−1}x\) is \(f′(x)=\dfrac{1}{1+x^2}\). We know that

    \( \displaystyle \dfrac{1}{1+x^2}=\dfrac{1}{1−(−x^2)}=\sum_{n=0}^∞(−x^2)^n=1−x^2+x^4−x^6+\ldots\)

    for \(|x|<1\). To find a power series for \(f(x)=\tan^{−1}x\), we integrate this series term-by-term.

    \[∫f′(x)\,dx=∫(1−x^2+x^4−x^6+\ldots)\,dx=C+x−\dfrac{x^3}{3}+\dfrac{x^5}{5}−\dfrac{x^7}{7}+\ldots \nonumber \]

    Since \(\tan^{−1}(0)=0\), we have \(C=0\). Therefore, a power series representation for \(f(x)=\tan^{−1}x\) is

    \[ \tan^{−1}x=x−\dfrac{x^3}{3}+\dfrac{x^5}{5}−\dfrac{x^7}{7}+\ldots=\sum_{n=0}^∞(−1)^n\dfrac{x^{2n+1}}{2n+1}\nonumber \]

    for \(|x|<1\). Again, Note \(\PageIndex{1}\) does not guarantee anything about the convergence of this series at the endpoints. However, checking the endpoints and using the alternating series test, we find that the series converges at \(x=1\) and \(x=−1\). As discussed in part a., using Abel’s theorem, it can be shown that the series actually converges to \(\tan^{−1}(1)\) and \(\tan^{−1}(−1)\) at \(x=1\) and \(x=−1\), respectively. Thus, the interval of convergence is \([−1,1]\).

    Exercise \(\PageIndex{6}\)

    Integrate the power series \(\displaystyle \ln(1+x)=\sum_{n=1}^∞(−1)^{n+1}\dfrac{x^n}{n}\) term-by-term to evaluate \(\displaystyle ∫\ln(1+x)\,dx.\)

    Hint

    Use the fact that \(\dfrac{x^{n+1}}{(n+1)n}\) is an antiderivative of \(\dfrac{x^n}{n}\).

    Answer

    \(\displaystyle \sum_{n=2}^∞\dfrac{(−1)^nx^n}{n(n−1)}\)

    Up to this point, we have shown several techniques for finding power series representations for functions. However, how do we know that these power series are unique? That is, given a function \(f\) and a power series for \(f\) at \(a\), is it possible that there is a different power series for \(f\) at a that we could have found if we had used a different technique? The answer to this question is no. This fact should not seem surprising if we think of power series as polynomials with an infinite number of terms. Intuitively, if

    \[c_0+c_1x+c_2x^2+\ldots=d_0+d_1x+d_2x^2+\ldots \nonumber \]

    for all values \(x\) in some open interval I about zero, then the coefficients \(c_n\) should equal \(d_n\) for \(n≥0\). We now state this result formally.

    Uniqueness of Power Series

    Let \(\displaystyle \sum_{n=0}^∞c_n(x−a)^n\) and \(\displaystyle \sum_{n=0}^∞d_n(x−a)^n\) be two convergent power series such that

    \[\sum_{n=0}^∞c_n(x−a)^n=\sum_{n=0}^∞d_n(x−a)^n \nonumber \]

    for all x in an open interval containing \(a\). Then \(c_n=d_n\) for all \(n≥0\).

    Proof

    Let

    \[\begin{align*} f(x) =c_0+c_1(x−a)+c_2(x−a)^2+c_3(x−a)^3+\ldots \\ =d_0+d_1(x−a)+d_2(x−a)^2+d_3(x−a)^3+\ldots. \end{align*}\]

    Then \(f(a)=c_0=d_0.\) By Note, we can differentiate both series term-by-term. Therefore,

    \[\begin{align*}f′(x) =c_1+2c_2(x−a)+3c_3(x−a)^2+\ldots \\ =d_1+2d_2(x−a)+3d_3(x−a)^2+\ldots,\end{align*}\]

    and thus, \(f′(a)=c_1=d_1.\) Similarly,

    \[\begin{align*} f''(x) =2c_2+3⋅2c_3(x−a)+\ldots \\ =2d_2+3⋅2d_3(x−a)+\ldots\end{align*}\]

    implies that \(f''(a)=2c_2=2d_2,\) and therefore, \(c_2=d_2\). More generally, for any integer \(n≥0,f^{(n)} (a)=n!c_n=n!d_n,\) and consequently, \(c_n=d_n\) for all \(n≥0.\)

    In this section we have shown how to find power series representations for certain functions using various algebraic operations, differentiation, or integration. At this point, however, we are still limited as to the functions for which we can find power series representations. Next, we show how to find power series representations for many more functions by introducing Taylor series.

    Key Concepts

    • Given two power series \(\displaystyle \sum_{n=0}^∞c_nx^n\) and \(\displaystyle \sum_{n=0}^∞d_nx^n\) that converge to functions \(f\) and \(g\) on a common interval \(I\), the sum and difference of the two series converge to \(f±g\), respectively, on \(I\). In addition, for any real number \(b\) and integer \(m≥0\), the series \(\displaystyle \sum_{n=0}^∞bx^mc_nx^n\) converges to \(bx^mf(x)\) and the series \(\displaystyle \sum_{n=0}^∞c_n(bx^m)^n\) converges to \(f(bx^m)\) whenever \(bx^m\) is in the interval \(I\).
    • Given two power series that converge on an interval \((−R,R),\) the Cauchy product of the two power series converges on the interval \((−R,R)\).
    • Given a power series that converges to a function \(f\) on an interval \((−R,R)\), the series can be differentiated term-by-term and the resulting series converges to \(f′\) on \((−R,R)\). The series can also be integrated term-by-term and the resulting series converges to \(∫f(x)\,dx\) on \((−R,R)\).

    Glossary

    term-by-term differentiation of a power series
    a technique for evaluating the derivative of a power series \(\displaystyle \sum_{n=0}^∞c_n(x−a)^n\) by evaluating the derivative of each term separately to create the new power series \(\displaystyle \sum_{n=1}^∞nc_n(x−a)^{n−1}\)
    term-by-term integration of a power series
    a technique for integrating a power series \(\displaystyle \sum_{n=0}^∞c_n(x−a)^n\) by integrating each term separately to create the new power series \(\displaystyle C+\sum_{n=0}^∞c_n\dfrac{(x−a)^{n+1}}{n+1}\)

    This page titled 10.2: Properties of Power Series is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by Gilbert Strang & Edwin “Jed” Herman (OpenStax) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.