PrepGo

Defining Convergent and Divergent Infinite Series - AP Calculus BC Study Guide

Written by AP Content Team, Verified for 2026 AP Exams, Last updated: May 2026

Learn with study guides reviewed by top AP teachers. This guide takes about 11 minutes to read.

The Core Idea: Defining Convergent and Divergent Infinite Series

In mathematics, we often deal with finite sums. This topic introduces a profound and counterintuitive idea: is it possible to add up an infinite number of terms and arrive at a single, finite value? An infinite series is precisely this concept—the sum of all the terms in an infinite sequence. For example, if we have a sequence of numbers , the corresponding infinite series is the sum , which is written in sigma notation as .

The fundamental question this topic addresses is how to determine if such an infinite sum has a meaningful, finite value. We investigate this by examining the behavior of its partial sums. A partial sum is the sum of a finite number of terms from the beginning of the series. By creating a sequence of these partial sums, we can observe their trend. If this sequence of partial sums approaches a specific, finite number as we include more and more terms, we say the infinite series converges to that number. If the sequence of partial sums grows without bound or fails to approach a single value, the series diverges.

Key Definitions

This topic is built upon a few precise definitions that connect the concepts of sequences, sums, and limits.

1. Infinite Series

An infinite series is the sum of the terms of an infinite sequence . It is denoted by:

2. The n$th Partial Sum ($S_n)

The n$th partial sum, denoted $S_n, is the sum of the first terms of the series. It is a finite sum that "builds up" the infinite series.

3. Convergent Series

An infinite series is said to converge to a sum if the sequence of its partial sums, , converges to . In the language of limits, this means:

where is a finite real number. The value is called the sum of the series.

4. Divergent Series

An infinite series is said to diverge if its sequence of partial sums, , diverges. This means that the limit either does not exist or is infinite. A divergent series does not have a finite sum.

Understanding the Sequence of Partial Sums

The most critical concept in this topic is that the convergence or divergence of an infinite series is determined entirely by the convergence or divergence of its corresponding sequence of partial sums.

It is essential to distinguish between two different sequences:

  1. The sequence of terms, : This is the list of individual numbers being added together: .

  2. The sequence of partial sums, : This is the sequence of cumulative sums:

    • ...

To determine if the series converges, we do not look at the limit of the terms . Instead, we must analyze the limit of the partial sums . The entire question of series convergence boils down to a single question about a sequence: Does the sequence have a finite limit? If the answer is yes, the series converges to that limit. If the answer is no, the series diverges.

Core Concepts & Rules

  • Series as a Sum: An infinite series, , represents the process of adding all the terms of an infinite sequence .

  • Partial Sums as Building Blocks: The n$th partial sum, $S_n = a_1 + a_2 + \dots + a_n, is a finite sum that approximates the total sum of the infinite series.

  • The Definition of Convergence: A series converges if and only if its sequence of partial sums, , converges to a finite limit.

  • The Sum of a Series: If a series converges, its sum is defined as the limit of its sequence of partial sums: .

  • The Definition of Divergence: A series diverges if its sequence of partial sums fails to converge to a finite limit.

Step-by-Step Example 1: Finding the Sum from Partial Sums

Problem: The n$th partial sum of the series\sum_{n=1}^{\infty} a_n$ is given by the formula . Determine whether the series converges or diverges. If it converges, find its sum.

Solution:

Step 1: Identify the given information.

We are given a formula for the sequence of partial sums, .

Step 2: Apply the definition of convergence.

According to the definition, the series converges if the limit of its sequence of partial sums, , exists and is finite. The sum of the series is this limit.

Step 3: Calculate the limit of the sequence of partial sums.

We need to evaluate . Since this is a limit at infinity of a rational function of , we can divide the numerator and denominator by the highest power of , which is .

As , the terms and both approach 0.

Step 4: State the conclusion.

The limit of the sequence of partial sums is a finite number, . Therefore, the series converges. The sum of the series is the value of the limit.

Final Answer: The series converges, and its sum is .

Step-by-Step Example 2: Deducing Convergence from a Table

