---
title: "Harmonic Series and p-Series | AP Calculus BC Review"
description: "Learn the p-series convergence rule, why the harmonic series diverges, and how to use both as comparison series on the AP Calculus BC exam."
canonical: "https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/harmonic-series-p-series/study-guide/oaZ3mNFv3b8qBcsWmwIK"
type: "study-guide"
subject: "AP Calculus AB/BC"
unit: "Unit 10 – Infinite Sequences and Series (BC Only)"
lastUpdated: "2026-06-09"
---

# Harmonic Series and p-Series | AP Calculus BC Review

## Summary

Learn the p-series convergence rule, why the harmonic series diverges, and how to use both as comparison series on the AP Calculus BC exam.

## Guide

A p-series has the form $\sum_{n=1}^{\infty} \frac{1}{n^p}$, and it [converges](/ap-calc/unit-10-infinite-sequences-and-series-bc-only/working-with-geometric-series/study-guide/YvDdN4qbMyMaLgnFApU9 "fv-autolink") when $p>1$ and [diverges](/ap-calc/key-terms/diverges "fv-autolink") when $p \leq 1$. The harmonic series $\sum_{n=1}^{\infty} \frac{1}{n}$ is the special case where $p=1$, so it diverges. For AP Calculus BC, simplify the term into p-series form before applying the rule.

## How Do p-Series Work?

A p-series is a benchmark [series](/ap-calc/unit-10-infinite-sequences-and-series-bc-only/defining-convergent-divergent-infinite-series/study-guide/CIVFHStGQM90EJ4GtIDB "fv-autolink") that depends only on the exponent $p$. Rewrite the term into $\frac{1}{n^p}$ form, compare $p$ to 1, and use the harmonic series as the boundary case: $p=1$ diverges, while $p>1$ converges.

## Why This Matters for the AP Calculus Exam

This is BC-only material from the infinite series unit. The p-series rule is one of the fastest convergence checks you have, so recognizing it saves time on multiple-choice questions and on free-response work where you need to justify whether a series converges. It also shows up indirectly: the harmonic series and p-series are common "known" series you compare other series to when you use the [comparison test](/ap-calc/unit-10-infinite-sequences-and-series-bc-only/comparison-tests-for-convergence/study-guide/bWxGI64MXDqu26FVVP4p "fv-autolink") or [limit comparison test](/ap-calc/key-terms/limit-comparison-test "fv-autolink"). Knowing the rule cold lets you set up those comparisons quickly and write clear justifications.

## Key Takeaways

- A p-series is any series of the form $\sum_{n=1}^{\infty} \frac{1}{n^p}$ where $p$ is a constant.
- The p-series converges when $p > 1$ and diverges when $p \leq 1$.
- The harmonic series $\sum_{n=1}^{\infty} \frac{1}{n}$ is the p-series with $p = 1$, so it diverges.
- The alternating harmonic series $\sum_{n=1}^{\infty} \frac{(-1)^{n-1}}{n}$ is a different case and is handled with the [alternating series test](/ap-calc/unit-10-infinite-sequences-and-series-bc-only/alternating-series-error-bound/study-guide/3jO1mS42e1MwgYafawP5 "fv-autolink"), not the p-series rule.
- Always simplify the term inside the sum into $\frac{1}{n^p}$ form before deciding. Negative or fractional exponents can hide the real value of $p$.
- The p-series and harmonic series are go-to comparison series for the comparison and limit comparison tests.

## P-Series in AP Calculus

Look at this series of numbers:

$$
1+\frac{1}{8}+\frac{1}{27}+\frac{1}{64}+...
$$

Each denominator is a perfect cube, so you can rewrite it as:

$$
1+\frac{1}{8}+\frac{1}{27}+\frac{1}{64}+...=\frac{1}{1^3}+\frac{1}{2^3}+\frac{1}{3^3}+\frac{1}{4^3}+...
$$

In summation notation:

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

Now look at this one:

$$
1+\frac{1}{4}+\frac{1}{9}+\frac{1}{16}+\frac{1}{25}+...
$$

The denominators are perfect squares:

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

Put them side by side:

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

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

The only thing that changes is the exponent. That shared form is what we call a **p-series**:

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

