---
title: "Absolute vs. Conditional Convergence | AP Calculus BC 10.9"
description: "Review absolute and conditional convergence for AP Calculus BC, including testing absolute values, classifying alternating series, and clear exam conclusions."
canonical: "https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/determining-absolute-or-conditional-convergence/study-guide/M8Yc1eNtl1PYFSRarShk"
type: "study-guide"
subject: "AP Calculus AB/BC"
unit: "Unit 10 – Infinite Sequences and Series (BC Only)"
lastUpdated: "2026-06-09"
---

# Absolute vs. Conditional Convergence | AP Calculus BC 10.9

## Summary

Review absolute and conditional convergence for AP Calculus BC, including testing absolute values, classifying alternating series, and clear exam conclusions.

## Guide

A series is [absolutely convergent](/ap-calc/key-terms/absolutely-convergent "fv-autolink") when the series of absolute values converges, and conditionally convergent when the original series converges but the series of absolute values [diverges](/ap-calc/key-terms/diverges "fv-autolink"). To classify a series, take the absolute value of each term, run a convergence test on that new series, and use the result to decide between absolute, conditional, or divergent. For AP Calculus BC, state both tests clearly when a series is conditionally convergent.

## How Do You Tell Absolute and Conditional Convergence Apart?

Start by testing $\sum |a_n|$. If that absolute-value series converges, then $\sum a_n$ is absolutely convergent; if $\sum |a_n|$ diverges but the original series still converges, usually by the [alternating series test](/ap-calc/unit-10-infinite-sequences-and-series-bc-only/alternating-series-error-bound/study-guide/3jO1mS42e1MwgYafawP5 "fv-autolink"), then it is conditionally convergent.

## Why This Matters for the AP Calculus Exam

Absolute and conditional convergence pulls together almost every test from this unit. To classify a series, you have to recognize what kind of series you are looking at, choose a valid test for the absolute-value version, and state a clear conclusion. That blend of recognizing representations, choosing procedures, and justifying your answer shows up in both multiple-choice and free-response work on series. Knowing that absolute convergence guarantees convergence also lets you skip extra steps and check your reasoning quickly.

## Key Takeaways

- A series can be absolutely convergent, conditionally convergent, or divergent.
- Absolutely convergent means $$\sum |a_n|$$ converges. Conditionally convergent means $$\sum a_n$$ converges but $$\sum |a_n|$$ diverges.
- If a series converges absolutely, then it converges. The reverse is not guaranteed.
- To classify a series, first test $$\sum |a_n|$$. If that converges, the original series is absolutely convergent and you can stop.
- If $$\sum |a_n|$$ diverges but $$\sum a_n$$ still converges (often by the alternating series test), the series is conditionally convergent.
- When a series converges absolutely, rearranging or regrouping its terms does not change the sum.

## Two Types of Convergence

In AP Calculus BC you work with two ways a [convergent series](/ap-calc/key-terms/convergent-series "fv-autolink") can behave: **absolute convergence** and **conditional convergence**.

A series $$\sum a_n$$ is **absolutely convergent** when $$\sum |a_n|$$ converges. A series is **conditionally convergent** when $$\sum a_n$$ converges but $$\sum |a_n|$$ diverges.

One key fact ties these together: if a series converges absolutely, then it converges. Another useful property is that an absolutely convergent series keeps the same sum even if you regroup or rearrange its terms. That is not true for conditionally convergent series, where rearranging terms can change the result.

Because "convergent" on its own usually means absolutely convergent, you must clearly state when a series is only conditionally convergent.

## The Classification Process

Use the same two steps for any series:

1. Take the absolute value of each term to form $$\sum |a_n|$$.
2. Run a convergence test you already know on that new series.

Then decide:

- If $$\sum |a_n|$$ converges, the original series is absolutely convergent.
- If $$\sum |a_n|$$ diverges but $$\sum a_n$$ converges, the series is conditionally convergent.
- If $$\sum a_n$$ itself diverges, the series is divergent.

Always check for absolute convergence first. If it converges absolutely, you are done and you save time.

### Example 1: Conditional Convergence

Show that the following series is conditionally convergent.

$$
\sum_{n=1}^{\infty} \frac{(-1)^n}{n}
$$

This series converges by the alternating series test. See [topic 10.7](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/alternating-series-test-for-convergence/study-guide/XSi4mU7Hy7oj9k5cIdqe) for a full review of that test.

Now take the absolute value of each term:

$$
\sum_{n=1}^{\infty} \frac{1}{n}
$$

Taking the absolute value of $$(-1)^n$$ always gives 1, no matter the exponent, so the absolute-value series is the [harmonic series](/ap-calc/unit-10-infinite-sequences-and-series-bc-only/harmonic-series-p-series/study-guide/oaZ3mNFv3b8qBcsWmwIK "fv-autolink"), which diverges.

