Substitution RuleExpected Educational ResultsBloom’s TaxonomySpecial Case for Substitution MethodsInvestigation 09Investigation 10Investigation 11Investigation 12Investigation 13Investigation 14Use Technology to Verify Indefinite IntegralsInvestigation 15Investigation 16HomeworkCC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
Section 5.5 – The Substitution Rule
Objective 02–01: I can use a substitution to evaluate an indefinite integral using FTC-I.
Objective 02–02: I can use a substitution to evaluate a definite integral.
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.

Consider the integral
Explain how is this integral different from the integrals in Investigation 03 in ACT_02c_Substitution_Rule.html?
Explain why
Example 05: Consider the integral
Answer 05:
Let
Explain why
Answer 05 (continued):
Rewrite
Explain why
Answer 05 (continued):
Simplify the integral by expanding using the Distributive Property:
Integrate in terms of
NOTE:
Use
NOTE: There is NO need to rewrite the antiderivative into another form.
Verify the answer using:
FTC-1; or
technology.
Consider the integral
Explain how is this integral different from the integrals in Investigation 03 in ACT_02c_Substitution_Rule.html?
Explain why
Example 06: Consider the integral
Answer 06:
Let
Use algebra to simplify:
Explain why
Answer 06 (continued):
Rewrite
Explain why
Answer 06 (continued):
Simplify the integral by expanding the numerator using the Distributive Property:
Simplify the integral using the Distributive Property:
Simplify the rational expressions using a Property of Exponential Expressions:
Integrate in terms of
NOTE:
NOTE:
Use
NOTE: There is NO need to rewrite the antiderivative into another form.
Verify the answer using:
FTC-1; or
technology.
Mathematica
NOTE: Mathematica is used here to verify indefinite integrals. On all Assessments, you must show that you understand the Calculus I concept of using
x1(* Example 03 *)2(* Evaluate the indefinite integral csc^(-1)(x)/(x sqrt(x^2-1)) *)3
4Integrate[ArcCsc[x]/(x Sqrt[x^2-1]), 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: https://www.jjw3.com/Common_Mathematica_Code.html.
Integrate[ ] for indefinite integrals has two arguments:
The integrand, i.e., function of the definite integral;
The Mathematica syntax for
Remember to use parens
Remember, correct Mathematica code will be all black except for variables.
Mathematica does not return the antiderivative with
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
Python
NOTE: Python is used here to verify indefinite integrals. On all Assessments, you must show that you understand the Calculus I concept of using
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 Python syntax is located at: https://www.jjw3.com/Common_Python_Code.html.
All code is included above with comment codes that explain the executable code.
integrate( ) for indefinite integrals has two arguments:
The integrand, i.e., function of the definite integral;
You only need to change the function in the integrate( ) command.
The Python syntax for
Python requires
Remember to use parens
Python does not return the antiderivative with
To execute code, press the “View the result” button:

Integrate the following:
Explain why the above method is not valid for the following integrals:
At this time, you should be able to complete the following assignments:
Section 5.5: # 53, [and 73, 79].
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, 25 August 2020 07:18 EDT Last Modified: Thursday, 8 June 2023 – 12:22 (EDT)