The Core Idea: Alternating Series Test for Convergence
An alternating series is a series in which the terms alternate between positive and negative signs. These series appear in the form or , where the part represents the positive magnitude of each term.
The fundamental challenge is to determine if such a series converges to a finite sum. The Alternating Series Test provides a straightforward, two-step method to determine if an alternating series converges. The test formalizes the intuitive idea that if the terms are consistently shrinking in magnitude and approaching zero, the back-and-forth "steps" of the partial sums will eventually hone in on a specific value.
The Alternating Series Test
For an alternating series of the form or , where for all , the series converges if both of the following conditions are satisfied:
The limit of the terms' magnitudes is zero:
The terms' magnitudes are non-increasing:
This condition must hold for all , or at least for all greater than some integer .
Understanding the Conditions
The two conditions of the Alternating Series Test are both essential for convergence, and each serves a distinct purpose.
The first condition, , ensures that the individual terms of the series eventually become infinitesimally small. If the terms did not approach zero, the partial sums would continue to oscillate by a significant amount, preventing them from settling on a finite limit. This condition is a necessary prerequisite for the convergence of any series.
The second condition, , ensures that the magnitude of the terms is consistently decreasing (or at least not increasing). This guarantees that each successive term brings the partial sum closer to the final limit than the previous term did. The "for all greater than some integer " clause is an important nuance; the terms do not need to be decreasing from the very beginning. As long as the sequence of terms is eventually decreasing, the condition is met.
If both conditions are met, the test guarantees convergence. The test itself does not provide the sum of the series, only that a finite sum exists.
Core Concepts & Rules
Definition: An alternating series is one whose terms alternate in sign, such as or , where is always positive.
The Test: The Alternating Series Test is a tool used specifically to determine if an alternating series converges.
Condition 1 (Limit): The limit of the positive part of the term, , must be zero as approaches infinity. That is, .
Condition 2 (Decreasing): The sequence of positive terms, , must be non-increasing. This means for all terms eventually (i.e., for all for some integer ).
Conclusion: If both of the above conditions are satisfied, you can conclude that the alternating series converges. The test only provides a conclusion of convergence.
Step-by-Step Example 1: Basic Application
Problem: Determine if the alternating harmonic series, , converges.
Step 1: Identify the series type and .
The series is . This is an alternating series.
The form is , where the positive part of the term is .
Step 2: Check the first condition of the Alternating Series Test.
We must check if .
The first condition is met.
Step 3: Check the second condition of the Alternating Series Test.
We must check if for all (or eventually).
Is ?
Since for all , taking the reciprocal reverses the inequality. Thus, is true for all .
The second condition is met.
Step 4: State the conclusion.
Since both conditions of the Alternating Series Test are met ( and is a decreasing sequence), the series converges.
Step-by-Step Example 2: Exam-Style Application
Problem: Determine if the series converges.
Step 1: Identify the series type and .
The series is alternating. The positive part of the term is .
Step 2: Check the first condition of the Alternating Series Test.
We must check if .
This limit is of the indeterminate form . We can use L'Hôpital's Rule.
This is still , so we apply L'Hôpital's Rule again.
The first condition is met.
Step 3: Check the second condition of the Alternating Series Test.
We must check if eventually. This is not immediately obvious, so we can analyze the related function and determine where it is decreasing by checking its derivative.
We want to find where . Since and , the sign of is determined by the term .
The derivative is negative for all . This means the function is decreasing for . Therefore, the sequence of terms is decreasing for all . The "eventually decreasing" condition is met.
Step 4: State the conclusion.
Since and the sequence is decreasing for , both conditions of the Alternating Series Test are met. Therefore, the series converges.
Using Your Calculator
The Alternating Series Test is an analytical test and cannot be performed directly by a calculator. However, a graphing calculator can be a useful tool for verifying the two conditions, especially when they are not obvious.
To verify Condition 1:
Define the function corresponding to . For the series , you would enter
Y1 = ln(X)/X.Use the
TABLEfeature. SetTblStartto a large number (e.g., 1000) andΔTblto a large step (e.g., 100). Observe theY1values. They should be getting progressively closer to 0.Alternatively,
GRAPHthe function and useTRACEfor large values of to visually confirm that the graph is approaching the x-axis ().
To verify Condition 2: (eventually decreasing)
Define the function corresponding to in
Y1.GRAPHthe function. Visually inspect the graph for large values of . The graph should be consistently decreasing (moving downward as you move to the right) after some pointX=N.For a more rigorous check, you can analyze the derivative.
In
Y2, enter the derivative ofY1using the calculator's numerical derivative function (e.g.,nDeriv(Y1, X, X)).Graph
Y2. For the decreasing condition to hold, the graph of the derivative (Y2) must be at or below the x-axis (i.e., be negative or zero) for all greater than some value .
AP Exam Quick Hit
Common Question Types
Direct Application: You will be given an alternating series and asked to determine if it converges. You must state the test you are using and show that both conditions are met.
- Example: "Does the series converge? Justify your answer."
Justifying with Conditions: A multiple-choice question might ask which statement must be true for a series that is known to converge by the Alternating Series Test.
Example: "The series converges by the Alternating Series Test. Which of the following must be true?"
(A) , where
(B) for all
(C) and for all sufficiently large.
Common Mistakes
Forgetting a Condition: A very common error is to only check that and immediately conclude convergence, completely forgetting to verify that the terms are decreasing. Both conditions are required.
Incorrectly Defining : The term is the positive part of the series term. Students sometimes incorrectly include the or when defining and checking the conditions for . Remember, the condition is that .
Giving Up on the Decreasing Condition: If the first few terms are not decreasing (e.g., ), students may incorrectly conclude the test fails. Remember to check if the terms are eventually decreasing, which may require analyzing the derivative of the related function.
Incorrect Conclusion from a Failed Test: The Alternating Series Test can only be used to prove convergence. If one of the conditions fails, you cannot conclude that the series diverges by the Alternating Series Test. If , the series diverges by the nth-Term Test for Divergence, not the AST. If but the terms are not decreasing, the AST is inconclusive.