Problem: The first five partial sums of the series are given in the table below.

10.66667
20.83333
30.90000
40.93333
50.95238

Does the series appear to converge or diverge? If it appears to converge, to what value? Justify your reasoning.

Solution:

Step 1: Analyze the provided data.

The table gives us the values of the sequence of partial sums for . We are asked to determine the behavior of the series by observing the trend in these partial sums.

Step 2: Observe the trend in the sequence of partial sums, .

Let's examine the values:

The values of are increasing as increases. However, the amount they increase by seems to be getting smaller. Let's look at the differences:

The partial sums are increasing, but they appear to be approaching a ceiling or a horizontal asymptote. The values seem to be getting closer and closer to 1.

Step 3: Formulate a conjecture based on the definition of convergence.

The definition of a convergent series is that its sequence of partial sums, , approaches a finite limit. Based on the trend in the table, it is reasonable to conjecture that .

Step 4: State the conclusion with justification.

Because the sequence of partial sums appears to be approaching the finite value of 1, the series appears to converge. The sum of the series would be the value of this limit.

Final Answer: The series appears to converge to a sum of 1. This is because the sequence of partial sums , as shown in the table, is increasing and appears to be approaching a finite limit of 1.

Using Your Calculator

A graphing calculator cannot definitively prove that a series converges, as it cannot compute a limit to infinity. However, it is an excellent tool for investigating the behavior of the sequence of partial sums to form a conjecture.

Problem: Investigate the convergence of the series .

Actionable Steps (TI-84 Style):

  1. Define the terms of the series:

    • Press Y=.

    • In Y1, enter the formula for the terms of the series, using for n`: `Y1 = 1/√(X) - 1/√(X+1)`. 2. **Calculate a sequence of partial sums:** * Go to the home screen. * To calculate $S_{10}, use the and commands. Press 2ndSTATMATH5:sum(. Then press 2ndSTATOPS` `5:seq(`. * The syntax is $sum(seq(expression, variable, start, end)).

    • Enter: sum(seq(Y1, X, 1, 10)) and press ENTER. This calculates .

    • Repeat for larger values of :

      • sum(seq(Y1, X, 1, 100)) gives .

      • sum(seq(Y1, X, 1, 1000)) gives .

      • sum(seq(Y1, X, 1, 10000)) gives .

  2. Analyze the results and form a conjecture:

    • The sequence of partial sums appears to be increasing and approaching a value very close to 1.

    • Based on this numerical evidence, we can conjecture that the series converges to a sum of 1.

Important Note: This calculator process does not constitute a mathematical proof. It is a method for numerical investigation. A formal proof would require finding an explicit formula for and taking its limit analytically.

AP Exam Quick Hit

Common Question Types

  • Given an explicit formula for : You will be given a formula for the n$th partial sum, such as $S_n = \frac{2n}{3n+5}, and asked to determine if the series converges and find its sum. The solution is to simply compute .

  • Given a table of values for : A table showing and the corresponding will be provided. You will be asked to determine if the series appears to converge or diverge based on the trend in the table and to justify your conclusion by referencing the limit of the partial sums.

  • Conceptual Questions: A multiple-choice question might ask for the definition of a convergent series, requiring you to identify the correct statement involving the limit of the sequence of partial sums. For example: "Which of the following guarantees that the series converges to a sum ?" The correct answer would be , where .

Common Mistakes

  • Confusing the Sequence of Terms with the Sequence of Partial Sums: The most common error is to analyze the limit of the terms, , instead of the limit of the partial sums, . The definition of convergence for this topic is exclusively about the behavior of .

  • Incorrect Justification: Stating that a series converges because the partial sums "are getting closer to a number" is not sufficient. The formal justification must involve the concept of a limit: "The series converges because the limit of the sequence of its partial sums, , is a finite number."

  • Assuming a Pattern: When given a few terms of a series, students might incorrectly find a formula for . Unless the series has a clear structure (like a telescoping series, though it won't be named), you are typically not expected to find a formula for from scratch; it will be given to you or presented in a table.