Skip to main content
K12 LibreTexts

7.2.1: Partial Sums

  • Page ID
    14786
  • \( \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}}\)

    Partial Sums

    In the 18th century, mathematician Leonhard Euler solved one of the foremost infinite series problems of his day by examining the series \(\ \sum_{n=1}^{\infty} \frac{2}{n(n+1)}\).

    Find the first five partial sums of this series and make an observation about the sum of the infinite series.

    Source: Plus Magazine


    Partial Sums

    An infinite series is a series with an infinite number of terms. In other words, the value of \(\ n\) increases without bound as shown in the series below.

    \(\ \begin{aligned}
    \sum_{n=1}^{\infty} 3 n+1 &=4+7+10+13+\ldots \\
    \sum_{n=1}^{\infty} 4(2)^{n-1} &=4+8+16+32+\ldots \\
    \sum_{n=1}^{\infty} 8\left(\frac{1}{2}\right)^{n-1} &=8+4+2+1+\frac{1}{2}+\ldots
    \end{aligned}\)

    These sums continue forever and can increase without bound.

    Since we cannot find the sums of these series by adding all the terms, we can analyze their behavior by observing patterns within their partial sums. A partial sum is a sum of a finite number of terms in the series. We can look at a series of these sums to observe the behavior of the infinite sum. Each of these partial sums is denoted by \(\ S_{n}\) where \(\ n\) denotes the index of the last term in the sum. For example, \(\ S_{6}\) is the sum of the first 6 terms in an infinite series.

    Let's find the first five partial sums of \(\ \sum_{n=1}^{\infty} 2 n-1\) and make an observation about the sum of the infinite series.

    The first five partial sums are \(\ S_{1}, S_{2}, S_{3}, S_{4}\) and \(\ S_{5}\). To find each of these sums we will need the first five terms of the sequence: 1, 3, 5, 7, 9. No we can find the partial sums as shown:

    \(\ \begin{array}{l}
    S_{1}=a_{1}=1 \\
    S_{2}=a_{1}+a_{2}=1+3=4 \\
    S_{3}=a_{1}+a_{2}+a_{3}=1+3+5=9 \\
    S_{4}=a_{1}+a_{2}+a_{3}+a_{4}=1+3+5+7=16 \\
    S_{5}=a_{1}+a_{2}+a_{3}+a_{4}+a_{5}=1+3+5+7+9=25
    \end{array}\)

    Notice that each sum can also be found by adding the nth term to the previous sum: \(\ S_{n}=S_{n-1}+a_{n}\).

    For example: \(\ S_{5}=S_{4}+a_{4}=16+9=25\)

    The sequence of the first five partial sums is 1, 4, 9, 16, 25. This pattern will continue and the terms will continue to grow without bound. In other words, the partial sums continue to grow and the infinite sum cannot be determined as it is infinitely large.

    Now, let's find the first five partial sums of \(\ \sum_{n=1}^{\infty}\left(\frac{1}{2}\right)^{n-1}\) and make an observation about the sum of the infinite series.

    The first five terms of this sequence are: \(\ 1, \frac{1}{2}, \frac{1}{4}, \frac{1}{8}, \frac{1}{16}\). The partial sums are thus:

    \(\ \begin{array}{l}
    S_{1}=1 \\
    S_{2}=1.5 \\
    S_{3}=1.75 \\
    S_{4}=1.875 \\
    S_{5}=1.9375
    \end{array}\)

    Consider what happens with each subsequent term: We start with 1 and add \(\ \frac{1}{2}\) putting us halfway between 1 and 2. Then we add \(\ \frac{1}{4}\), putting us halfway between 1.5 and 2. Each time we add another term, we are cutting the distance between our current sum and 2 in half. If this pattern is continued, we will get ever closer to 2 but never actually reach two. Therefore, the sum is said to “converge to” or “approach” 2.

    To support our conjecture further, we can use the calculator to find the 50th partial sum: \(\ S_{50}=2\). Eventually, if we sum enough terms, the calculator will give us the value to which the sum approaches due to rounding.

    Finally, let's find the first five partial sums of \(\ \sum_{n=1}^{\infty} \frac{1}{n}\), the “harmonic series” and make an observation about the sum of the infinite series. (You may need to find addition partial sums to see the behavior of the infinite series.)

    Use the calculator to find the following sums:

    \(\ \begin{array}{l}
    S_{1}=\operatorname{sum}(\operatorname{seq}(1 / x, x, 1,1))=1 \\
    S_{2}=\operatorname{sum}(\operatorname{seq}(1 / x, x, 1,2))=1.5 \\
    S_{3}=\operatorname{sum}(\operatorname{seq}(1 / x, x, 1,3))=1.833 \\
    S_{4}=\operatorname{sum}(\operatorname{seq}(1 / x, x, 1,4))=2.083 \\
    S_{5}=\operatorname{sum}(\operatorname{seq}(1 / x, x, 1,5))=2.283
    \end{array}\)

    In this series, the behavior is not quite as clear. Consider some additional partial sums:

    \(\ \begin{aligned}
    S_{50} &=4.499 \\
    S_{100} &=5.187 \\
    S_{500} &=6.793
    \end{aligned}\)

    In this case, the partial sums don’t seem to have a bound. They will continue to grow and therefore there is no finite sum.


    Examples

    Example 1

    Earlier, you were asked to find the first five partial sums of the series \(\ \sum_{n=1}^{\infty} \frac{2}{n(n+1)}\), and make an observation about the sum of the infinite series.

    Solution

    The first five terms of this sequence are: \(\ 1, \frac{1}{3}, \frac{1}{6}, \frac{1}{10}, \frac{1}{15}\). The partial sums are thus:

    \(\ \begin{array}{l}
    S_{1}=1 \\
    S_{2}=1.333 \\
    S_{3}=1.5 \\
    S_{4}=1.6 \\
    S_{5}=1.6666
    \end{array}\)

    If this pattern is continued, we will get ever closer to 2 but never actually reach two. Therefore, the sum is said to “converge to” or “approach” 2.

    Find the first five partial sums of the infinite series below and additional partial sums if needed to determine the behavior of the infinite series. Use the calculator to find the partial sums.

    Example 2

    \(\ \sum_{n=1}^{\infty} 4\left(\frac{3}{2}\right)^{n-1}\)

    Solution

    S1=4; S2=10; S3=19; S4=32.5; S5=52.75; The partial sums are growing with increasing speed and thus the infinite series will have no bound.

    Example 3

    \(\ \sum_{n=1}^{\infty} 500\left(\frac{2}{3}\right)^{n-1}\)

    Solution

    S1=500; S2=833.333; S3=1055.556; S4=1203.704; S5=1302.469; Here the sums seems to be growing by smaller amounts each time. Look at the sum additional partial sums to see if there is an apparent upper limit to their growth.

    S50=1499.9999…=1500; S100=1500. The sum is clearly approaching 1500 and thus the infinite series has a finite sum.

    Example 4

    \(\ \sum_{n=1}^{\infty} \frac{5}{6 n}\)

    Solution

    S1=0.833; S2=1.25; S3=1.528; S4=1.736; S5=1.903; This sequence of partial sums is growing slowly, but will it approach a finite value or continue to grow? Look at additional partial sums: S50=3.749; S100=4.323; S500=5.661. In this case, the sums continue to grow without bound so the infinite series will have no bound.


    Review

    Find the first five partial sums and additional partial sums as needed to discuss the behavior of each infinite series. Use your calculator to find the partial sums.

    1. \(\ \sum_{n=1}^{\infty} 5\left(\frac{1}{2}\right)^{n-1}\)
    2. \(\ \sum_{n=1}^{\infty} 2\left(\frac{3}{4}\right)^{n-1}\)
    3. \(\ \sum_{n=1}^{\infty} 10(0.9)^{n-1}\)
    4. \(\ \sum_{n=1}^{\infty} 8(1.03)^{n-1}\)
    5. \(\ \sum_{n=1}^{\infty} \frac{1}{2} n\)
    6. \(\ \sum_{n=1}^{\infty} \frac{10}{n}\)
    7. \(\ \sum_{n=1}^{\infty} \frac{1}{2}\left(\frac{3}{4}\right)^{n-1}\)
    8. \(\ \sum_{n=1}^{\infty} \frac{1}{n^{2}}\)
    9. \(\ \sum_{n=1}^{\infty} 6(0.1)^{n-1}\)
    10. \(\ \sum_{n=1}^{\infty} 0.01 n+5\)
    11. \(\ \sum_{n=1}^{\infty} 2\left(\frac{7}{8}\right)^{n-1}\)
    12. Which of the series above are arithmetic? Do any of them have a finite sum? Can you explain why?
    13. Which of the series above are geometric? Do any of them have a finite sum? Can you explain why?
    14. What is the difference between the series that converge and diverge?
    15. Make a conjecture about the converging series in this problem set.

    Answers for Review Problems

    To see the Review answers, open this PDF file and look for section 11.11.


    This page titled 7.2.1: Partial Sums is shared under a CK-12 license and was authored, remixed, and/or curated by CK-12 Foundation via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    CK-12 Foundation
    LICENSED UNDER
    CK-12 Foundation is licensed under CK-12 Curriculum Materials License
    • Was this article helpful?