Study Guide

Alternating series test for convergence

AP Calculus BCΒ· AP Calculus BC CED β€” Infinite Sequences and SeriesΒ· 14 min read

1. The Alternating Series Test: Definition and Conditionsβ˜…β˜…β˜†β˜†β˜†β± 4 min

An alternating series is any infinite series where consecutive terms alternate in sign. The Alternating Series Test (AST, also called Leibniz's Test) is the standard convergence test for this series type, and it is frequently tested on AP Calculus BC, appearing in both multiple-choice and free-response sections.

πŸ“˜ Definition

Standard Form of an Alternating Series

An alternating series is written as or , where for all . is always the positive magnitude of the nth term, not the full signed term.

The Alternating Series Test states that an alternating series converges if both of the following conditions hold for all sufficiently large (after some finite starting index ):

  1. The sequence of positive terms is eventually strictly decreasing: for all

  2. The limit of the positive terms approaches zero:

πŸ“ Worked Example

Does the series converge or diverge? Justify your answer using the Alternating Series Test.

  1. 1

    Rewrite the series in standard form to isolate :

  2. 2
    an=13n+2>0 for all nβ‰₯1a_n = \frac{1}{3n + 2} > 0 \text{ for all } n \geq 1
  3. 3

    This confirms we have a valid alternating series eligible for AST.

  4. 4

    Check the decreasing condition by comparing to :

  5. 5
    an+1=13(n+1)+2=13n+5<13n+2=ana_{n+1} = \frac{1}{3(n+1) + 2} = \frac{1}{3n + 5} < \frac{1}{3n + 2} = a_n
  6. 6

    The sequence is strictly decreasing for all terms, so the first condition is satisfied.

  7. 7

    Check the limit condition:

  8. 8
    lim⁑nβ†’βˆžan=lim⁑nβ†’βˆž13n+2=0\lim_{n \to \infty} a_n = \lim_{n \to \infty} \frac{1}{3n + 2} = 0
  9. 9

    The second condition is satisfied. Conclusion: both conditions of AST are met, so the series converges.

2. Alternating Series Remainder Estimationβ˜…β˜…β˜…β˜†β˜†β± 4 min

After confirming an alternating series converges via AST, the AP exam often asks to bound the error (called the remainder) when approximating the total sum with a finite partial sum . The Alternating Series Remainder Theorem gives a simple, exam-friendly bound for this error.

πŸ“˜ Definition

Alternating Series Remainder Theorem

∣Rn∣=∣Sβˆ’Sn∣|R_n| = |S - S_n|

For any convergent alternating series that meets both AST conditions, the absolute error of approximation with terms is bounded by the magnitude of the first omitted term: . The sign of the error matches the sign of the first omitted term, so you can determine if is an overestimate or underestimate.

πŸ“ Worked Example

How many terms of the convergent series must be used to estimate the sum with an error less than ?

  1. 1

    Confirm the series meets AST conditions: , for all , and , so the remainder theorem applies.

  2. 2

    Set up the error inequality: we require :

  3. 3
    1(n+1)4<1500\frac{1}{(n+1)^4} < \frac{1}{500}
  4. 4

    Solve for : reverse the inequality (all terms are positive) to get . We calculate and , so , which means .

  5. 5

    Conclusion: 4 terms are required to get an error less than .

3. Classifying Convergence: Absolute vs Conditionalβ˜…β˜…β˜…β˜†β˜†β± 4 min

After confirming an alternating series converges, the AP exam almost always asks to classify its convergence as either absolute or conditional. This distinction is especially important for finding the interval of convergence of power series, where endpoints are often conditionally convergent.

πŸ“˜ Definition

Absolute vs Conditional Convergence

A series is absolutely convergent if the series of absolute values converges. If the original alternating series converges, but the series of absolute values diverges, the series is conditionally convergent.

πŸ“ Worked Example

Classify the convergence of the series . Justify your answer.

  1. 1

    Check convergence of the original alternating series: write for all . We confirm , and . By AST, the original series converges.

  2. 2

    Check convergence of the series of absolute values:

  3. 3
    βˆ‘n=1∞∣(βˆ’1)n+1n1/3∣=βˆ‘n=1∞1n1/3\sum_{n=1}^\infty \left| \frac{(-1)^{n+1}}{n^{1/3}} \right| = \sum_{n=1}^\infty \frac{1}{n^{1/3}}
  4. 4

    This is a p-series with . All p-series with diverge, so the series of absolute values diverges.

  5. 5

    Conclusion: The original series converges, but the series of absolute values diverges, so the series is conditionally convergent.

4. Exam-Style Concept Checkβ˜…β˜…β˜…β˜…β˜†β± 2 min

βœ“ Quick check

Test your understanding of AST with this AP-style multiple choice question:

  1. Which of the following statements about the series is true?

    • A) The series diverges by the Alternating Series Test

    • B) The series converges absolutely

    • C) The series converges conditionally but not absolutely

    • D) The series diverges because

    Reveal answer
    B β€”

    First, confirm , (eliminating D), and is decreasing for all , so AST confirms convergence (eliminating A). The series of absolute values converges by the integral test, so the original series converges absolutely.

