10. Infinite Sequences and Series

Harmonic Series And P-series

Harmonic Series and $p$-Series

If you have ever watched a line of people get longer and longer, you know it can grow forever without ever “ending.” Infinite series work the same way: some grow into a finite total, and some do not. In this lesson, students, you will learn two of the most important examples in AP Calculus BC: the harmonic series and $p$-series 📚. These series are test cases for understanding convergence and divergence, and they also help you build intuition for more advanced tests later in the course.

What You Will Learn

By the end of this lesson, students, you should be able to:

  • Define the harmonic series and a $p$-series.
  • Decide when a $p$-series converges or diverges.
  • Explain why the harmonic series diverges even though its terms get very small.
  • Use comparison ideas to connect these series to other infinite series.
  • Recognize why these examples matter in AP Calculus BC.

The big idea is simple: just because the terms of a series approach $0$ does not mean the series has a finite sum. That fact surprises many students at first, and the harmonic series is the classic example 😮.

The Harmonic Series

The harmonic series is

$$

$\sum_{n=1}$^{$\infty$} $\frac{1}{n}$ = 1 + $\frac{1}{2}$ + $\frac{1}{3}$ + $\frac{1}{4}$ + $\cdots$

$$

This series is called “harmonic” because the terms are related to frequencies in music and physics, but in calculus it is mainly used as a famous example of a series that diverges.

Even though the terms $\frac{1}{n}$ get smaller and smaller, the total keeps growing without bound. That means the harmonic series does not approach a finite number. In symbols, we write

$$

$\sum_{n=1}^{\infty} \frac{1}{n} = \infty$

$$

meaning the partial sums increase without limit.

A useful way to see this is by grouping terms:

$$

1 + $\frac{1}{2}$ + $\left($$\frac{1}{3}$+$\frac{1}{4}$$\right)$ + $\left($$\frac{1}{5}$+$\frac{1}{6}$+$\frac{1}{7}$+$\frac{1}{8}$$\right)$ + $\cdots$

$$

Each group can be compared to a simpler fraction. For example,

$$

$\frac{1}{3}+\frac{1}{4} > \frac{1}{4}+\frac{1}{4} = \frac{1}{2}$

$$

and

$$

$\frac{1}{5}$+$\frac{1}{6}$+$\frac{1}{7}$+$\frac{1}{8}$ > $4\left($$\frac{1}{8}$$\right)$=$\frac{1}{2}$.

$$

In general, each group after the first two adds at least $\frac{1}{2}$. Since there are infinitely many groups, the sum cannot stay finite. This gives a strong reason that the harmonic series diverges.

A helpful AP-style takeaway is this: the condition $\lim_{n\to\infty} a_n = 0$ is necessary for a series $\sum a_n$ to converge, but it is not enough. For the harmonic series, $\lim_{n\to\infty} \frac{1}{n} = 0$, yet the series still diverges.

What Is a $p$-Series?

A $p$-series is any infinite series of the form

$$

$\sum_{n=1}^{\infty} \frac{1}{n^p}$

$$

where $p$ is a real number. This family includes the harmonic series as a special case. If $p=1$, then

$$

$\sum_{n=1}^{\infty} \frac{1}{n^1} = \sum_{n=1}^{\infty} \frac{1}{n},$

$$

which is exactly the harmonic series.

The behavior of a $p$-series depends completely on the value of $p$:

  • If $p>1$, the series converges.
  • If $p\le 1$, the series diverges.

This is one of the most important facts in AP Calculus BC because it gives you a fast way to analyze many series without computing a sum directly.

Why the Rule Works

The convergence rule for $p$-series can be justified using the integral test. Consider

$$

$\int_{1}^{\infty} \frac{1}{x^p}\,dx.$

$$

For $p\ne 1$, this integral becomes

$$

$\int_{1}^{\infty} x^{-p}\,dx = \left[\frac{x^{1-p}}{1-p}\right]_{1}^{\infty}.$

$$

Now look at the exponent $1-p$:

  • If $p>1$, then $1-p<0$, so $x^{1-p}\to 0$ as $x\to\infty$. The improper integral converges.
  • If $p<1$, then $1-p>0$, so the expression grows without bound. The improper integral diverges.
  • If $p=1$, the integrand is $\frac{1}{x}$, and

$$

$\int_{1}^{\infty} \frac{1}{x}\,dx = \left[\ln x\right]_{1}^{\infty},$

$$

which diverges.

Because the integral test connects the integral and the series, the same convergence pattern applies to $p$-series.

Examples You Should Know

