zuai-logo

The nth Term Test for Divergence

Benjamin Wright

Benjamin Wright

4 min read

Listen to this study note

Study Guide Overview

This study guide covers the nth Term Test for Divergence for AP Calculus BC. It explains how to apply the test to determine if a series diverges by evaluating the limit of the nth term as n approaches infinity. It includes a walkthrough example and practice problems with solutions, focusing on converting to limit notation, evaluating the limit, and drawing conclusions based on the test results.

10.3 The nth Term Test for Divergence

Welcome back to Unit 10 of AP Calculus BC! Today, we’re going to discuss the nth-term test for divergence with series. Let’s get started!

🤷‍♀️ What is the nth Term Test for Divergence?

As the name suggests the nth Divergence test tells us if a series will diverge! (mind-blowing stuff guys, I know 🤯). The Divergence test states that:

if limnan0,an diverges\text{if} \ \displaystyle{\lim_{n \to \infty}} a_n \not = 0, \sum a_n \ \text{diverges}

As we can see, if the nth term doesn't approach 0, the series diverges. On the other hand, if the nth term approaches 0, it creates a situation where the series might converge or still diverge. The crucial point here is that the fate of the series hinges on whether the nth term tends towards zero or not.

🤓 Divergence Test Walkthrough

Let’s try a practice problem together! There are really only 3 steps involved with this:

  1. ✏️ Convert to limit notation.
  2. 📏 Evaluate the limit.
  3. 🤔 Make your conclusion based on the nth-term test.

Determine if the series ana_n diverges.

n=15n1n2\sum_{n=1}^∞ \dfrac{5n -1}{n-2}

✏️ Step 1: Convert to limit notation.

limn5n1n2\lim_{n \to \infty} \dfrac{5n -1}{n-2}

📏 Step 2: Evaluate the limit.

limnn(51n)n(12n)\lim_{n \to \infty} \dfrac{n(5- \frac{1}{n} )}{n(1-\frac{2}{n})}

5112=51\dfrac{5- \frac{1}{\infty} }{1-\frac{2}{\infty}} = \frac{5}{1}

Recall that any number divided by \infty is 0. limnn(51n)n(12n)=510\lim_{n \to \infty} \dfrac{n(5- \frac{1}{n} )}{n(1-\frac{2}{n})} = \frac{5}{1} \neq 0

 n=15n1n2  diverges\therefore \ \sum_{n=1}^∞ \dfrac{5n -1}{n-2} \ \ \text{diverges}

Not too bad, right? We’re mainly just applying a new test to the mathematics that we are already familiar with!


📝 Divergence Test Practice Problems

Try the following two practice questions yourself!

1. n=1n3+3n2n351. \ \sum_{n=1}^∞ \dfrac{n^3+3n}{2n^3-5}

2. n=1arctan(n)2. \ \sum_{n=1}^∞ \arctan(n)

✅ Divergence Test: Solution 1

Remember the three steps involved and the nth-term test itself.

limnn3+3n2n35\lim_{n \to \infty} \dfrac{n^3+3n}{2n^3-5}

limnn3(1+3n2)n3(25n3)\lim_{n \to \infty} \dfrac{n^3(1+\dfrac{3}{n^2})}{n^3(2-\dfrac{5}{n^3})}

1+325=12\dfrac{1+\dfrac{3}{\infty}}{2-\dfrac{5}{\infty}} = \dfrac{1}{2}

 n=1n3+3n2n35  diverges\therefore \ \sum_{n=1}^∞ \dfrac{n^3+3n}{2n^3-5} \ \ \text{diverges}

Great work!

✅ Divergence Test: Solution 2

Last question 🎉

limnarctan(n)\lim_{n \to \infty} \arctan(n)

!Untitled

Graph displaying the function y = arctan(x)

Image courtesy of Math.net

As arctan goes to \infty, it stays at π2\dfrac{\pi}{2}.

 limnarctan(n)=π2\ \lim_{n \to \infty} \arctan(n) = \dfrac{\pi}{2}

 n=1arctan(n) diverges\therefore \ \sum_{n=1}^∞ \arctan(n) \ \text{diverges}


🕺 Closing

In conclusion, the nth Term Test for Divergence is a powerful tool for determining whether a series diverges. Remember, if the limit of the nth term does not approach zero, the series diverges. However, passing the divergence test doesn't provide information about convergence. Good luck! 🍀

Question 1 of 8

Which of the following correctly states the nth term test for divergence? 🤔

If limnan=0\lim_{n \to \infty} a_n = 0, then the series an\sum a_n diverges

If limnan0\lim_{n \to \infty} a_n \neq 0, then the series an\sum a_n converges

If limnan0\lim_{n \to \infty} a_n \neq 0, then the series an\sum a_n diverges

If limnan=0\lim_{n \to \infty} a_n = 0, then the series an\sum a_n converges