# Harmonic series and p-series

> AP Calculus BC · Unit 10: Infinite Sequences and Series
> Source: https://www.owlsprep.com/study/ap-calculus-bc-u10-harmonic-series-and-p-series/

This guide covers definitions of harmonic and p-series, the p-test for convergence, and handling transformed p-series for AP Calculus BC. You’ll learn core rules, worked examples, and common exam traps to avoid.

**Prerequisites:** Evaluating improper integrals; Limits of sequences; Definition of infinite series convergence; nth term test for divergence

## Learning objectives

- Define harmonic series and general p-series
- Apply the p-test to classify convergence or divergence
- Identify convergence behavior of transformed p-series
- Use p-series properties for comparison and bounding problems

## What Are Harmonic Series and p-Series?

Harmonic series and p-series are foundational classes of positive-term infinite series, used as critical benchmarks for all other convergence tests in AP Calculus BC. This topic is part of Unit 10, which makes up 17-18% of your total AP exam score, and appears in both multiple-choice and free-response sections.

**p-series** — An infinite series where each term is the reciprocal of $n^p$ for a constant real exponent $p$. The harmonic series is the specific case when $p=1$.

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

*Example:* Harmonic series: $\sum_{n=1}^\infty \frac{1}{n}$; convergent p-series: $\sum_{n=1}^\infty \frac{1}{n^2}$

On the AP exam, you will almost never need to calculate the exact sum of a convergent p-series. You only need to correctly classify it as convergent or divergent, and this mastery is required for all subsequent convergence test topics.

## The Harmonic Series: Definition and Divergence

**Harmonic Series** — The specific p-series with $p=1$, consisting of reciprocals of all positive integers. Despite terms approaching 0, it diverges to positive infinity.

*Notation:* $\sum_{n=1}^\infty \frac{1}{n} = 1 + \frac{1}{2} + \frac{1}{3} + ...$

*Example:* Divergence is proven via grouping terms to show partial sums grow without bound.

A common misconception is that the harmonic series converges because $\lim_{n \to \infty} \frac{1}{n} = 0$. The nth term test only guarantees divergence if the limit is non-zero; it does not prove convergence when the limit is zero, and the harmonic series is the key counterexample to this mistake.

**Worked example:** Use the divergence of the harmonic series and limit comparison to determine if $\sum_{n=1}^\infty \frac{2n + 1}{n^2 + 4n}$ diverges.

1. For large $n$, leading terms of the numerator and denominator dominate, so the general term behaves like:
2. $$\frac{2n}{n^2} = \frac{2}{n}$$
3. which is 2 times the harmonic series term.
4. Compute the limit of the ratio of the given term to the harmonic term:
5. $$\lim_{n \to \infty} \frac{\frac{2n + 1}{n^2 + 4n}}{\frac{1}{n}} = \lim_{n \to \infty} \frac{2n^2 + n}{n^2 + 4n} = 2$$
6. This limit is positive and finite, so by the limit comparison test, the given series has the same convergence behavior as the harmonic series.
7. The harmonic series is known to diverge, so the given series also diverges.

> **Exam tip:** When justifying divergence of a series that behaves like $C/n$ for a non-zero constant $C$ on an FRQ, you can cite the divergence of the harmonic series directly to save time.

## General p-Series and the p-Test

A general p-series follows the form $\sum_{n=1}^\infty \frac{1}{n^p}$ for constant real $p$. The p-test for convergence is derived directly from the Integral Test, which relates series convergence to convergence of improper integrals for positive decreasing functions.

**Derivation:** Prove the p-test convergence rule for p-series

*Starting from:* Integral Test: for $f(x) = \frac{1}{x^p}$ positive and decreasing for $x \geq 1$, $\sum_{n=1}^\infty \frac{1}{n^p}$ converges if and only if $\int_1^\infty \frac{1}{x^p} dx$ converges.

