§ 01What Is a p-Series?
A p-series is any series of the form Σ 1/nᵖ. A single number p determines everything: whether the series converges or diverges, and how quickly the partial sums grow.
p can be any real number, including fractions, decimals, or irrational numbers.
The p-series is not merely a theoretical curio, it is the primary comparison target for dozens of other series. Whenever you see a series whose terms behave like a power of n in the denominator, you are essentially looking at a p-series in disguise, and the comparison tests unlock the answer immediately.
The p-Value Spectrum
§ 02Proof via the Integral Test
The p-series theorem follows directly from the Integral Test, which connects the convergence of Σ f(n) to the convergence of ∫ f(x)dx. The function f(x) = 1/xᵖ is continuous, positive, and decreasing for x ≥ 1, so the test applies.
Case 1: p ≠ 1
Using the power rule for integration:
The integral converges iff p > 1, giving the exact value 1/(p−1).
Case 2: p = 1 (The Harmonic Series)
The logarithm grows without bound, the integral diverges, confirming Σ 1/n diverges.
§ 03The Harmonic Series — Deep Dive
The harmonic series Σ 1/n is the most famous divergent series in mathematics. Its divergence is slow, surprising, and has profound consequences.
Even though the terms 1/n → 0, the series diverges. In fact, the partial sums Hₙ = 1 + 1/2 + 1/3 + ··· + 1/n, called harmonic numbers, grow like ln(n). Specifically, Hₙ ≈ ln(n) + γ where γ ≈ 0.5772 is the Euler-Mascheroni constant.
Cauchy's Condensation Proof (Elementary)
Group the terms in blocks whose sums each exceed 1/2:
Each block of 2ᵏ terms contributes more than 1/2. There are infinitely many blocks, so the sum grows without bound.
Gold curve: partial sums Sₙ. Teal dashed: convergence limit (when p>1). Rust dashed: ln(n) growth reference (harmonic).
§ 04Special Values & Named Series
Several p-series have exact closed-form sums, many involving π. These are known as the Basel problem and its extensions, solved using Fourier analysis and complex analysis.
| p | Series Name | Sum | Status | Decimal |
|---|---|---|---|---|
| 1/2 | Σ 1/√n | — | Diverges | grows ≈ 2√N |
| 1 | Harmonic Series | — | Diverges | grows ≈ ln N |
| 2 | Basel Problem (Euler, 1734) | π²/6 | Converges | ≈ 1.6449 |
| 3 | Apéry's Constant | ζ(3) ≈ 1.202 | Converges | ≈ 1.2021 |
| 4 | — | π⁴/90 | Converges | ≈ 1.0823 |
| 6 | — | π⁶/945 | Converges | ≈ 1.0173 |
| ∞ | — | 1 (only first term) | Converges | = 1.0000 |
Gold bars = 1/nᵖ¹. Teal bars = 1/nᵖ². Larger p means terms decay faster.
§ 05Worked Examples
Does Σn=1∞ 1/n3 converge?
- This is a p-series with p = 3.
- Since p = 3 > 1, the series converges by the p-series test.
- The exact sum is ζ(3) ≈ 1.202 (Apéry's constant).
- Converges (p = 3 > 1)
Does Σn=1∞ 1/n0.99 converge?
- p = 0.99. Since 0.99 < 1, the series diverges.
- Notice: even though p is very close to 1, the test is strict. p ≤ 1 always means divergence.
- The series diverges even though its terms decrease faster than the harmonic series.
- Diverges (p = 0.99 ≤ 1)
Does Σ 1/n3/2 converge?
- p = 3/2 = 1.5 > 1 ⟹ converges.
- This is often written as Σ 1/n√n or Σ 1/√(n³). All equivalent.
- Converges (p = 3/2 > 1)
Does Σn=1∞ n² / n⁵ converge?
- Simplify: n²/n⁵ = 1/n³.
- So the series is Σ 1/n³, a p-series with p = 3 > 1.
- Converges (p = 3)
Does Σn=1∞ 7 / n4 converge? If so, what does it sum to?
- Factor the constant: Σ 7/n⁴ = 7 · Σ 1/n⁴.
- Σ 1/n⁴ is a p-series with p = 4 > 1 ⟹ converges to π⁴/90.
- Therefore Σ 7/n⁴ = 7 · π⁴/90 = 7π⁴/90 ≈ 7.577.
- Converges to 7π⁴/90
Does Σn=1∞ 1 / ∛(n⁴) converge?
- Rewrite: ∛(n⁴) = n^(4/3), so the series is Σ 1/n^(4/3).
- p = 4/3 > 1 ⟹ converges.
- Converges (p = 4/3)
Does Σ (3/n² + 5/n³) converge? Find the sum.
- Split: Σ (3/n² + 5/n³) = 3 · Σ 1/n² + 5 · Σ 1/n³.
- Both are p-series with p = 2 and p = 3, both > 1, both convergent.
- Sum = 3 · (π²/6) + 5 · ζ(3) = π²/2 + 5ζ(3) ≈ 4.935 + 6.010 ≈ 10.945.
- Converges to π²/2 + 5ζ(3)
Use the p-series to determine whether Σ 1/(n² + 4n + 4) converges.
- Factor: n² + 4n + 4 = (n+2)², so Σ 1/(n+2)².
- This is a shifted p-series. For large n, 1/(n+2)² ≤ 1/n².
- Formally, apply LCT: lim [1/(n+2)²] / [1/n²] = lim n²/(n+2)² = 1. Since Σ 1/n² converges, so does this.
- Converges (behaves like p = 2)
Does Σn=1∞ n² (i.e. p = −2) converge?
- Σ n² = Σ 1/n^(−2), so p = −2 ≤ 1.
- More directly: the nth-term test, aₙ = n² → ∞ ≠ 0, so the series diverges immediately.
- Diverges (terms → ∞)
For Σ 1/n², compute ∫₁∞ 1/x² dx. Explain why this is not the series sum.
- ∫₁∞ x⁻² dx = [−x⁻¹]₁∞ = 0 − (−1) = 1.
- The integral test uses this value only to confirm convergence. The integral equals 1, but the series sums to π²/6 ≈ 1.6449.
- The Integral Test gives: 1 = ∫₁∞ 1/x² dx ≤ Σ 1/n² ≤ 1 + ∫₁∞ 1/x² dx = 2. This bounds the sum but does not give the exact value.
- The exact value π²/6 requires Fourier analysis (Basel problem proof).
Does Σn=2∞ 1/(n−1)² converge?
- Substitute m = n − 1 (when n = 2, m = 1; as n → ∞, m → ∞):
- The series becomes Σm=1∞ 1/m², a standard p-series with p = 2.
- p = 2 > 1 ⟹ converges to π²/6.
- Converges (index shift to p = 2 series)
For what values of k does Σ 1/n^(2k−1) converge?
- This is a p-series with p = 2k − 1.
- Converges iff p > 1 iff 2k − 1 > 1 iff 2k > 2 iff k > 1.
- The series converges for k > 1
- At k = 1: p = 1 (harmonic), diverges. At k = 1.5: p = 2, converges to π²/6.
§ 06Common Mistakes
§ 07Related Pages
§ 08Quiz — Test Your Understanding
10 questions on the p-series test, harmonic series, integral connections, and algebraic manipulations.
The p-series Σ 1/nᵖ converges if and only if:
What is the sum of Σn=1∞ 1/n²?
Does Σ 1/√n converge?
What value of p is the boundary between convergence and divergence?
Which of these is also a p-series (after simplification)?
The harmonic series Σ 1/n diverges because:
For what values of k does Σ n^k converge?
∫₁∞ 1/x³ dx = ?
What is the p-value of Σ 1/n^(2/3)?
Σ 1/n converges to ln(2). True or False?