| Study Guides
AP · Determining absolute or conditional convergence · 14 min read · Updated 2026-05-10

Determining absolute or conditional convergence — AP Calculus BC Study Guide

For: AP Calculus BC candidates sitting AP Calculus BC.

Covers: Definitions of absolute and conditional convergence, the alternating series test for conditional convergence, ratio test for absolute convergence, and classification of series by convergence type for AP Calculus BC exam questions.

You should already know: How to apply common convergence tests for infinite series. How to compute limits of sequences of positive terms. Basic properties of alternating series.

A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the AP Calculus BC style for educational use. They are not reproductions of past College Board / Cambridge / IB papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official mark schemes for grading conventions.


1. What Is Determining absolute or conditional convergence?

This topic is core to Unit 10 (Infinite Sequences and Series) of the AP Calculus BC CED, making up roughly 12% of the unit’s exam weight, and it appears in both multiple-choice (MCQ) and free-response (FRQ) sections. Once you confirm an infinite series converges, the next step is to classify it as either absolutely convergent or conditionally convergent. By definition, a series is absolutely convergent if the series of absolute values converges, and conditionally convergent if the original series converges but the series of absolute values diverges. A key foundational fact: any absolutely convergent series is always convergent, so if you prove absolute convergence, you do not need to test the original series for convergence. AP exam questions regularly ask to "justify whether the series converges absolutely, conditionally, or not at all," a prompt that typically awards multiple points for correct step-by-step justification. Classification also reveals key properties of the series: absolutely convergent series can be reordered without changing their sum, while conditionally convergent series cannot, a fact tested implicitly in error approximation questions.

2. Core Definitions and Foundational Relationship

Before classifying any series, you must memorize the formal definitions and key theorem that form the basis of all classification problems. For any infinite series (alternating or not):

  1. Absolutely Convergent: is absolutely convergent if converges.
  2. Conditionally Convergent: is conditionally convergent if converges, but diverges.
  3. Divergent: If diverges, it is neither absolutely nor conditionally convergent.

The non-negotiable foundational theorem is: If is absolutely convergent, then is convergent. This saves you work: test the absolute value series first. If it converges, you are done classifying as absolutely convergent. If it diverges, you then test the original series for convergence to determine if it is conditionally convergent or divergent. Intuitively, absolute convergence means the positive and negative terms decay so quickly that even adding all their magnitudes gives a finite sum, while conditional convergence relies on cancellation between positive and negative terms to produce a finite sum, even when the sum of magnitudes diverges.

Worked Example

Classify as absolutely convergent, conditionally convergent, or divergent. Justify your answer.

  1. First, write the series of absolute values: .
  2. This is a p-series with , so by the p-series test, the absolute value series converges.
  3. By definition, since the series of absolute values converges, the original series is absolutely convergent.
  4. We do not need to test the original series for convergence, because absolute convergence implies convergence.

Exam tip: On the AP exam, you must explicitly name the test you use and state its result to earn justification points. Never just write the final classification without connecting it to the definition and a convergence test.

3. Classifying Conditionally Convergent Alternating Series

Almost all conditional convergence problems on the AP exam involve alternating series, since cancellation between positive and negative terms is required to get convergence when the absolute value series diverges. For an alternating series of the form where for all , follow this standard workflow:

  1. Test absolute convergence first: Check if converges. If it does, classify as absolutely convergent and stop.
  2. If diverges: Test the original alternating series for convergence using the Alternating Series Test (AST, or Leibniz Test), which requires two conditions:
    • is a decreasing sequence for all for some finite
  3. Classify: If both AST conditions are met, the original series converges, so it is conditionally convergent. If AST conditions fail, the series diverges.

The classic example of conditional convergence is the alternating harmonic series : the absolute value series is the divergent harmonic series, but the alternating series converges by AST, so it is conditionally convergent.

Worked Example

Classify as absolutely convergent, conditionally convergent, or divergent. Justify your answer.

  1. First, find the series of absolute values: . This is a p-series with , so the absolute value series diverges by the p-test.
  2. We now test the original alternating series with AST. The series has form with .
  3. Check AST conditions: First, , satisfying the first condition. Define , so for all , so is decreasing, satisfying the second condition.
  4. The original series converges by AST, but the absolute value series diverges, so the series is conditionally convergent.

Exam tip: Using the derivative test to prove is decreasing is a fully acceptable, time-saving justification on the AP exam, and avoids messy inequality algebra for .

4. Ratio Test for Absolute Convergence

The Ratio Test is uniquely designed to test for absolute convergence, and it is the most efficient test for series containing factorials, exponential terms, or . For any series , the Ratio Test calculates the limit of the absolute value of the ratio of consecutive terms: The classification results for the Ratio Test are definitive (except for the case):

  • If : converges, so is absolutely convergent.
  • If : diverges, and the original also diverges (because , so the nth term test applies).
  • If : The Ratio Test is inconclusive, and you must use another test (p-test, comparison, AST) to classify.

This test works for any series, alternating or not, so it is especially useful for non-alternating series with variable sign terms that do not fit the standard alternating series form.

Worked Example

