Integral TestExpected Educational ResultsBloom’s TaxonomyIntegral TestDefinition: Integral TestExplanation of Integral TestUse Technology to Analytically Determine Domain of
Author: John J Weber III, PhD Corresponding Textbook Sections:
Section 11.3 – The Integral Test and Estimation of Sums
Objective 21–01: I can analytically (i.e., not graphically and not numerically) verify all conditions needed to use the Integral Test for a given series.
Objective 21–02: I can use the Integral Test to determine if a series converges or diverges.
A modern version of Bloom’s Taxonomy is included here to recognize various different levels of understanding and to encourage you to work towards higher-order understanding (those at the top of the pyramid). All Objectives, Investigations, Activities, etc. are color-coded with the level of understanding.

Let
then the series
The Integral Test is written as a conditional statement.
Although not technically a condition for the Integral Test, you should always start with the Test for Divergence, i.e., verify
There are three parts to the hypothesis of the conditional statement. You need to verify that all three (3) parts of the hypothesis are true:
You need to state how you verified this condition is true
For normally-behaving functions used in this course,
You need to show
There are two (2) conclusions to the conditional statement:
“
“
NOTE: You must show all work when evaluating the improper integral.
NOTE: A key question to keep in mind prior to using the Integral Test: “Can I find an antiderivative of
NOTE: On all Assessments, you may use technology to analytically find the domain of functions. You must show all other Calculus II related work.
Mathematica
1(* Example from Investigation 01-1 *)2(* Find domain of ln(n)/n *)3FunctionDomain[Log[x]/x, x]Warnings:
Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: http://www.jjw3.com/TECH_Common_Functions.pdf.
FunctionDomain[ ] has at least two arguments:
The function, in terms of
For help on using the FunctionDomain[ ] function:
In Mathematica, execute the code:
Click on
Click on local
Read how to use the FunctionDomain[ ] function – you will be able to copy-paste code.
Remember, correct Mathematica code will be all black except for variables.
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
If Mathematica returns
NOTE: On all Assessments, you may use technology to analytically find the interval(s) on which functions are decreasing. You must show all other Calculus II related work.
Mathematica
xxxxxxxxxx31(* Example from Investigation 01-1 *)2(* Find the interval(s) where ln(n)/n is decreasing *)3Reduce[D[Log[x]/x,x]<0, x]Warnings:
Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: http://www.jjw3.com/TECH_Common_Functions.pdf.
Reduce[ ] has at least two arguments:
The inequality, in terms of
The inequality includes the derivative of
The function, in terms of
For help on using the Reduce[ ] function:
In Mathematica, execute the code:
Click on
Click on local
Read how to use the Reduce[ ] function – you will be able to copy-paste code.
Remember, correct Mathematica code will be all black except for variables.
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
If Mathematica returns
Determine if the following series are convergent or divergent. Explain.
NOTE: On all Assessments, you may use technology to verify your series convergence/divergence. You must show all Calculus II related work.
Mathematica
xxxxxxxxxx21(* Example from Investigation 01-1 *)2SumConvergence[Log[n]/n, n]Warnings:
Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: http://www.jjw3.com/TECH_Common_Functions.pdf.
SumConvergence[ ] has at least two arguments:
The
For help on using the SumConvergence[ ] function:
In Mathematica, execute the code:
Click on
Click on local
Read how to use the SumConvergence[ ] function – you will be able to copy-paste code.
Remember, correct Mathematica code will be all black except for variables.
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
Mathematica will return “True” (series converges) or “False” (series diverges).
At this time, you should be able to complete the following assignments:
Section 11.3: # 3, 5, 7, 11, 13, 15, 17, 19, 21, 23, 25, 27.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].
Created: Tuesday, 17 November 2020 6:13 EDT Last Modified: Monday, 20 June 2022 - 12:46 (EDT)