P-Series

College Depth 76 in the knowledge graph I know this Set as goal
Unlocks 473 downstream topics
series p-series convergence benchmark

Core Idea

A p-series is sum from n=1 to infinity of 1/n^p. It converges if p > 1 and diverges if p <= 1. The case p = 1 is the harmonic series, the most famous divergent series. The convergence boundary at p = 1 matches the p-integral test and serves as the primary benchmark for comparison tests. Knowing p-series convergence is essential for all subsequent convergence tests.

How It's Best Learned

Prove convergence/divergence using the integral test (integral of 1/x^p). Study the harmonic series carefully to understand why terms going to zero is not sufficient for convergence. Use p-series as comparison benchmarks for other series.

Common Misconceptions

Explainer

From your work with series, you know that convergence asks whether the infinite sum of a sequence of terms adds up to a finite number. From improper integrals, you know that ∫₁^∞ 1/x^p dx converges when p > 1 and diverges when p ≤ 1 — this is a boundary you calculated explicitly. The p-series ∑ 1/n^p mirrors this exactly, and that's not a coincidence: it's because the integral test directly connects the two. The integral test says that ∑f(n) and ∫f(x) dx converge or diverge together for positive, decreasing f. Since f(x) = 1/x^p is exactly that kind of function, the series and integral share the same fate at the same boundary: p-series converges if and only if p > 1.

The most important special case is p = 1, the harmonic series: 1 + 1/2 + 1/3 + 1/4 + .... This diverges, and it is the canonical example that demolishes the intuition "if the terms go to zero, the series converges." The terms 1/n do go to zero, yet the sum grows without bound. The divergence is very slow — the partial sums only grow like ln(n) — but they do grow forever. The standard proof groups the terms: the 2nd term is ≥ 1/2, the 3rd and 4th terms together are ≥ 1/4 + 1/4 = 1/2, the next four terms are ≥ 1/2, and so on. Each doubling block contributes at least 1/2, so the sum is unbounded. Knowing this failure of a seemingly reasonable test is essential for understanding why the full arsenal of convergence tests is necessary.

When p > 1, the series converges, and the convergence improves as p increases. The series ∑ 1/n² converges (its sum is π²/6, a famous result), ∑ 1/n³ converges to a smaller value, and so on. When p ≤ 0, the terms don't even go to zero, so divergence is immediate by the divergence test. The boundary is precisely p = 1: just below it (like p = 0.99), the terms go to zero but too slowly to converge; just above it (like p = 1.01), the terms go to zero fast enough that the partial sums have a finite limit.

The practical reason to master p-series is that they serve as benchmark comparisons for the comparison tests you'll use next. When you encounter a series like ∑ 1/(n² + 3n), you compare it to ∑ 1/n² (which converges, p = 2) or ∑ 1/√n (which diverges, p = 1/2). If your series is eventually smaller than a convergent p-series, it converges; if it's eventually larger than a divergent one, it diverges. P-series are the reference standards of the comparison test world — knowing their behavior by heart transforms every subsequent convergence analysis into a pattern-matching exercise.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-SubstitutionPartial Fraction Decomposition for IntegrationImproper Integrals - ConvergenceIntegral TestP-Series

Longest path: 77 steps · 330 total prerequisite topics

Prerequisites (3)

Leads To (1)