Fiveable

♾️AP Calculus AB/BC Unit 10 Review

QR code for AP Calculus AB/BC practice questions

10.5 Harmonic Series and p-Series

10.5 Harmonic Series and p-Series

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

A p-series has the form n=11np\sum_{n=1}^{\infty} \frac{1}{n^p}, and it converges when p>1p>1 and diverges when p1p \leq 1. The harmonic series n=11n\sum_{n=1}^{\infty} \frac{1}{n} is the special case where p=1p=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 that depends only on the exponent pp. Rewrite the term into 1np\frac{1}{n^p} form, compare pp to 1, and use the harmonic series as the boundary case: p=1p=1 diverges, while p>1p>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 or limit comparison test. 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 n=11np\sum_{n=1}^{\infty} \frac{1}{n^p} where pp is a constant.
  • The p-series converges when p>1p > 1 and diverges when p1p \leq 1.
  • The harmonic series n=11n\sum_{n=1}^{\infty} \frac{1}{n} is the p-series with p=1p = 1, so it diverges.
  • The alternating harmonic series n=1(1)n1n\sum_{n=1}^{\infty} \frac{(-1)^{n-1}}{n} is a different case and is handled with the alternating series test, not the p-series rule.
  • Always simplify the term inside the sum into 1np\frac{1}{n^p} form before deciding. Negative or fractional exponents can hide the real value of pp.
  • 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+18+127+164+...1+\frac{1}{8}+\frac{1}{27}+\frac{1}{64}+...

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

1+18+127+164+...=113+123+133+143+...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:

n=11n3\sum_{n=1}^{\infty} \frac{1}{n^{3}}

Now look at this one:

1+14+19+116+125+...1+\frac{1}{4}+\frac{1}{9}+\frac{1}{16}+\frac{1}{25}+...

The denominators are perfect squares:

112+122+132+142+152+...=n=11n2\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:

n=11n3\sum_{n=1}^{\infty} \frac{1}{n^{3}} n=11n2\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:

n=11np\sum_{n=1}^{\infty} \frac{1}{n^{p}}

The rule is short: if p>1p > 1, the series converges. If p1p \leq 1, the series diverges. That makes it one of the simplest convergence checks compared to the Integral Test or the nth-term Test.

The Harmonic Series

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

n=11n=1+12+13+14+15+...\sum_{n=1}^{\infty} \frac{1}{n}=1+\frac{1}{2}+\frac{1}{3}+\frac{1}{4}+\frac{1}{5}+...

Since p=1p = 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.

The alternating harmonic series flips the signs:

n=1(1)n1n=112+1314+...\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 1np\frac{1}{n^p} form before you decide. Here are worked examples that show the common traps.

Example 1

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

Rewrite the root as a fractional exponent:

n=11(n1/2)13=n=11n13/2\sum_{n=1}^{\infty} \frac{1}{{({n}^{1/2})}^{13}}=\sum_{n=1}^{\infty} \frac{1}{{{n}^{13/2}}}

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

Example 2

n=11n4\sum_{n=1}^{\infty} \frac{1}{{n}^{4}}

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

Example 3

n=11n=1+12+13+14+15+...\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=1p = 1 is not greater than 1, it diverges.

Example 4

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

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

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

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

Example 5

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

Simplify the fraction first instead of reading off the 6:

n=1n5n6=n=11n\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

n=11n0.75n\sum_{n=1}^{\infty} \frac{1}{{n^{0.75}\sqrt{n}}}

Combine the exponents in the denominator:

n=11n0.75n=n=11n0.75n0.5=n=11n1.25\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>1p = 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 1np\frac{1}{n^p} for large nn, 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 pp. Negative exponents, fractional exponents, and unsimplified fractions can hide the real pp. Always rewrite into 1np\frac{1}{n^p} form first.
  • p=1p = 1 converges. The rule needs pp strictly greater than 1. At exactly p=1p = 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 n3n^{-3} is really 1n3\frac{1}{n^3}, which converges. Rewrite before judging.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

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.

Frequently Asked Questions

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.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot