p-Series in Convergence Tests I
students, imagine watching a ball roll across a table. Each bounce gets smaller and smaller, but the ball may still keep bouncing forever. In Calculus 2, we ask a similar question about infinite series: do they keep adding up to a finite total, or do they grow without bound? One of the most important series to study is the p-series 📘
In this lesson, you will learn:
- what a p-series is and how to recognize one,
- how to decide whether a p-series converges or diverges,
- how p-series connect to the larger group of Convergence Tests I,
- how to use p-series as a benchmark for other series,
- and why these series matter in real calculations and modeling.
By the end, students, you should be able to spot a p-series quickly, state its convergence rule, and explain how it fits into the bigger picture of infinite series.
What Is a p-Series?
A p-series is an infinite series of the form
$$\sum_{n=1}^{\infty} \frac{1}{n^p}$$
where $p$ is a real number. The number $p$ is called the power or exponent in the denominator.
Here are some examples:
- $$\sum_{n=1}^{\infty} \frac{1}{n}$$
- $$\sum_{n=1}^{\infty} \frac{1}{n^2}$$
- $$\sum_{n=1}^{\infty} \frac{1}{n^{1/2}}$$
- $$\sum_{n=1}^{\infty} \frac{1}{n^5}$$
All of these are p-series because they match the pattern $\frac{1}{n^p}$.
A p-series is special because its convergence depends only on the value of $p$, not on complicated algebra or trig functions. That makes it a very important “reference series” in Calculus 2 🧠
Key terminology
- Series: an infinite sum such as $\sum_{n=1}^{\infty} a_n$
- Term: one piece of the series, such as $a_n = \frac{1}{n^p}$
- Convergent: the sum approaches a finite number
- Divergent: the sum does not approach a finite number
For a p-series, the question is simple: does the infinite sum settle down to a finite value, or does it keep growing?
The p-Series Test
The main rule is easy to remember:
$$\sum_{n=1}^{\infty} \frac{1}{n^p} \text{ converges if } p>1$$
and
$$\sum_{n=1}^{\infty} \frac{1}{n^p} \text{ diverges if } p\le 1$$
This is called the p-series test.
Let’s look at the most important cases.
Case 1: $p>1$
If the exponent in the denominator is greater than $1$, the terms shrink fast enough for the sum to converge.
Example:
$$\sum_{n=1}^{\infty} \frac{1}{n^2}$$
This series converges because $p=2>1$.
Even though the terms become very small, it is important to remember that the sum does not have to be easy to compute exactly for us to know it converges. In fact, this series converges to a finite number, but that number is not obvious from the formula alone.
Case 2: $p=1$
If $p=1$, the series becomes
$$\sum_{n=1}^{\infty} \frac{1}{n}$$
This is the harmonic series, and it diverges.
This result surprises many students because the terms $\frac{1}{n}$ do get smaller and smaller. But shrinking terms alone are not enough. The sum still grows without bound, although slowly.
Case 3: $p<1$
If $p$ is less than $1$, the terms shrink even more slowly than the harmonic series.
Example:
$$\sum_{n=1}^{\infty} \frac{1}{n^{1/2}}$$
Since $p=\frac{1}{2}<1$, this series diverges.
In general, if a p-series fails at $p=1$, then any smaller exponent also fails. The terms are simply too large for the infinite sum to settle to a finite total.
Why the Rule Works
You may wonder why the cutoff is exactly at $p=1$. A major idea from Calculus 2 is that infinite sums and areas under curves are closely connected. The graph of
$$f(x)=\frac{1}{x^p}$$
is positive and decreasing for $x\ge 1$ when $p>0$. This makes it a good candidate for the Integral Test, which compares a series to an improper integral.
For the p-series,
$$\sum_{n=1}^{\infty} \frac{1}{n^p}$$
is connected to
$$\int_1^{\infty} \frac{1}{x^p}\,dx$$
When $p>1$, this improper integral converges. When $p\le 1$, it diverges. That result matches the p-series test.
This connection is useful because it shows that the behavior of the series is not random. The terms behave like the areas under a curve, and the rate at which the curve decays determines whether the total stays finite.
A quick integral check
If $p\ne 1$, then
$$\int \frac{1}{x^p}\,dx = \int x^{-p}\,dx = \frac{x^{1-p}}{1-p}+C$$
Now evaluate from $1$ to $b$:
$$\int_1^b \frac{1}{x^p}\,dx = \frac{b^{1-p}-1}{1-p}$$
- If $p>1$, then $1-p<0$, so $b^{1-p}\to 0$ as $b\to\infty$, and the integral converges.
- If $p<1$, then $1-p>0$, so $b^{1-p}\to\infty$, and the integral diverges.
- If $p=1$, then the integral becomes
$$\int_1^b \frac{1}{x}\,dx = \ln b$$
which also diverges as $b\to\infty$.
This is one reason p-series are included in Convergence Tests I: they help connect the p-series test to the Integral Test and build intuition about decay rates.
Examples and Practice Reasoning
Let’s walk through several examples carefully.
Example 1: Determine convergence
Consider
$$\sum_{n=1}^{\infty} \frac{1}{n^{3}}$$
Here, $p=3$. Since $3>1$, the series converges.
Example 2: Determine divergence
Consider
$$\sum_{n=1}^{\infty} \frac{1}{n^{2/3}}$$
Here, $p=\frac{2}{3}$. Since $\frac{2}{3}<1$, the series diverges.
Example 3: Recognize a hidden p-series
Consider
$$\sum_{n=1}^{\infty} \frac{5}{n^{4}}$$
This is still a p-series in disguise because the constant factor $5$ does not change whether the series converges. Since $p=4>1$, it converges.
This uses a basic rule from series: multiplying every term by a nonzero constant does not change convergence or divergence.
Example 4: Compare with a p-series
Suppose you see
$$\sum_{n=1}^{\infty} \frac{1}{n^2+1}$$
This is not exactly a p-series, but it behaves similarly to
$$\sum_{n=1}^{\infty} \frac{1}{n^2}$$
for large $n$. Since $\frac{1}{n^2+1}$ is smaller than $\frac{1}{n^2}$ for every $n\ge 1$, and the p-series with $p=2$ converges, this comparison suggests the given series converges too. The p-series becomes a reference point for more advanced comparison tests.
Example 5: A borderline case
Consider
$$\sum_{n=1}^{\infty} \frac{1}{n}$$
This is the harmonic series. Even though $\frac{1}{n}\to 0$, the series diverges. This example is important because it shows that the limit of the terms alone does not decide convergence. students, this is one of the most common mistakes in series problems.
p-Series in the Bigger Picture of Convergence Tests I
The topic Convergence Tests I usually includes the Divergence Test, the Integral Test, and p-series. These three ideas work together.
1. Divergence Test
The Divergence Test says that if
$$\lim_{n\to\infty} a_n \ne 0$$
or the limit does not exist, then
$$\sum_{n=1}^{\infty} a_n$$
diverges.
For p-series, the terms do go to zero when $p>0$, so the Divergence Test alone cannot prove convergence. It can only rule out impossible cases. For example, it cannot prove whether
$$\sum_{n=1}^{\infty} \frac{1}{n^2}$$
converges, because the terms do go to zero.
2. Integral Test
The Integral Test is often used with p-series-type functions like
$$f(x)=\frac{1}{x^p}$$
because the function is positive, continuous, and decreasing for $x\ge 1$ when $p>0$. This test gives a powerful way to confirm the p-series rule.
3. p-Series as a benchmark
Because p-series have a clear convergence rule, they help you compare other series to a known standard. If a complicated series looks like
$$\frac{1}{n^p}$$
for large $n$, then the p-series test or comparison to a p-series may help you decide what happens.
This is why p-series are not just a memorization topic. They are a foundation for later convergence tests and for analyzing more complex infinite sums.
Conclusion
students, p-series are one of the clearest and most important families of infinite series in Calculus 2. The rule is simple:
$$\sum_{n=1}^{\infty} \frac{1}{n^p}$$
converges when $p>1$ and diverges when $p\le 1$.
This lesson also showed why the rule is connected to the Integral Test and how p-series fit into Convergence Tests I alongside the Divergence Test. When you see a series with powers in the denominator, your first job is to ask whether it matches a p-series or can be compared to one. That skill will help you solve more advanced problems with confidence 📚
Study Notes
- A p-series has the form $\sum_{n=1}^{\infty} \frac{1}{n^p}$.
- The p-series test says the series converges if $p>1$ and diverges if $p\le 1$.
- The harmonic series $\sum_{n=1}^{\infty} \frac{1}{n}$ is the special case $p=1$ and diverges.
- If $p<1$, the terms shrink too slowly, so the p-series diverges.
- If $p>1$, the terms shrink fast enough, so the p-series converges.
- The Divergence Test can show a series diverges if the terms do not approach $0$, but it cannot prove a p-series converges.
- The Integral Test connects p-series to $\int_1^{\infty} \frac{1}{x^p}\,dx$.
- p-series are important reference series for comparing more complicated series.
- A constant multiple, like $5\sum_{n=1}^{\infty} \frac{1}{n^4}$, does not change whether the series converges.
- Always check whether a series can be rewritten, simplified, or compared to a p-series before using more advanced tests.
