BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus II: Integral Calculus - Integration, Series, and Parametric EquationsInfinite Series & Convergence: Chapter Study Guide
Study Guide878 words

Infinite Series & Convergence: Chapter Study Guide

Infinite Series

Learning Objectives

By the end of this study guide, you should be able to:

  • Explain the meaning of the sum of an infinite series using partial sums.
  • Calculate the limits of sequences of partial sums to determine convergence or divergence.
  • Evaluate the sum of a geometric series using the standard formula.
  • Distinguish between the rapidly converging geometric series and the slowly diverging harmonic series.

Key Terms & Glossary

  • Infinite Series: An expression representing the sum of an infinite sequence of numbers, denoted by ∑n=1∞an\sum_{n=1}^\infty a_n∑n=1∞​an​.
  • Partial Sum: The sum of the first ktermsofaninfiniteseries,writtenasSk=∑n=1kank terms of an infinite series, written as S_k = \sum_{n=1}^k a_nktermsofaninfiniteseries,writtenasSk​=∑n=1k​an​.
  • Sequence of Partial Sums: The ordered list of all partial sums {S1,S2,S3,… }\{S_1, S_2, S_3, \dots\}{S1​,S2​,S3​,…}, used to evaluate the behavior of the infinite series.
  • Convergence: A property of an infinite series where its sequence of partial sums approaches a finite real number SSS as k→∞k \to \inftyk→∞.
  • Divergence: A property of an infinite series where its sequence of partial sums does not approach a finite number (e.g., grows unbounded).
  • Geometric Series: A specific type of series where each term is found by multiplying the previous term by a constant ratio rrr.
  • Harmonic Series: The specific, infinitely diverging series formed by the sum of the reciprocals of positive integers: ∑n=1∞1n\sum_{n=1}^\infty \frac{1}{n}∑n=1∞​n1​.

The "Big Idea"

[!IMPORTANT] How is it mathematically possible to add together an infinite number of things and end up with a finite result?

The central "Big Idea" of infinite series is replacing the impossible task of adding infinite numbers directly with the calculus concept of a limit. By looking at a finite portion of the sum (the partial sum) and calculating the limit as the number of terms approaches infinity, we can definitively assign a sum to an infinite series. If the numbers shrink fast enough, the "running total" hits a ceiling (convergence). If not, the running total grows forever (divergence).

Formula / Concept Box

ConceptMathematical NotationCondition / Rules
General Infinite Series∑n=1∞an=a1+a2+…\sum_{n=1}^\infty a_n = a_1 + a_2 + \dots∑n=1∞​an​=a1​+a2​+…Formal expression of infinite addition.
Partial Sum (kkk-th)Sk=∑n=1kanS_k = \sum_{n=1}^k a_nSk​=∑n=1k​an​Must be calculated for a finite index kkk.
Series Convergencelim⁡k→∞Sk=S\lim_{k \to \infty} S_k = Slimk→∞​Sk​=SSeries converges to SSS if the limit exists.
Geometric Series∑n=1∞arn−1\sum_{n=1}^\infty a r^{n-1}∑n=1∞​arn−1Converges if $
Sum of Geometric SeriesS=a1−rS = \frac{a}{1 - r}S=1−ra​Only valid when $
Harmonic Series∑n=1∞1n\sum_{n=1}^\infty \frac{1}{n}∑n=1∞​n1​Always diverges, despite terms approaching 0.

Hierarchical Outline

  • 1. Anatomy of an Infinite Series
    • From Sequences to Series
    • The Role of Partial Sums (SkS_kSk​)
  • 2. The Test for Convergence
    • Analyzing the Sequence of Partial Sums
    • Limits approaching a real number SSS (Convergence)
    • Limits becoming unbounded or undefined (Divergence)
  • 3. Special Cases: Geometric and Harmonic
    • Geometric Series: Exponentially shrinking terms
    • Identifying the first term (a)andcommonratio(ra) and common ratio (ra)andcommonratio(r)
    • Harmonic Series: The deceptive divergence
    • Proving divergence through unbounded grouping

Visual Anchors

Diagram 1: The Logic of Convergence

Loading Diagram...

Diagram 2: Graphing the Sequence of Partial Sums

Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds

Notice how the running total Sk(bluepoints)getsarbitrarilyclosetothelimitasymptote(reddashedline)askS_k (blue points) gets arbitrarily close to the limit asymptote (red dashed line) as kSk​(bluepoints)getsarbitrarilyclosetothelimitasymptote(reddashedline)ask gets larger. This illustrates a converging series.