Classify as absolutely convergent, conditionally convergent, or divergent. Justify your answer.

  1. The series contains a factorial term, so the Ratio Test is the most efficient approach. Let .
  2. Calculate the limit :
  3. Since , the Ratio Test confirms the series of absolute values converges.
  4. By definition, the original series is absolutely convergent.

Exam tip: If you get from the Ratio Test, you do not need to test the original series for convergence. The nth term does not approach zero, so the original series is automatically divergent, and cannot be conditionally convergent.

5. Common Pitfalls (and how to avoid them)

  • Wrong move: Concluding a series is conditionally convergent after showing the absolute value series diverges, without testing the original series for convergence. Why: Students forget that conditional convergence requires the original series to converge; if the original diverges, it is just divergent, not conditional. Correct move: After finding the absolute value series diverges, always explicitly test the original series for convergence before classifying as conditional.
  • Wrong move: Forgetting to include the absolute value in the Ratio Test limit, leading to a negative and wrong conclusion. Why: Students memorize the ratio without absolute value when working with alternating series, and misinterpret a negative ratio. Correct move: Always write the absolute value around when applying the Ratio Test, regardless of whether the original series is alternating.
  • Wrong move: Claiming that because a series is alternating, it must be conditionally convergent. Why: Students associate alternating series with conditional convergence, but many alternating series are absolutely convergent. Correct move: Always test the absolute value series first before concluding convergence type, regardless of whether the series is alternating.
  • Wrong move: When from the Ratio Test, concluding that the series is divergent or conditionally convergent without further testing. Why: Students think the Ratio Test gives a definitive answer in all cases, but it is inconclusive when . Correct move: If , switch to another test (p-test, comparison, AST) to classify the series.
  • Wrong move: Concluding that the alternating harmonic series is absolutely convergent because it converges. Why: Students confuse convergence of the original series with absolute convergence. Correct move: Always check convergence of the series of absolute values first, then apply the definition of each convergence type.

6. Practice Questions (AP Calculus BC Style)

Question 1 (Multiple Choice)

Which of the following correctly classifies the series ? (A) Divergent (B) Absolutely convergent (C) Conditionally convergent (D) Convergent by the Ratio Test when

Worked Solution: First, we write the series of absolute values: . We use limit comparison with the convergent p-series : , a positive finite limit. Since converges, the absolute value series converges by limit comparison. By definition, the original series is absolutely convergent. Option A is wrong because absolute convergence implies convergence, option C is wrong because the absolute value series converges, and option D is wrong because the Ratio Test gives which is inconclusive. The correct answer is B.


Question 2 (Free Response)

Consider the series . (a) Show that the series converges. (b) Determine whether the series converges absolutely or conditionally. Justify your answer. (c) Explain why the error in approximating the sum of the series by the 10th partial sum is less than .

Worked Solution: (a) This is an alternating series of the form with for . Check AST conditions: . Define , so for all , so is decreasing. Both AST conditions are satisfied, so the series converges. (b) The series of absolute values is . Use the integral test: , so the integral diverges. By the integral test, the absolute value series diverges. Since the original series converges but the absolute value series diverges, the series is conditionally convergent. (c) For any convergent alternating series that meets AST conditions, the absolute error is bounded above by the absolute value of the first neglected term, which is . This confirms the error is less than .


Question 3 (Application / Real-World Style)

An engineer models the total deflection (in millimeters) of a stacked beam with alternating load as , where mm is a constant scaling factor. Classify the series for by convergence type, and determine if the model produces a finite total deflection.

Worked Solution:

  1. First, test the series of absolute values: . Apply the Ratio Test:
  2. Since , the absolute value series converges. By definition, the original series is absolutely convergent.
  3. An absolutely convergent series converges to a finite sum, so the model predicts a finite total deflection of mm.

In context, the engineer's model is valid, as it produces a finite, physically meaningful total deflection for the stacked beam.

7. Quick Reference Cheatsheet

Category Rule / Definition Notes
Absolute Convergence is absolutely convergent if $\sum a_n
Conditional Convergence is conditionally convergent if converges, $\sum a_n
Alternating Series Workflow 1. Test $\sum a_n
Ratio Test for Absolute Convergence $L = \lim_{n \to \infty} \left \frac{a_{n+1}}{a_n} \right
p-Series Test for Absolute Values converges if , diverges if Most common test for rational-term series
Alternating Series Test Conditions () converges if 1. , 2. decreasing Derivative test is acceptable proof of decreasing for AP justification
Alternating Series Error Bound $ S - S_n

8. What's Next

Mastering the classification of absolute and conditional convergence is a critical prerequisite for the next topics in Unit 10: power series representation of functions, radius of convergence, and interval of convergence. When finding the interval of convergence for a power series, AP exam questions always require you to test the endpoints of the interval and classify convergence at each endpoint as absolute, conditional, or divergent, which is exactly the skill you practiced in this chapter. Without this classification skill, you will lose multiple points on FRQ questions about power series intervals, which are a consistent, high-weight part of the AP Calculus BC exam. This topic also feeds into the broader study of infinite series approximation, where absolute convergence guarantees that error estimates are reliable regardless of term order. Follow-up topics to study next:

← Back to topic

Stuck on a specific question?
Snap a photo or paste your problem — Ollie (our AI tutor) walks through it step-by-step with diagrams.
Try Ollie free →