The rule is short: if $p > 1$, the series **converges**. If $p \leq 1$, the series **diverges**. That makes it one of the simplest convergence checks compared to the [Integral Test](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/integral-test-for-convergence/study-guide/KrBj7QZJaHcPOKsThiS2) or the [nth-term Test](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/nth-term-test-for-divergence/study-guide/oEMEbEp7gWXCgxDFyRlx).

## The Harmonic Series

The harmonic series is the special case where $p = 1$:

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

Since $p = 1$ is not greater than 1, the harmonic series **diverges**. The terms get smaller and approach 0, but they shrink too slowly for the sum to settle on a finite value. This is a classic trap: terms going to 0 is not enough to make a series [converge](/ap-calc/key-terms/converge "fv-autolink").

The **alternating harmonic series** flips the signs:

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

This one is not a p-series, so the p-series rule does not apply to it. You evaluate it with the alternating series test instead, and it does converge. Keep these two separate in your head.

## How to Use This on the AP Calculus Exam

### Problem Solving

Always rewrite the term inside the sum into clean $\frac{1}{n^p}$ form before you decide. Here are worked examples that show the common traps.

**Example 1**

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

Rewrite the root as a fractional exponent:

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

Since $13/2 = 6.5 > 1$, the series **converges**.

**Example 2**

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

Here $p = 4$, and $4 > 1$, so the series **converges**.

**Example 3**

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

This is the harmonic series. Since $p = 1$ is not greater than 1, it **diverges**.

**Example 4**

$$
\sum_{n=1}^{\infty} n^{-3}
$$

Do not let the $-3$ fool you. Rewrite with a positive exponent:

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

Now $p = 3 > 1$, so the series **converges**.

**Example 5**

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

Simplify the fraction first instead of reading off the 6:

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

This is the harmonic series again, so it **diverges**.

**Example 6**

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

Combine the exponents in the denominator:

$$
\sum_{n=1}^{\infty} \frac{1}{{n^{0.75}\sqrt{n}}}=\sum_{n=1}^{\infty} \frac{1}{{n^{0.75}\cdot n^{0.5}}}=\sum_{n=1}^{\infty} \frac{1}{{n^{1.25}}}
$$

Since $p = 1.25 > 1$, the series **converges**.

### Common Trap

When a problem asks you to test another series for convergence, the harmonic series and p-series are your best comparison partners. If your series behaves like $\frac{1}{n^p}$ for large $n$, set up a comparison or limit comparison test using a p-series you already know the answer for, then state your conclusion clearly.

## Common Misconceptions

- **Terms going to 0 means convergence.** Not true. The harmonic series has terms that approach 0 but still diverges. The nth-term test can only prove divergence, never convergence.
- **The exponent you see is automatically $p$.** Negative exponents, fractional exponents, and unsimplified fractions can hide the real $p$. Always rewrite into $\frac{1}{n^p}$ form first.
- **$p = 1$ converges.** The rule needs $p$ strictly greater than 1. At exactly $p = 1$ you get the harmonic series, which diverges.
- **The alternating harmonic series is a p-series.** It is not. The alternating signs change everything, and you must use the alternating series test for it. It converges even though the plain harmonic series does not.
- **A negative exponent means the series diverges.** A term like $n^{-3}$ is really $\frac{1}{n^3}$, which converges. Rewrite before judging.

## Related AP Calculus Guides

- [Unit 10 Overview: Infinite Series and Sequences](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/review/study-guide/8ol6j4eNEB6GkkametRt)
- [10.1 Defining Convergent and Divergent Infinite Series](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/defining-convergent-divergent-infinite-series/study-guide/CIVFHStGQM90EJ4GtIDB)
- [10.3 The nth Term Test for Divergence](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/nth-term-test-for-divergence/study-guide/oEMEbEp7gWXCgxDFyRlx)
- [10.2 Working with Geometric Series](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/working-with-geometric-series/study-guide/YvDdN4qbMyMaLgnFApU9)
- [10.4 Integral Test for Convergence](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/integral-test-for-convergence/study-guide/KrBj7QZJaHcPOKsThiS2)
- [10.6 Comparison Tests for Convergence](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/comparison-tests-for-convergence/study-guide/bWxGI64MXDqu26FVVP4p)