Let’s practice identifying whether a series converges or diverges.

Example 1: Harmonic Series

$$

$\sum_{n=1}^{\infty} \frac{1}{n}$

$$

This is the harmonic series, so it diverges.

Example 2: A Convergent $p$-Series

$$

$\sum_{n=1}^{\infty} \frac{1}{n^2}$

$$

Here, $p=2>1$, so the series converges.

Example 3: A Divergent $p$-Series

$$

$\sum_{n=1}^{\infty} \frac{1}{n^{1/2}}$

$$

Here, $p=\frac{1}{2}\le 1$, so the series diverges.

Example 4: Another Convergent Case

$$

$\sum_{n=1}^{\infty} \frac{1}{n^{3/2}}$

$$

Since $p=\frac{3}{2}>1$, this series converges.

Example 5: Shifted Index Form

$$

$\sum_{n=2}^{\infty} \frac{1}{n^3}$

$$

The starting index does not change the convergence type. This is still a $p$-series with $p=3$, so it converges.

This is an important AP Calculus BC skill: focus on the general pattern of the terms, not just the exact starting number.

How to Recognize a $p$-Series in the Wild

Not every series is written exactly as $\sum \frac{1}{n^p}$. Sometimes you need to rewrite or compare it.

For example,

$$

$\sum_{n=1}^{\infty} \frac{5}{n^2}$

$$

is a constant multiple of a $p$-series. Since constants do not affect convergence, it still converges because $p=2>1$.

Another example is

$$

$\sum_{n=1}^{\infty} \frac{1}{(n+4)^2}.$

$$

This is not written exactly in $p$-series form, but it behaves like $\frac{1}{n^2}$ for large $n$. In many AP problems, you can use comparison or limit comparison reasoning to connect it to a known $p$-series.

The key idea is that $p$-series are often used as benchmark series. If another series has terms that act similarly to $\frac{1}{n^p}$ for large $n$, then the $p$-series can help determine its behavior.

Connection to the Bigger Unit

The harmonic series and $p$-series are not just isolated facts. They are part of the larger AP Calculus BC study of infinite sequences and series.

Here is why they matter:

  • They give you one of the first clear examples of convergence and divergence.
  • They are used as comparison series in later tests, such as the comparison test and limit comparison test.
  • They help build intuition for error estimates and approximations, because convergence tells you whether a series can represent a finite quantity.
  • They show that series can behave differently from sequences. For example, the sequence $\left\{\frac{1}{n}\right\}$ converges to $0$, but the harmonic series $\sum_{n=1}^{\infty} \frac{1}{n}$ diverges.

That difference is a major conceptual checkpoint in the course.

Common Mistakes to Avoid

students, here are a few mistakes students often make:

  • Thinking that $a_n \to 0$ automatically means $\sum a_n$ converges.
  • Forgetting that the harmonic series is the $p$-series with $p=1$.
  • Mixing up the rules: $p>1$ means convergence, while $p\le 1$ means divergence.
  • Ignoring that constants like $5$ or $\frac{1}{3}$ do not change convergence.
  • Assuming a shifted index, such as $n+1$ or $n+4$, changes the basic convergence type.

A strong habit is to ask: “Can I rewrite this series to match a known $p$-series or compare it to one?” That question often leads to the correct AP answer ✅.

Conclusion

The harmonic series and $p$-series are foundational tools in AP Calculus BC. The harmonic series,

$$

$\sum_{n=1}^{\infty} \frac{1}{n},$

$$

diverges even though its terms approach $0$. More generally, the $p$-series

$$

$\sum_{n=1}^{\infty} \frac{1}{n^p}$

$$

converges when $p>1$ and diverges when $p\le 1$. These results give you a fast and reliable way to analyze many infinite series and prepare for more advanced convergence tests later in the unit.

Study Notes

  • The harmonic series is $\sum_{n=1}^{\infty} \frac{1}{n}$.
  • The harmonic series diverges.
  • A $p$-series has the form $\sum_{n=1}^{\infty} \frac{1}{n^p}$.
  • A $p$-series converges if $p>1$.
  • A $p$-series diverges if $p\le 1$.
  • The fact that $\lim_{n\to\infty} a_n = 0$ is necessary for convergence, but not sufficient.
  • The harmonic series is the $p$-series with $p=1$.
  • Constants and shifted starting indices do not change the convergence type of a $p$-series.
  • $p$-series are important comparison series in AP Calculus BC.
  • Understanding these examples helps with later topics such as comparison tests and error bounds.

Practice Quiz

5 questions to test your understanding