zuai-logo
  • Home

  • Mock Exam

  • Cliffs

  • Study Set

  • Talk to ZuAI

  • Request a Feature

zuai-logo
  1. AP Calculus
FlashcardFlashcardStudy GuideStudy Guide
Question BankQuestion Bank

Integral Test for Convergence

Benjamin Wright

Benjamin Wright

5 min read

Next Topic - Harmonic Series and p-Series

Listen to this study note

Study Guide Overview

This guide covers the Integral Test for convergence of infinite series. It explains the theorem, including the conditions of a positive, decreasing function and its corresponding series. The guide demonstrates how to apply the integral test with examples, focusing on evaluating improper integrals and determining convergence or divergence. Practice problems and solutions are provided to reinforce the concept.

10.4 Integral Test for Convergence

Welcome to AP Calc 10.4! In this guide, you’ll learn how to apply another test to determine whether series are convergent or divergent. This test will rely heavily on your understanding of indefinite integrals from Unit 6.


∫ Integral Test Theorem

The integral test states that, for a positive, decreasing function f(x)f(x)f(x) over the interval k,∞)k,\infty)k,∞) with a corresponding sequence an=f(x)a_n=f(x)an​=f(x), then…

(1) if ∫k∞ f(x) dx\int_k^{\infty}\ f(x)\ \text{d}x∫k∞​ f(x) dx converges, then ∑n=k∞an\sum_{n=k}^{\infty}a_n∑n=k∞​an​ also converges,

(2) if ∫k∞ f(x) dx\int_k^{\infty}\ f(x)\ \text{d}x∫k∞​ f(x) dx diverges, then ∑n=k∞an\sum_{n=k}^{\infty}a_n∑n=k∞​an​ also diverges,

and…

a_k+\int_{k+1}^{\infty}\ f(x)\ \text{d}x\leq \sum_{n=k}^{\infty}a_n\leq \int_k^{\infty}\ f(x)\ \text{d}x

For now, we can ignore the comparison portion and just focus on the first points! Let’s break down what everything means.

🧱 Breaking Down the Integral Test Theorem

First, we need a positive, decreasing function. This means it must be above zero over the entire interval, and decreasing, or getting smaller over time. Consider the function f(x)=1x ln (x)f(x)=\frac{1}{x\ \text{ln}\ (x)}f(x)=x ln (x)1​ over the interval [2,∞)[2,\infty)[2,∞):

![Untitled

Image of the function 1/(xlnx) over the interval [2,15].

Image courtesy of Desmos

This function satisfies our initial condition. Now, we just need a series where an=f(x)a_n=f(x)an​=f(x). This is pretty easy to set up!

∑n=2∞1n ln(n)\sum_{n=2}^{\infty}\frac{1}{n\ \text{ln}(n)}n=2∑∞​n ln(n)1​

Now, we can apply our test!

✏️ Applying the Integral Theorem

To apply our test, we first have to take the integral of our function:

∫2∞1x ln (x) dx\int_2^{\infty} \frac{1}{x\ \text{ln}\ (x)}\ \text{d}x∫2∞​x ln (x)1​ dx

To solve this integral, we need to apply uuu-substitution, where u=ln xu=\text{ln}\ xu=ln x and du=1x dx\text{d}u=\frac{1}{x}\ \text{d}xdu=x1​ dx:

∫1u du=ln(u)\int \frac{1}{u}\ \text{d}u=\text{ln} (u)∫u1​ du=ln(u)

Undoing uuu-substitution, we find that

∫2∞1x ln (x) dx=ln(∣ln(x)∣)+C\int_2^{\infty} \frac{1}{x\ \text{ln}\ (x)}\ \text{d}x=\text{ln}(|\text{ln}(x)|)+C∫2∞​x ln (x)1​ dx=ln(∣ln(x)∣)+C

Finally, we evaluate over our bounds:

ln(∣ln(∞)∣)−ln(∣ln(2)∣)=∞\text{ln}(|\text{ln}(\infty)|)-\text{ln}(|\text{ln}(2)|)=\inftyln(∣ln(∞)∣)−ln(∣ln(2)∣)=∞

Because this integral evaluates as ∞\infty∞, we say it is divergent. Based on our theorem, this means that the series ∑n=2∞1n ln(n)\sum_{n=2}^{\infty}\frac{1}{n\ \text{ln}(n)}∑n=2∞​n ln(n)1​ is also divergent.


📝 Integral Test Theorem Practice

Now it’s your turn to apply what you’ve learned!

❓Integral Test Theorem Problems

  1. State the integral test and its conditions.
  2. Use the integral test to determine whether the series diverges.

∑n=0∞11+n2\sum_{n=0}^{\infty}\frac{1}{1+n^2}n=0∑∞​1+n21​

  1. Use the integral test to determine whether the series diverges.

∑n=0∞n3n4+1\sum_{n=0}^{\infty}\frac{n^3}{n^4+1}n=0∑∞​n4+1n3​

💡 Integral Test Theorem Solutions

  1. Review the beginning of the guide for the full theorem! You need a function that is decreasing and positive over an interval and a series using that function.
  2. The integral ∫0∞11+x2 dx\int_{0}^{\infty}\frac{1}{1+x^2} \ \text{d}x∫0∞​1+x21​ dx is a standard integral, giving [arctan(x)]0∞[\text{arctan}(x)]_0^{\infty}[arctan(x)]0∞​ which gives π/2−0=π/2\pi/2-0=\pi/2π/2−0=π/2, which means that the series is convergent.
  3. The integral ∫0∞x3x4+1 dx\int_{0}^{\infty}\frac{x^3}{x^4+1}\ \text{d}x∫0∞​x4+1x3​ dx is evaluated using uuu-substitution, where u=x4+1u=x^4+1u=x4+1 and du=4x3 dx\text{d}u=4x^3\ \text{d}xdu=4x3 dx:

14∫1u du=ln(u)4\frac{1}{4}\int\frac{1}{u}\ \text{d}u=\frac{\text{ln}(u)}{4}41​∫u1​ du=4ln(u)​

Undoing uuu-substitution, we get:

[ln(x4+1)4]0∞=∞−0=∞\Bigg[\frac{\text{ln}(x^4+1)}{4}\Bigg]_0^\infty=\infty-0=\infty[4ln(x4+1)​]0∞​=∞−0=∞

Because the integral is not finite, we say it diverges. Therefore, our series diverges.


💫 Closing

Excellent job! Be sure to practice this type of problem and make sure you know the conditions for using this test. Once you’ve got it down, the integral test will be a breeze! 💯

Feedback stars icon

How are we doing?

Give us your feedback and let us know how we can improve

Previous Topic - The nth Term Test for DivergenceNext Topic - Harmonic Series and p-Series

Question 1 of 9

🎉 What are the two key conditions a function f(x)f(x)f(x) must satisfy to apply the Integral Test for convergence?

Positive and increasing

Negative and decreasing

Positive and decreasing

Negative and increasing