Substitution RuleExpected Educational ResultsBloom’s TaxonomySpecial Case for Substitution MethodsLinear “Inside” FunctionsInvestigation 17Use Technology to Verify Indefinite IntegralsHomeworkCC 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.

Example 07: Consider the integral
The “inside” function is the linear function,
NOTE: Suppose we wanted to differentiate
We would use the Chain Rule for Derivatives:
where we multiplied by the derivative of the “inside” function.
Answer 07:
Recall, FTC-I states that the process of integrating and the process of differentiating are inverse operations.
Thus, if we multiplied by the derivative of the ‘inside’ function when differentiating, then we divide by the derivative of the “inside” function when integrating!
So,
Check:
Example 08: Evaluate:
Answer 08:
The “inside” function is
So,
Check:
Evaluate the following:
Mathematica
NOTE: Mathematica is used here to verify indefinite integrals. On all Assessments, you must show that you understand the Calculus concept of using
x1(* Example 20-4 *)2
3Integrate[Cos[2-3x], 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:

At this time, you should retry the following assignments using the method discussed on this page:
Section 5.5: # 1, 13, 15, 39, 59, 61.
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: Sunday, 30 January 2022 - 11:41 (EST) Last Modified: Tuesday, 16 August 2022 - 10:42 (EDT)