Trigonometric SubstitutionExpected Educational ResultsBloom’s TaxonomyTrigonometric SubstitutionReducing Radical ExpressionsInvestigation 03Check Your WorkUse Technology to Verify if Two Algebraic Expressions are EquivalentActivity 04Check Your WorkUse Technology to Rewrite Trigonometric ExpressionActivity 05Check Your WorkUse Technology to Rewrite Trigonometric ExpressionActivity 06Check Your WorkUse Technology to Rewrite Trigonometric ExpressionInvestigation 07Activity 08Check Your WorkUse Technology to Rewrite Trigonometric ExpressionInvestigation 09Activity 10Activity 11Activity 12CC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
Section 7.3 – Trigonometric Substitution
Objective 05–01: I can use a trigonometric substitution to evaluate an indefinite integral.
Objective 05–02: I can use a trigonometric substitution to evaluate a definite integral using FTC-II.
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.

Before we consider the Trigonometric Substitution Method, we need to review some essential Algebra and Trigonometry concepts.
Consider the expression
Explain why
Explain why
Mathematica
NOTE: Mathematica is used here to identify patterns; you will NOT need to use
x1(* Verify: sqrt(4 - x^2) is not equal to sqrt((2-x)(2-x)) *)2Sqrt[4-x^2] === Sqrt[(2-x)(2-x)]3
4(* Verify: sqrt(4 - x^2) is not equal to (2-x) *)5Sqrt[4-x^2] === (2-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.
All Mathematica code must be in black except for any variables or parameters.
Mathematica uses
Mathematica uses
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
Consider the expression
Mathematica
NOTE: Mathematica is used here to identify patterns; you will NOT need to use PowerExpand on any Assessment.
xxxxxxxxxx21(* Simplify: sqrt(4 - (2 sin(x))^2) *)2FullSimplify[Sqrt[4 - (2 Sin[x])^2]]//PowerExpandWarnings:
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.
All Mathematica code must be in black except for any variables or parameters.
Mathematica uses
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
Consider the expression
Mathematica
NOTE: Mathematica is used here to identify patterns; you will NOT need to use PowerExpand on any Assessment.
xxxxxxxxxx21(* Simplify: sqrt(9 + (3 tan(x))^2) *)2FullSimplify[Sqrt[9 + (3 Tan[x])^2]]//PowerExpandWarnings:
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.
All Mathematica code must be in black except for any variables or parameters.
Mathematica uses
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
Consider the expression
Mathematica
NOTE: Mathematica is used here to identify patterns; you will NOT need to use PowerExpand on any Assessment.
xxxxxxxxxx21(* Simplify: ((4\sec(\theta))^2-16)^(3/2) *)2FullSimplify[((4 Sec[x])^2 - 16)^(3/2)]//PowerExpandWarnings:
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.
All Mathematica code must be in black except for any variables or parameters.
Mathematica uses
Since the exponent has more than one factor, the exponent needs to be grouped with parens
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
What do you notice about the results from Activity 04, Activity 05, and Activity 06? Explain.
Evaluate
Evaluate
Evaluate
Mathematica
NOTE: Mathematica is used here to identify patterns; you will NOT need to use PowerExpand on any Assessment.
xxxxxxxxxx21(* Evalaute: sqrt(4) *)2FullSimplify[Sqrt[4]]//PowerExpandWarnings:
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.
All Mathematica code must be in black except for any variables or parameters.
Mathematica uses
To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.
What do you notice about the results from Activity 08? Explain.
From Algebra and Trigonometry, we know
From Algebra and Activity 08, we know
Where [i.e., on what interval(s) of
Here is an embedded DESMOS graph to assist with the question in Activity 10-3:
From Algebra and Trigonometry, we know
From Algebra and Activity 08, we know
Where [i.e., on what interval(s) of
Here is an embedded DESMOS graph to assist with the question in Activity 11-3:
From Algebra and Trigonometry, we know
From Algebra and Activity 08, we know
Where [i.e., on what interval(s) of
Here is an embedded DESMOS graph to assist with the question in Activity 12-3:
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: Monday, 6 September 2020 13:33 EDT Last Modified: Wednesday, 01 September 2021 - 07:07 (EDT)