AP Calculus BC

Why p Must Exceed 1 for a p-Series

The p-series theorem says the sum of one over n to the p converges exactly when p is strictly greater than one. The boundary is not inclusive: at p equal to one you get the harmonic series, whose terms tend to zero and whose sum still runs away without limit.

p-Series Theorem

n=11np  converges    p>1\sum_{n=1}^{\infty} \frac{1}{n^{p}} \ \text{ converges} \iff p > 1

The series of reciprocal pth powers converges when p is greater than one and diverges when p is at most one.

The hypotheses, and what each one buys

A theorem is only as strong as its conditions. Below, each hypothesis is dropped on its own while every other one is kept, so you can see precisely what it was holding up.

  1. 1

    The exponent satisfies p > 1, strictly

    p>1p > 1

    This is a genuine threshold rather than a rule of thumb, and it is sharp on both sides. The integral test is what locates it: the improper integral of xpx^{-p} from 1 to infinity converges precisely when p>1p > 1, and the series inherits that boundary exactly.

    Drop it and the theorem fails

    n=11n1=n=11n\sum_{n=1}^{\infty} \frac{1}{n^{1}} = \sum_{n=1}^{\infty} \frac{1}{n}

    The harmonic series, the boundary case p = 1

    At p=1p = 1 the terms are 1/n1/n, which tend to zero as slowly as anything you are likely to meet. The check recomputes the exponent from the terms and confirms it is 1, and the theorem then gives divergence. This case cannot be settled by adding terms up: the partial sums grow like lnn\ln n, so after a million terms the total is only about 14, which looks for all the world like it is settling.

  2. 2

    The terms really are a power of n, not merely similar to one

    an=np exactlya_n = n^{-p} \text{ exactly}

    The theorem is about a specific family. Terms like 1/(nlnn)1/(n \ln n) sit between 1/n1/n and 1/n1+ε1/n^{1+\varepsilon} for every positive ε\varepsilon and belong to no p-series at all, so this theorem cannot classify them; the integral test handles that one and returns divergence. For terms that merely behave like a p-series far out, the limit comparison test is the right tool. No counterexample is displayed here, because the failure is that the theorem does not apply rather than that it gives a wrong answer.

    No counterexample built from an elementary formula breaks this one on its own, so none is claimed here.

The counterexample above is checked numerically on every build: each function is evaluated and the conclusion is confirmed to fail. A counterexample that stopped working would fail the build rather than sit here misleading you.

Why it is true

  1. The function f(x)=xpf(x) = x^{-p} is positive, continuous and decreasing on [1,)[1, \infty) for p>0p > 0, so the integral test applies.
  2. For p1p \ne 1 the improper integral evaluates to limbb1p11p\lim_{b \to \infty} \frac{b^{1-p} - 1}{1 - p}.
  3. That limit is finite exactly when the exponent 1p1 - p is negative, which says p>1p > 1.
  4. For p=1p = 1 the antiderivative is lnx\ln x instead, and lnb\ln b runs to infinity, so the integral diverges and the series with it. The two cases have different antiderivatives, which is why p=1p = 1 has to be checked separately rather than read off the general formula.

What it does not say

The harmonic series converges because its terms go to zero.

It does not. This is the standard example showing that vanishing terms are necessary and not sufficient, and it is the reason the nth term test can never prove convergence.

Series with p close to 1 behave similarly on either side.

The threshold is sharp. 1/n1.01\sum 1/n^{1.01} converges and 1/n0.99\sum 1/n^{0.99} diverges, and no finite computation can tell them apart: after ten million terms both have grown by about two per decade. Only the theorem separates them.

Any series with terms 1 over a polynomial is a p-series.

Only pure powers of n qualify. 1/(n2+1)\sum 1/(n^2 + 1) is not a p-series, though the limit comparison test against 1/n2\sum 1/n^2 settles it in one line.

Frequently asked questions

Is the harmonic series a p-series?

Yes, with p=1p = 1. It is the boundary case, and it diverges, which is what makes the strict inequality in the theorem matter.

What about p less than zero?

Then the terms grow rather than shrink, so they do not tend to zero and the nth term test gives divergence immediately. The theorem still holds, since p1p \le 1 covers it.