## Vocabulary

- **alternating harmonic series**: The infinite series 1 - 1/2 + 1/3 - 1/4 + ..., which converges to ln(2).
- **converges**: A series converges when the sequence of partial sums approaches a finite limit as n approaches infinity.
- **diverges**: A series diverges when the sequence of partial sums does not approach a finite limit as the number of terms increases indefinitely.
- **geometric series**: A series where each term is a constant multiple of the previous term, expressed in the form ∑_{n=0}^{∞} a r^{n}.
- **harmonic series**: The infinite series 1 + 1/2 + 1/3 + 1/4 + ..., which diverges despite having terms that approach zero.
- **p-series**: An infinite series of the form 1 + 1/2^p + 1/3^p + 1/4^p + ..., which converges when p > 1 and diverges when p ≤ 1.
- **series**: A sum of the terms of a sequence, often written as the sum of infinitely many terms.

## FAQs

### What is a p-series?

A p-series is a series of the form sum 1/n^p, where p is a constant. It is one of the main benchmark series in AP Calculus BC.

### When does a p-series converge?

A p-series sum 1/n^p converges when p > 1 and diverges when p <= 1. The boundary case p = 1 is the harmonic series, which diverges.

### What is the harmonic series?

The harmonic series is sum 1/n. It is the p-series with p = 1, so it diverges even though its individual terms approach 0.

### Is the alternating harmonic series a p-series?

The alternating harmonic series is related, but the alternating signs mean you do not use the p-series rule directly. It is handled with the alternating series test.

### How do you recognize hidden p-series?

Simplify powers, roots, and fractions until the term is in the form 1/n^p. Negative exponents and square roots often hide the actual value of p.

### How are harmonic series and p-series used on AP Calculus BC?

They appear as fast convergence checks and as comparison series for direct comparison and limit comparison problems. Knowing the rule helps you justify other convergence tests clearly.

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/harmonic-series-p-series/study-guide/oaZ3mNFv3b8qBcsWmwIK#what-is-a-p-series","name":"What is a p-series?","acceptedAnswer":{"@type":"Answer","text":"A p-series is a series of the form sum 1/n^p, where p is a constant. It is one of the main benchmark series in AP Calculus BC."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/harmonic-series-p-series/study-guide/oaZ3mNFv3b8qBcsWmwIK#when-does-a-p-series-converge","name":"When does a p-series converge?","acceptedAnswer":{"@type":"Answer","text":"A p-series sum 1/n^p converges when p > 1 and diverges when p <= 1. The boundary case p = 1 is the harmonic series, which diverges."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/harmonic-series-p-series/study-guide/oaZ3mNFv3b8qBcsWmwIK#what-is-the-harmonic-series","name":"What is the harmonic series?","acceptedAnswer":{"@type":"Answer","text":"The harmonic series is sum 1/n. It is the p-series with p = 1, so it diverges even though its individual terms approach 0."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/harmonic-series-p-series/study-guide/oaZ3mNFv3b8qBcsWmwIK#is-the-alternating-harmonic-series-a-p-series","name":"Is the alternating harmonic series a p-series?","acceptedAnswer":{"@type":"Answer","text":"The alternating harmonic series is related, but the alternating signs mean you do not use the p-series rule directly. It is handled with the alternating series test."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/harmonic-series-p-series/study-guide/oaZ3mNFv3b8qBcsWmwIK#how-do-you-recognize-hidden-p-series","name":"How do you recognize hidden p-series?","acceptedAnswer":{"@type":"Answer","text":"Simplify powers, roots, and fractions until the term is in the form 1/n^p. Negative exponents and square roots often hide the actual value of p."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-10-infinite-sequences-and-series-bc-only/harmonic-series-p-series/study-guide/oaZ3mNFv3b8qBcsWmwIK#how-are-harmonic-series-and-p-series-used-on-ap-calculus-bc","name":"How are harmonic series and p-series used on AP Calculus BC?","acceptedAnswer":{"@type":"Answer","text":"They appear as fast convergence checks and as comparison series for direct comparison and limit comparison problems. Knowing the rule helps you justify other convergence tests clearly."}}]}
```