5. Common Pitfalls

Wrong move:

Applying AST to a series with non-positive , e.g. testing and claiming then checking .

Why:

Students confuse the signed overall terms with the defined in AST, which must be the positive magnitude of each term.

Correct move:

Always factor out or first to isolate , and confirm for all sufficiently large before applying AST.

Wrong move:

Concluding divergence because is not decreasing for the first 2-3 terms, e.g. claiming diverges because but for all .

Why:

Students forget convergence only depends on the behavior of terms for large , and early terms do not affect convergence.

Correct move:

If is not decreasing at , check if it becomes decreasing after some finite β€”if it does, the first condition is still satisfied.

Wrong move:

Concluding convergence by AST when , even if is decreasing.

Why:

Students memorize the decreasing condition but forget the limit condition is required for convergence.

Correct move:

Always check firstβ€”if the limit is non-zero, stop and conclude divergence via the nth term test.

Wrong move:

Using the alternating series remainder bound when the series does not satisfy both AST conditions.

Why:

The bound only applies to convergent alternating series, not divergent alternating series or positive-term series.

Correct move:

Only apply the alternating series error bound after you confirm both AST conditions are satisfied and the series converges.

Wrong move:

Classifying an alternating series as absolutely convergent just because it converges by AST.

Why:

Students confuse convergence of the alternating series with convergence of the series of absolute values, which is required for absolute convergence.

Correct move:

After confirming the alternating series converges, always test the series of absolute values with a positive-term test (p-test, integral test, ratio test) to classify convergence.

6. Quick Reference Cheatsheet

Category

Key Rule

Notes

Standard Form

/

for all by definition

AST Conditions

  1. eventually strictly decreasing
    2.

Both conditions required; non-zero limit implies divergence

Remainder Bound

Only applies to convergent alternating series meeting AST conditions

Over/Underestimate

Error matches sign of first omitted term

Positive omitted term = is underestimate; negative = overestimate

Absolute Convergence

Original converges if converges

Absolute convergence always implies original series converges

Conditional Convergence

Original converges, diverges

Most conditionally convergent series are proven via AST

Alternating p-series

Converges for ; absolutely convergent if , conditional if

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2022 Β· BC

    Endpoint convergence classification

  • 2023 Β· BC FRQ

    Error bound calculation

  • 2021 Β· BC MCQ

    Convergence type identification

What's Next

Mastering the Alternating Series Test is a critical prerequisite for all remaining topics in Unit 10 of AP Calculus BC. You will next use AST to confirm conditional convergence when working with ratio and root tests, which are used to test absolute convergence for general series. Most importantly, AST is required to test convergence of endpoints of the interval of convergence for power series, which is a common full free-response question on the AP exam. Without mastering AST and its remainder bound, you will not be able to correctly identify the full interval of convergence or justify endpoint convergence, which can cost you significant points on the exam. Building a solid understanding of AST now will make more advanced series topics much easier to master.