Positive Series
Key Formula
n=1∑∞anwhere an>0 for all n
Where:
- an = The nth term of the series, which must be strictly positive
- n = The index of summation, typically starting at 1
Worked Example
Problem: Determine whether the series is a positive series and whether it converges: the sum from n = 1 to infinity of 1/n².
Step 1: Check that every term is positive. For all positive integers n, n² > 0, so 1/n² > 0.
an=n21>0for all n≥1
Step 2: Since every term is positive, this is indeed a positive series. The partial sums are increasing: S₁ = 1, S₂ = 1.25, S₃ ≈ 1.361, and so on.
S1=1,S2=1+41=45,S3=45+91=3649
Step 3: Because this is a positive series, we can apply the Integral Test. The function f(x) = 1/x² is positive, continuous, and decreasing on [1, ∞). Evaluate the improper integral.
∫1∞x21dx=[−x1]1∞=0−(−1)=1
Step 4: The integral converges (to 1), so by the Integral Test the series also converges. In fact, its exact sum is known to be π²/6.
n=1∑∞n21=6π2≈1.6449
Answer: The series ∑ 1/n² is a positive series, and it converges to π²/6.
Another Example
Problem: Is the series ∑ from n = 1 to infinity of 1/n (the harmonic series) a positive series? Does it converge?
Step 1: Each term is 1/n, which is positive for all n ≥ 1, so this is a positive series.
an=n1>0
Step 2: Apply the Integral Test. The integral of 1/x from 1 to infinity diverges.
∫1∞x1dx=b→∞limlnb=∞
Step 3: The integral diverges, so the harmonic series diverges. Being a positive series does not guarantee convergence—it only guarantees the partial sums increase without oscillating.
Answer: The harmonic series is a positive series, but it diverges to infinity.
Frequently Asked Questions
Why do positive series matter for convergence tests?
Many convergence tests—such as the Integral Test, Comparison Test, Limit Comparison Test, and Ratio Test—require (or are most naturally stated for) positive series. The key reason is that when all terms are positive, the partial sums form a monotone increasing sequence. By the Monotone Convergence Theorem, such a sequence converges if and only if it is bounded above, which makes the convergence question simpler to analyze.
Is a positive series the same as a nonnegative series?
Not exactly. A positive series requires every term to be strictly greater than zero (aₙ > 0). A nonnegative series allows terms to equal zero (aₙ ≥ 0). In practice, having finitely many zero terms does not affect convergence, so the distinction rarely matters for convergence tests. However, the standard definition of a positive series uses strict positivity.
Positive Series vs. Alternating Series
A positive series has all terms positive, so its partial sums always increase. An alternating series has terms that alternate in sign (positive, negative, positive, …), so its partial sums bounce above and below the eventual limit. Different convergence tests apply: positive series use the Integral Test, Comparison Test, or Ratio Test, while alternating series use the Alternating Series Test. A series can converge as an alternating series even when the corresponding positive series (its absolute values) diverges—this is called conditional convergence.
Why It Matters
Identifying a series as positive unlocks the most commonly used convergence tests in calculus, including the Integral Test, Direct Comparison Test, Limit Comparison Test, and Ratio Test. The monotone-increasing behavior of the partial sums simplifies analysis considerably: you only need to show the sums are bounded to prove convergence. Positive series also form the foundation for understanding absolute convergence, since testing whether ∑∣an∣ converges means testing a positive series.
Common Mistakes
Mistake: Assuming a positive series must converge because all terms are positive and getting smaller.
Correction: Decreasing positive terms are necessary but not sufficient for convergence. The harmonic series ∑ 1/n has decreasing positive terms but diverges. You must apply an actual convergence test.
Mistake: Applying the Comparison Test or Integral Test to a series with some negative terms without taking absolute values first.
Correction: These tests are designed for positive series. If your series has negative terms, either take absolute values (to test for absolute convergence) or use a test suited for series with mixed signs, such as the Alternating Series Test.
Related Terms
- Series — General concept that positive series is a type of
- Term — Each individual element aₙ in the series
- Positive Number — Every term in a positive series is one
- Integral Test — Key convergence test for positive series
- Integral Test Remainder — Estimates error when approximating a positive series
- Comparison Test — Compares two positive series for convergence
- Alternating Series — Series with sign changes, contrasts with positive series
- Absolute Convergence — Convergence of the positive series of absolute values