Since the original series converges but the series of absolute values diverges, the series is conditionally convergent. On the exam, a clear conclusion would read: "The series converges by the alternating series test, but the series of absolute values is the harmonic series, which diverges, so the original series is conditionally convergent."

### Example 2: Absolute Convergence

This series is not alternating, but you can still classify it.

$$
\sum_{n=1}^{\infty} \frac{\sin(n)}{n^3}
$$

By inspection, this is not an alternating series, so the alternating series test does not apply. Use the same process.

Take the absolute value of each term:

$$
\sum_{n=1}^{\infty} \frac{|\sin(n)|}{n^3}
$$

Since $$n^3$$ is always positive, you only need absolute value brackets around the [sine](/ap-calc/unit-2/derivatives-cos-x-sinx-ex-ln-x/study-guide/SbmDK3t2kYI0u2wLz9Hv "fv-autolink") term. Because sine stays between -1 and 1, you know $$|\sin n| \leq 1$$.

Now run the direct [comparison test](/ap-calc/unit-10-infinite-sequences-and-series-bc-only/comparison-tests-for-convergence/study-guide/bWxGI64MXDqu26FVVP4p "fv-autolink"):

$$
\frac{|\sin(n)|}{n^3} \leq \frac{1}{n^3}
$$

The series $$\sum \frac{1}{n^3}$$ converges because it is a p-series with $$p = 3 > 1$$. By the direct comparison test, $$\sum \frac{|\sin(n)|}{n^3}$$ also converges.

Since the series of absolute values converges, the original series is absolutely convergent.

## How to Use This on the AP Calculus Exam

### MCQ

- Read the question carefully. If it asks whether a series converges absolutely, conditionally, or not at all, you usually need to test the absolute-value series first.
- Recognize common forms fast: $$\sum \frac{(-1)^n}{n}$$ is conditionally convergent, and $$\sum \frac{(-1)^n}{n^2}$$ is absolutely convergent because the absolute-value version is a convergent p-series.
- Remember that absolute convergence implies convergence, so you can rule out "diverges" once you confirm $$\sum |a_n|$$ converges.

### Free Response

- Name the test you use on the absolute-value series and confirm its conditions are met.
- For an alternating series, state that the terms decrease to 0 before claiming convergence by the alternating series test.
- Finish with a clear sentence stating absolutely convergent, conditionally convergent, or divergent. Vague answers lose the point even when the work is right.

### Problem Solving

- Test for absolute convergence first. If $$\sum |a_n|$$ converges, you are done.
- If $$\sum |a_n|$$ diverges, go back to the original series and check whether it still converges, often with the alternating series test.
- Pick the absolute-value test that fits the structure: comparison or limit comparison for fraction-style terms, [ratio test](/ap-calc/unit-10-infinite-sequences-and-series-bc-only/radius-interval-convergence-power-series/study-guide/EPL28ohsnC4hDfyEPMhy "fv-autolink") for factorials or powers, p-series for $$\frac{1}{n^p}$$ forms.

## Common Misconceptions

- "Convergent and absolutely convergent are the same thing." Not quite. Every absolutely convergent series converges, but a conditionally convergent series converges without converging absolutely.
- "If a series converges, I can rearrange the terms freely." Only absolutely convergent series keep the same sum under rearranging or regrouping. Conditionally convergent series can change value when rearranged.
- "The alternating series test proves absolute convergence." It only shows the original series converges. To check absolute convergence, you must test the series of absolute values separately.
- "Taking absolute values changes which test I can use." It usually makes the series easier, since the absolute-value version has nonnegative terms, which is exactly what comparison, limit comparison, integral, and p-series tests need.
- "A divergent absolute-value series means the original diverges." Not necessarily. If $$\sum |a_n|$$ diverges, the original series might still [converge](/ap-calc/key-terms/converge "fv-autolink") conditionally, so you have to check the original series too.

## Related AP Calculus Guides

- [Unit 10 Overview: Infinite Series and Sequences](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/review/study-guide/8ol6j4eNEB6GkkametRt)
- [10.1 Defining Convergent and Divergent Infinite Series](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/defining-convergent-divergent-infinite-series/study-guide/CIVFHStGQM90EJ4GtIDB)
- [10.3 The nth Term Test for Divergence](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/nth-term-test-for-divergence/study-guide/oEMEbEp7gWXCgxDFyRlx)
- [10.5 Harmonic Series and p-Series](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/harmonic-series-p-series/study-guide/oaZ3mNFv3b8qBcsWmwIK)
- [10.2 Working with Geometric Series](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/working-with-geometric-series/study-guide/YvDdN4qbMyMaLgnFApU9)
- [10.4 Integral Test for Convergence](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/integral-test-for-convergence/study-guide/KrBj7QZJaHcPOKsThiS2)
- [10.7 Alternating Series Test for Convergence](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/alternating-series-test-for-convergence/study-guide/XSi4mU7Hy7oj9k5cIdqe)
- [10.8 Ratio Test for Convergence](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/ratio-test-for-convergence/study-guide/PGoAP21IEXfSx5GRVIdE)

