The Core Idea: Integral Test for Convergence
The Integral Test provides a powerful method for determining the convergence or divergence of an infinite series by comparing it to an improper integral. The fundamental concept is that if the terms of a series, , can be represented by a continuous, positive, and decreasing function, , where , then the infinite sum of the discrete terms of the series behaves in the same way as the infinite area under the continuous curve of the function.
Specifically, if the improper integral converges to a finite value (meaning the area is finite), then the series must also converge to a finite sum. Conversely, if the integral diverges (meaning the area is infinite), then the series must also diverge. This test establishes a direct link between the behavior of a series and its corresponding continuous function, allowing us to use the tools of integration to analyze series convergence.
Key Theorems
The Integral Test
If the function is continuous, positive, and decreasing for all , and if , then the series and the improper integral either both converge or both diverge.
Understanding the Conditions and Limitations
The application of the Integral Test is strictly dependent on satisfying three critical conditions for the associated function, , on the interval of integration. Failure to verify these conditions invalidates the test's conclusion.
Continuous: The function must be continuous on the interval . For a series starting at , the function must be continuous on .
Positive: The function must be positive (i.e., ) on the interval .
Decreasing: The function must be decreasing on the interval . This is often the most involved condition to verify. A common method is to show that the derivative, , is negative on the interval.
It is crucial to understand a key limitation of this test: the Integral Test determines convergence or divergence only; it does not find the sum of the series. The value of the convergent integral is not equal to the sum of the convergent series. That is, if , it does not mean that .
Core Concepts & Rules
Function-Series Connection: The Integral Test connects an infinite series to a related improper integral by defining .
Required Conditions: To use the Integral Test, the function must be shown to be continuous, positive, and decreasing for all in the interval of integration (e.g., ).
Shared Fate: If the three conditions are met, the series and the integral share the same convergence behavior.
If converges, then converges.
If diverges, then diverges.
Value vs. Behavior: The test provides no information about the value of the sum of a convergent series. The value of the integral is not the sum of the series.
Step-by-Step Example 1: A Convergent p-Series
Determine if the series converges or diverges.
Step 1: Define the related function.
Let . The terms of the series are given by .
Step 2: Verify the three conditions for .
Continuous: is a rational function whose denominator, , is never zero. Therefore, is continuous for all real numbers, including the interval .
Positive: For , the numerator (1) is positive and the denominator () is positive. Thus, is positive on .
Decreasing: To check if the function is decreasing, we find its derivative.
For , the numerator is negative and the denominator is positive. Therefore, for , which confirms that is decreasing on this interval.
Step 3: Set up and evaluate the improper integral.
Since all three conditions are met, we can apply the Integral Test. We evaluate the improper integral .
The antiderivative of is .
Step 4: State the conclusion.
The improper integral converges to a finite value, . Therefore, by the Integral Test, the series also converges.
Step-by-Step Example 2: A Divergent Series
Determine if the series converges or diverges.
Step 1: Define the related function.
Let . The terms of the series are given by . The series starts at , so we will check conditions and integrate on the interval .
Step 2: Verify the three conditions for .
Continuous: The function is undefined at and . Since our interval is , the function is continuous on this interval.
Positive: For , both and are positive. Therefore, is positive on .
Decreasing: We find the derivative using the quotient rule.
For , the numerator is negative and the denominator is positive. Thus, for , which confirms that is decreasing.
Step 3: Set up and evaluate the improper integral.
All conditions are met, so we evaluate .
We use u-substitution. Let , so .
As , , and therefore . The limit does not exist.
Step 4: State the conclusion.
The improper integral diverges. Therefore, by the Integral Test, the series also diverges.
Using Your Calculator
The Integral Test is an analytical test. A calculator cannot be used to formally prove that the conditions of the test (continuous, positive, decreasing) are met. The derivative must be found and analyzed by hand to justify the "decreasing" condition.
However, a calculator can be useful for checking your evaluation of the improper integral. To approximate the value of a convergent integral or to see if an integral appears to be diverging, you can use the numerical integration function.
For example, to check the result of Example 1, :
Access the numerical integration function (e.g.,
fnInt(on a TI-84 or on the calculator screen).Enter the function, variable, lower limit, and a very large upper limit.
fnInt(1/(x^2+1), X, 1, 10000)
The calculator will return a value close to . This suggests the integral converges, supporting your analytical conclusion.
For Example 2, calculating `fnInt(1/(X*ln(X)), X, 2, 10000)will yield a large number. Trying an even larger upper bound like $100000 will yield an even larger number, suggesting the integral is diverging. This is only for confirmation, not a formal proof.
AP Exam Quick Hit
Common Question Types
Direct Application: You will be given a series and asked to determine if it converges or diverges. The prompt may or may not suggest using the Integral Test.
- Example: "Does the series converge or diverge? Justify your answer."
Verifying Conditions: A multiple-choice question might ask for which of several series the Integral Test can be applied. This requires you to check the "continuous, positive, decreasing" conditions for each option.
Example: "For which of the following series can the Integral Test be used to determine convergence or divergence?"
(A)
(B)
(C)
(D)
(You would need to check which related function is eventually positive and decreasing).
Common Mistakes
Forgetting to Justify Conditions: The most common error is failing to explicitly state and verify that the related function is continuous, positive, and decreasing. No credit is typically awarded for a conclusion based on the Integral Test if the conditions are not checked.
Claiming the Sum Equals the Integral: A major conceptual error is stating that the sum of the series is equal to the value of the improper integral. The test only shows that they share the same convergence behavior.
Errors in Integration: Mistakes in finding the antiderivative or evaluating the limit of the improper integral are common. Be especially careful with u-substitution and limits involving infinity.
Incorrect Derivative for "Decreasing": When verifying the decreasing condition, students may calculate the derivative of incorrectly, leading to a false conclusion about whether the function is decreasing.