1. Case 1: $p = 1$
2. $$\int_1^\infty \frac{1}{x} dx = \lim_{b \to \infty} \ln b = \infty$$
3. The integral diverges, so the harmonic series also diverges.
4. Case 2: $p \neq 1$
5. $$\int_1^\infty x^{-p} dx = \lim_{b \to \infty} \frac{b^{1-p} - 1}{1-p}$$
6. If $p > 1$, $1-p < 0$, so $b^{1-p} \to 0$ as $b \to \infty$, so the integral converges.
7. If $p < 1$, $1-p > 0$, so $b^{1-p} \to \infty$ as $b \to \infty$, so the integral diverges.

*Conclusion:* A p-series $\sum_{n=1}^\infty \frac{1}{n^p}$ converges if $p > 1$ and diverges if $p \leq 1$. This core result must be memorized for the AP exam.

**Worked example:** Classify $\sum_{n=1}^\infty \frac{1}{\sqrt{n^3}}$ as convergent or divergent, and justify your answer.

1. Rewrite the general term in standard p-series form using exponent rules:
2. $$\sqrt{n^3} = n^{3/2}, \text{ so } \frac{1}{\sqrt{n^3}} = \frac{1}{n^{3/2}}$$
3. This matches the definition of a p-series, so we identify $p = \frac{3}{2} = 1.5$.
4. Apply the p-test rule: p-series converge when $p > 1$.
5. Since $1.5 > 1$, the given p-series converges.

> **Exam tip:** Always rewrite radicals as fractional exponents to avoid misidentifying $p$ — this quick step eliminates a common avoidable error.

## Transformed p-Series: Scaling, Shifting, Reindexing

AP exam questions almost never ask you to classify a pure standard p-series starting at $n=1$ with leading coefficient 1. Instead, you will encounter transformed p-series, but these transformations do not change convergence behavior, because convergence only depends on the infinite tail of the series.

1. **Scaling by a non-zero constant**: $\sum_{n=k}^\infty \frac{C}{n^p}$ has the same convergence as the original p-series. Multiplying by a constant only changes the sum, not whether it converges.
2. **Changing the starting index**: Adding or removing a finite number of terms never changes convergence. Only the infinite tail determines convergence.
3. **Shifted $n$**: $\sum_{n=k}^\infty \frac{1}{(n + c)^p}$ is just a reindexed p-series, so it has the same convergence as the original.

**Worked example:** Determine if $\sum_{n=4}^\infty \frac{5}{(n - 1)^{0.9}}$ converges or diverges.

1. Simplify the index by substitution: let $m = n - 1$. When $n=4$, $m=3$, so the series becomes:
2. $$5 \sum_{m=3}^\infty \frac{1}{m^{0.9}}$$
3. This is a constant multiple of a p-series starting at $m=3$ with $p = 0.9$.
4. Constant scaling and a finite starting index do not change convergence, so we only need to check $p$ against the p-test rule.
5. Since $0.9 < 1$, the p-series diverges, so the original transformed series also diverges.

**Check your understanding**

Test your understanding with this AP-style multiple choice question:

1. Which of the following statements about the series $\sum_{n=1}^\infty \frac{4}{n^{0.95}}$ is true?

   - (A) The series converges because $0.95 < 1$
   - (B) The series diverges because $0.95 < 1$
   - (C) The series converges because $\lim_{n \to \infty} \frac{4}{n^{0.95}} = 0$
   - (D) The series diverges because $\lim_{n \to \infty} \frac{4}{n^{0.95}} = 0$

   *Answer:* (B) The series diverges because $0.95 < 1$

   *Why:* Correct: This is a p-series with $p=0.95 \leq 1$, so it diverges. The nth term approaching zero is a necessary condition for convergence, not a cause of divergence.

> **Exam tip:** If $p$ is given as a decimal, write it next to 1 on your scratch paper to quickly compare: writing $0.9 < 1 < 1.2$ makes it impossible to mix up the direction of the inequality.

## Common pitfalls

- **Wrong:** Claiming a p-series $\sum 1/n^p$ converges whenever $p > 0$.
  - Why it fails: Students confuse the direction of the p-test inequality, forgetting that larger exponents make terms decay faster.
  - Correct: Memorize the rule: *p greater than 1 = converges, p 1 or less = diverges*. Write it on your scratch paper at the start of the exam.
- **Wrong:** Claiming the harmonic series converges because $\lim_{n \to \infty} 1/n = 0$.
  - Why it fails: Students misremember the nth term test, which only gives a divergence condition, not a convergence condition.
  - Correct: Remember the harmonic series is the classic counterexample to the 'terms go to zero so series converges' mistake, and always cite it as divergent.
- **Wrong:** Misidentifying $p$ for $\sum 1/\sqrt{n}$ as $p=2$, leading to a false claim of convergence.
  - Why it fails: Students confuse the index of the radical with the exponent $p$.
  - Correct: Always rewrite radicals as exponents: $\sqrt{n} = n^{1/2}$, so $p = 1/2$, then apply the p-test.
- **Wrong:** Claiming $\sum_{n=100}^\infty 1/n$ converges because 99 divergent terms were removed from the start of the harmonic series.
  - Why it fails: Students incorrectly assume that removing finite terms changes the convergence behavior of an infinite series.
  - Correct: Remember that only the infinite tail of the series determines convergence; any finite number of added or removed terms does not change convergence.
- **Wrong:** Claiming $\sum_{n=1}^\infty 1/(n + 2)$ is not a p-series, or that it converges because it is shifted.
  - Why it fails: Students forget that a constant shift of $n$ is just a reindexing, not a change to the p-value.
  - Correct: Reindex shifted series to confirm it is a p-series with the same p, so it follows the same convergence rule.

## Cheatsheet

| Category | Formula/Rule | Notes |
| --- | --- | --- |
| Harmonic Series | $\sum_{n=1}^\infty \frac{1}{n}$ | Specific p-series with $p=1$. Always diverges. |
| General p-Series | $\sum_{n=1}^\infty \frac{1}{n^p}$ | $p$ is a constant real exponent. Only convergence is tested. |
| p-Test: Convergent | $p > 1$ | Converges regardless of scaling/starting index. |
| p-Test: Divergent | $p \leq 1$ | Diverges regardless of scaling/starting index. |
| Scaled p-Series | $\sum_{n=k}^\infty \frac{C}{n^p}, C \neq 0$ | Same convergence as original p-series. $C$ only changes the sum. |
| Shifted Index p-Series | $\sum_{n=k}^\infty \frac{1}{(n + c)^p}$ | Reindexes to standard p-series. Shift does not change convergence. |
| Upper Bound (p > 1) | $\sum_{n=1}^\infty \frac{1}{n^p} < \frac{1}{p-1}$ | Used for bounding partial sums in applied problems. |

## What's next

Harmonic series and p-series are the most common benchmark series for all subsequent convergence tests in Unit 10, so mastering their convergence rule is non-negotiable for all remaining AP Calculus BC topics. Next you will learn the Direct Comparison Test and Limit Comparison Test, which rely entirely on your ability to quickly classify a known p-series as convergent or divergent to test the behavior of unknown series. Without the ability to correctly identify $p$ and apply the p-test in seconds, you will not be able to complete comparison test problems on the exam. p-series also come up constantly when finding the interval of convergence for power series later in the unit.

- [Comparison tests for convergence](https://www.owlsprep.com/study/ap-calculus-bc-u10-comparison-tests-for-convergence/)
- [Alternating series test for convergence](https://www.owlsprep.com/study/ap-calculus-bc-u10-alternating-series-test-for-convergence/)
- [Ratio Test for Convergence](https://www.owlsprep.com/study/ap-calculus-bc-u10-ratio-test-for-convergence/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-bc-u10-harmonic-series-and-p-series/