## Vocabulary

- **absolutely convergent**: A series that converges when all terms are replaced by their absolute values.
- **conditionally convergent**: A series that converges but does not converge absolutely; the series converges only because of the signs of its terms.
- **converges**: A series converges when the sequence of partial sums approaches a finite limit as n approaches infinity.
- **diverges**: A series diverges when the sequence of partial sums does not approach a finite limit as the number of terms increases indefinitely.
- **series**: A sum of the terms of a sequence, often written as the sum of infinitely many terms.

## FAQs

### What is absolute convergence?

A series sum a_n is absolutely convergent if the series of absolute values, sum |a_n|, converges. Absolute convergence guarantees that the original series converges.

### What is conditional convergence?

A series is conditionally convergent if the original series converges but the absolute-value series diverges. The alternating harmonic series is the standard AP Calculus BC example.

### How do you classify a series as absolute conditional or divergent?

Test sum |a_n| first. If it converges, the series is absolutely convergent. If it diverges, test the original series; if the original converges, it is conditionally convergent, and if the original diverges, it is divergent.

### Why test absolute convergence first?

Testing absolute convergence first saves time because absolute convergence immediately implies convergence. If sum |a_n| converges, you do not need to separately prove the original series converges.

### Does a divergent absolute-value series mean the original diverges?

No. If sum |a_n| diverges, the original series might still converge conditionally. You still need to test the original series, often with the alternating series test.

### How is absolute and conditional convergence used on AP Calculus BC?

AP Calculus BC questions may ask you to classify a series and justify the classification. A strong answer names the test used on sum |a_n|, then clearly states absolute convergence, conditional convergence, or divergence.

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/determining-absolute-or-conditional-convergence/study-guide/M8Yc1eNtl1PYFSRarShk#what-is-absolute-convergence","name":"What is absolute convergence?","acceptedAnswer":{"@type":"Answer","text":"A series sum a_n is absolutely convergent if the series of absolute values, sum |a_n|, converges. Absolute convergence guarantees that the original series converges."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/determining-absolute-or-conditional-convergence/study-guide/M8Yc1eNtl1PYFSRarShk#what-is-conditional-convergence","name":"What is conditional convergence?","acceptedAnswer":{"@type":"Answer","text":"A series is conditionally convergent if the original series converges but the absolute-value series diverges. The alternating harmonic series is the standard AP Calculus BC example."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/determining-absolute-or-conditional-convergence/study-guide/M8Yc1eNtl1PYFSRarShk#how-do-you-classify-a-series-as-absolute-conditional-or-divergent","name":"How do you classify a series as absolute conditional or divergent?","acceptedAnswer":{"@type":"Answer","text":"Test sum |a_n| first. If it converges, the series is absolutely convergent. If it diverges, test the original series; if the original converges, it is conditionally convergent, and if the original diverges, it is divergent."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/determining-absolute-or-conditional-convergence/study-guide/M8Yc1eNtl1PYFSRarShk#why-test-absolute-convergence-first","name":"Why test absolute convergence first?","acceptedAnswer":{"@type":"Answer","text":"Testing absolute convergence first saves time because absolute convergence immediately implies convergence. If sum |a_n| converges, you do not need to separately prove the original series converges."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/determining-absolute-or-conditional-convergence/study-guide/M8Yc1eNtl1PYFSRarShk#does-a-divergent-absolute-value-series-mean-the-original-diverges","name":"Does a divergent absolute-value series mean the original diverges?","acceptedAnswer":{"@type":"Answer","text":"No. If sum |a_n| diverges, the original series might still converge conditionally. You still need to test the original series, often with the alternating series test."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/determining-absolute-or-conditional-convergence/study-guide/M8Yc1eNtl1PYFSRarShk#how-is-absolute-and-conditional-convergence-used-on-ap-calculus-bc","name":"How is absolute and conditional convergence used on AP Calculus BC?","acceptedAnswer":{"@type":"Answer","text":"AP Calculus BC questions may ask you to classify a series and justify the classification. A strong answer names the test used on sum |a_n|, then clearly states absolute convergence, conditional convergence, or divergence."}}]}
```