Definition-Example Pairs

  • Geometric Series
    • Definition: A series where the ratio between consecutive terms is constant.
    • Real-world Example: A bouncing ball. If you drop a ball from 10 feet, and every bounce reaches exactly 50% of the previous height, the total vertical distance traveled over infinite bounces is modeled by a geometric series.
  • Harmonic Series
    • Definition: The infinite sum of the reciprocals of natural numbers.
    • Real-world Example: The "Book Stacking Problem." If you try to stack identical books over the edge of a table so they lean outward, the harmonic series proves you can mathematically create an infinitely long overhang without the stack tipping over!
  • Partial Sum
    • Definition: The sum of a finite, specific number of terms at the beginning of a series.
    • Real-world Example: A running bank balance. If your daily deposits are an infinite sequence, your bank balance at the end of Day 30 is the 30th30^{th}30th partial sum.

Worked Examples

Example 1: Evaluating a Geometric Series

Problem: Determine if the series ∑n=1∞4(13)n−1\sum_{n=1}^\infty 4\left(\frac{1}{3}\right)^{n-1}∑n=1∞​4(31​)n−1 converges or diverges. If it converges, find its sum.

Step-by-step Solution:

  1. Identify the series type: This is in the form ∑arn−1\sum a r^{n-1}∑arn−1, making it a geometric series.
  2. Identify aaa and rrr: The first term a=4a = 4a=4. The common ratio r=13r = \frac{1}{3}r=31​.
  3. Test for convergence: The rule states a geometric series converges if ∣r∣<1|r| < 1∣r∣<1. Since ∣13∣<1|\frac{1}{3}| < 1∣31​∣<1, the series converges.
  4. Calculate the sum: Use the formula S=a1−rS = \frac{a}{1 - r}S=1−ra​. S=41−13=423=4×32=6S = \frac{4}{1 - \frac{1}{3}} = \frac{4}{\frac{2}{3}} = 4 \times \frac{3}{2} = 6S=1−31​4​=32​4​=4×23​=6 Conclusion: The series converges to 6.
▶Deep Dive: Proving the Divergence of the Harmonic Series

Even though the terms of the harmonic series 1nshrinktozero,thesum∑n=1∞1n\frac{1}{n} shrink to zero, the sum \sum_{n=1}^\infty \frac{1}{n}n1​shrinktozero,thesum∑n=1∞​n1​ diverges. Why?

Look at the sequence of partial sums and group the terms in powers of 2: Sn=1+12+(13+14)+(15+16+17+18)+…S_n = 1 + \frac{1}{2} + (\frac{1}{3} + \frac{1}{4}) + (\frac{1}{5} + \frac{1}{6} + \frac{1}{7} + \frac{1}{8}) + \dotsSn​=1+21​+(31​+41​)+(51​+61​+71​+81​)+…

Notice that: 13+14>14+14=12\frac{1}{3} + \frac{1}{4} > \frac{1}{4} + \frac{1}{4} = \frac{1}{2}31​+41​>41​+41​=21​ 15+16+17+18>18+18+18+18=12\frac{1}{5} + \frac{1}{6} + \frac{1}{7} + \frac{1}{8} > \frac{1}{8} + \frac{1}{8} + \frac{1}{8} + \frac{1}{8} = \frac{1}{2}51​+61​+71​+81​>81​+81​+81​+81​=21​

So the sum is strictly greater than $1+12+12+12+1 + \frac{1}{2} + \frac{1}{2} + \frac{1}{2} +1+21​+21​+21​+ \dots$ which clearly grows infinitely large. Therefore, the harmonic series diverges!

Checkpoint Questions

[!TIP] Cover up the text above and see if you can answer these recall questions aloud.

  1. What is the fundamental difference between a sequence and a series?
  2. If a sequence of partial sums forms the pattern {0.5,0.75,0.875,0.9375,… }\{0.5, 0.75, 0.875, 0.9375, \dots\}{0.5,0.75,0.875,0.9375,…}, what number do you think the corresponding infinite series converges to?
  3. Why doesn't the Harmonic Series converge, even though its individual terms get closer and closer to zero?
  4. What is the only condition under which a geometric series will diverge?
All Calculus II: Integral Calculus - Integration, Series, and Parametric Equations Study Resources

Related Notes

  • Alternating Series: Convergence, Remainders, and Classification1,058 words
  • Approximating Areas: Left and Right Endpoint Methods834 words
  • Arc Length of a Curve and Surface Area Study Guide860 words
  • Study Guide: Area and Arc Length in Polar Coordinates732 words
  • Areas Between Curves: Calculus Study Guide1,215 words
  • Chapter Study Guide: Basics of Differential Equations947 words
  • Calculus of Parametric Curves: Comprehensive Study Guide1,134 words
  • Calculus of the Hyperbolic Functions894 words
  • Study Guide: Comparison Tests for Infinite Series1,056 words
  • Conic Sections: Comprehensive Study Guide912 words
  • Determining Volumes by Slicing: Chapter Study Guide940 words
  • Study Guide: Direction Fields and Numerical Methods923 words

Ready to study Calculus II: Integral Calculus - Integration, Series, and Parametric Equations?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Calculus II: Integral Calculus - Integration, Series, and Parametric Equations?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Calculus II: Integral Calculus - Integration, Series, and Parametric Equations ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.