# Determining absolute or conditional convergence

> AP Calculus BC · Unit 10: Infinite Sequences and Series
> Source: https://www.owlsprep.com/study/ap-calculus-bc-u10-determining-absolute-or-conditional-convergence/

This guide covers core definitions of absolute and conditional convergence, step-by-step workflows for classifying series, use of the Alternating Series Test and Ratio Test, and proper justification for AP Calculus BC exam questions.

**Prerequisites:** Applying common convergence tests for infinite series; Computing limits of sequences of positive terms; [Basic properties of alternating series](https://www.owlsprep.com/study/ap-calculus-bc-u10-alternating-series/)

## Learning objectives

- Classify infinite series as absolutely convergent, conditionally convergent, or divergent
- Apply the Ratio Test to test for absolute convergence
- Use the Alternating Series Test to identify conditionally convergent series
- Properly justify classifications to earn full points on the AP exam

## Core Definitions and Foundational Relationship

Once you confirm an infinite series converges, the next step in AP exam problems is to classify it as either absolutely or conditionally convergent. A key foundational theorem simplifies this workflow: absolute convergence of a series always implies convergence of the original series.

**Convergence Type Classification** — For any infinite series $\sum_{n=1}^\infty a_n$: 1. *Absolutely convergent*: $\sum |a_n|$ converges. 2. *Conditionally convergent*: $\sum a_n$ converges but $\sum |a_n|$ diverges. 3. *Divergent*: $\sum a_n$ diverges (neither type of convergence applies).

*Example:* The alternating harmonic series is conditionally convergent; $\sum \frac{(-1)^n}{n^2}$ is absolutely convergent.

> **tip**
>
> Always test the absolute value series first. If it converges, you can stop and classify as absolutely convergent — you do not need to test the original series for convergence.

**Worked example:** Classify $\sum_{n=1}^\infty \frac{(-1)^n}{n^2}$ as absolutely convergent, conditionally convergent, or divergent. Justify your answer.

1. First, write the series of absolute values:
2. $$\frac{(-1)^n}{n^2} = \frac{1}{n^2}$$
3. This is a p-series with $p=2 > 1$, so by the p-series test, the absolute value series converges.
4. By definition, since the series of absolute values converges, the original series is absolutely convergent. No further testing is needed.

> **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.

*Calculator:* forbidden

## Classifying Conditionally Convergent Alternating Series

Almost all conditional convergence problems on the AP exam involve alternating series, because conditional convergence relies on cancellation between positive and negative terms to produce a finite sum, even when the sum of magnitudes diverges.

1. For an alternating series $\sum (-1)^n b_n$ ($b_n>0$): 1. Test $\sum b_n$ for convergence. If it converges, classify as absolutely convergent and stop.
2. 2. If $\sum b_n$ diverges, test the original alternating series with the Alternating Series Test (AST), which requires two conditions: $\lim_{n \to \infty} b_n = 0$ and $\{b_n\}$ is decreasing for all $n \geq N$.
3. 3. If both AST conditions are met, the series is conditionally convergent; if not, it diverges.

> **tip**
>
> Using the derivative test to prove $\{b_n\}$ is decreasing is a fully acceptable, time-saving justification on the AP exam, and avoids messy inequality algebra for $b_{n+1} < b_n$.

**Worked example:** Classify $\sum_{n=1}^\infty \frac{(-1)^n}{\sqrt{n}}$ as absolutely convergent, conditionally convergent, or divergent. Justify your answer.

1. First, find the series of absolute values: $\sum_{n=1}^\infty \frac{1}{n^{1/2}}$
2. This is a p-series with $p = 1/2 < 1$, so the absolute value series diverges by the p-series test.
3. Check AST conditions for the original alternating series: First, $\lim_{n \to \infty} \frac{1}{\sqrt{n}} = 0$, satisfying the first condition.
4. To check if $\{b_n\}$ is decreasing: define $f(x) = \frac{1}{\sqrt{x}}$, so $f'(x) = -\frac{1}{2x^{3/2}} < 0$ for all $x > 0$, so $\{b_n\}$ is decreasing.
5. The original series converges by AST, but the absolute value series diverges, so the series is conditionally convergent.

*Calculator:* forbidden

## 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 $n^n$. It works for any series, alternating or non-alternating.

$$L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right|$$

- If $L < 1$: $\sum |a_n|$ converges, so $\sum a_n$ is absolutely convergent.
- If $L > 1$: $\sum |a_n|$ diverges, and the original $\sum a_n$ also diverges (because $\lim_{n \to \infty} a_n \neq 0$).
- If $L = 1$: The Ratio Test is inconclusive, and you must use another test to classify.

> **tip**
>
> If you get $L>1$ 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.

**Worked example:** Classify $\sum_{n=1}^\infty \frac{(-2)^n n}{n!}$ 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 $a_n = \frac{(-2)^n n}{n!}$.
2. Calculate the limit $L$:
3. $$L = \lim_{n \to \infty} \left| \frac{a_{n+1}}{a_n} \right| = \lim_{n \to \infty} \frac{2 (n+1) n!}{n (n+1) n!} = \lim_{n \to \infty} \frac{2}{n} = 0$$
4. Since $L = 0 < 1$, the Ratio Test confirms the series of absolute values converges. By definition, the original series is absolutely convergent.

*Calculator:* forbidden

## AP-Style Worked Practice Problems

**Worked example:** Which of the following correctly classifies $\sum_{n=1}^\infty \frac{(-1)^n n}{n^3 + 1}$? (A) Divergent (B) Absolutely convergent (C) Conditionally convergent (D) Convergent by Ratio Test when $L=1$

1. First, check the absolute value series $\sum_{n=1}^\infty \frac{n}{n^3 + 1}$. Use limit comparison with the convergent p-series $\sum \frac{1}{n^2}$:
2. $$\lim_{n \to \infty} \frac{n/(n^3+1)}{1/n^2} = \lim_{n \to \infty} \frac{n^3}{n^3 +1} = 1$$
3. This is a positive finite limit, so the absolute value series converges by limit comparison. The original series is therefore absolutely convergent. The correct answer is (B).

**Worked example:** Consider $\sum_{n=2}^\infty \frac{(-1)^n}{n \ln n}$. (a) Show the series converges. (b) Classify convergence type. (c) Explain why the error after 10 terms is less than $\frac{1}{11 \ln 11}$.

1. Part (a): This is an alternating series with $b_n = \frac{1}{n \ln n} > 0$. $\lim_{n \to \infty} b_n = 0$, and $f(x) = \frac{1}{x \ln x}$ has negative derivative for all $x \geq 2$, so $\{b_n\}$ is decreasing. It converges by AST.
2. Part (b): The absolute value series $\sum \frac{1}{n \ln n}$ diverges by the integral test (the integral evaluates to $\lim_{b \to \infty} \ln(\ln b) = \infty$). The series is therefore conditionally convergent.
3. Part (c): For alternating AST-convergent series, error $|S - S_{10}| < b_{11} = \frac{1}{11 \ln 11}$, which matches the required bound.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** Concluding a series is conditionally convergent after showing only that the absolute value series diverges, without testing the original series for convergence.
  - Why it fails: Conditional convergence requires the original series to converge; if the original diverges, it is just divergent, not conditional.
  - Correct: After finding the absolute value series diverges, always explicitly test the original series for convergence before classifying as conditional.
- **Wrong:** Forgetting to include the absolute value in the Ratio Test limit, leading to a negative $L$ and wrong conclusion.
  - Why it fails: Students often memorize the ratio without absolute value for alternating series, and misinterpret a negative ratio.
  - Correct: Always write the absolute value around $\frac{a_{n+1}}{a_n}$ when applying the Ratio Test, regardless of whether the original series is alternating.
- **Wrong:** Claiming that because a series is alternating, it must be conditionally convergent.
  - Why it fails: Students associate alternating series with conditional convergence, but many alternating series are absolutely convergent.
  - Correct: Always test the absolute value series first before concluding convergence type, regardless of whether the series is alternating.
- **Wrong:** When $L=1$ from the Ratio Test, concluding the series is divergent or conditionally convergent without further testing.
  - Why it fails: The Ratio Test is inconclusive when $L=1$, it does not give a definitive answer for any convergence type.
  - Correct: If $L=1$, switch to another test (p-test, comparison, AST) to classify the series.
- **Wrong:** Concluding that the alternating harmonic series is absolutely convergent because it converges.
  - Why it fails: Students confuse convergence of the original series with absolute convergence.
  - Correct: Always check convergence of the series of absolute values first, then apply the definition of each convergence type.

## Cheatsheet

| Category | Rule / Definition | Notes |
| --- | --- | --- |
| Absolute Convergence | $\sum a_n$ is absolutely convergent if $\sum \|a_n\|$ converges | Absolute convergence implies convergence of $\sum a_n$ |
| Conditional Convergence | $\sum a_n$ is conditionally convergent if $\sum a_n$ converges, $\sum \|a_n\|$ diverges | Only convergent series can be conditionally convergent |
| Alternating Series Workflow | 1. Test $\sum \|a_n\|$ first. 2. If diverges, test original with AST | Most AP conditional convergence questions are alternating |
| Ratio Test for Absolute Convergence | $L = \lim_{n \to \infty} \left\| \frac{a_{n+1}}{a_n} \right\|$ | $L<1$: absolutely convergent; $L>1$: divergent; $L=1$: inconclusive |
| p-Series Test for Absolute Values | $\sum \frac{1}{n^p}$ converges if $p>1$, diverges if $p \leq 1$ | Most common test for rational-term series |
| Alternating Series Test Conditions | $\sum (-1)^n b_n$ ($b_n>0$) converges if 1. $\lim b_n =0$, 2. $\{b_n\}$ decreasing | Derivative test is acceptable proof of decreasing for AP justification |
| Alternating Series Error Bound | $\|S - S_n\| < b_{n+1}$ | Applies only to convergent alternating series meeting AST conditions |

## What's next

Mastering the classification of absolute and conditional convergence is a critical prerequisite for the remaining topics in Unit 10 of AP Calculus BC. When finding the interval of convergence for a power series, AP exam questions consistently require you to test the endpoints of the interval and classify convergence at each endpoint as absolute, conditional, or divergent — exactly the skill you practiced in this guide. Without this classification skill, you will lose multiple points on FRQ questions about power series intervals, which are a 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 error estimates are reliable regardless of term order.

- [Alternating Series Error Bound](https://www.owlsprep.com/study/ap-calculus-bc-u10-alternating-series-error-bound/)
- [Finding Taylor polynomial approximations of functions](https://www.owlsprep.com/study/ap-calculus-bc-u10-finding-taylor-polynomial-approximations-of/)
- [Lagrange Error Bound](https://www.owlsprep.com/study/ap-calculus-bc-u10-lagrange-error-bound/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-bc-u10-determining-absolute-or-conditional-convergence/
