Trigonometric Substitution

Author: John J Weber III, PhD Corresponding Textbook Sections:

Expected Educational Results

Bloom’s Taxonomy

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.

Bloom’s Taxonomy for different levels of understanding
Figure 1.1: Bloom's Taxonomy

Trigonometric Substitution

Before we consider the Trigonometric Substitution Method, we need to review some essential Algebra and Trigonometry concepts.

Reducing Radical Expressions

Investigation 03

Consider the expression 4x2.

  1. Explain why 4x2(2x)(2x).

  2. Explain why 4x2(2x).

Check Your Work

Use Technology to Verify if Two Algebraic Expressions are Equivalent

Mathematica

NOTE: Mathematica is used here to identify patterns; you will NOT need to use === on any Assessment.

Warnings:

  1. 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.

  2. All Mathematica code must be in black except for any variables or parameters.

  3. Mathematica uses Sqrt[ ] for .

  4. Mathematica uses === as a Boolean operator, i.e., to determine if two expressions are equivalent or not. The Boolean operator returns either True or False.

  5. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

Activity 04

Consider the expression 4x2. Substitute x=2sin(θ). Substitute x into the expression and simplify. In other words, simplify 4[2sin(θ)]2.

Check Your Work

Use Technology to Rewrite Trigonometric Expression

Mathematica

NOTE: Mathematica is used here to identify patterns; you will NOT need to use PowerExpand on any Assessment.

Warnings:

  1. 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.

  2. All Mathematica code must be in black except for any variables or parameters.

  3. Mathematica uses Sqrt[ ] for ; Sin[ ] for sin(x), etc.

  4. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

Activity 05

Consider the expression 9+x2. Substitute x=3tan(θ). Substitute x into the expression and simplify. In other words, simplify 9+[3tan(θ)]2.

Check Your Work

Use Technology to Rewrite Trigonometric Expression

Mathematica

NOTE: Mathematica is used here to identify patterns; you will NOT need to use PowerExpand on any Assessment.

Warnings:

  1. 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.

  2. All Mathematica code must be in black except for any variables or parameters.

  3. Mathematica uses Sqrt[ ] for ; Tan[ ] for tan(x), etc.

  4. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

Activity 06

Consider the expression (x216)3/2. Substitute x=4sec(θ) into the expression and simplify. In other words, simplify ([4sec(θ)]216)3/2.

Check Your Work

Use Technology to Rewrite Trigonometric Expression

Mathematica

NOTE: Mathematica is used here to identify patterns; you will NOT need to use PowerExpand on any Assessment.

Warnings:

  1. 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.

  2. All Mathematica code must be in black except for any variables or parameters.

  3. Mathematica uses Sqrt[ ] for ; Sec[ ] for sec(x), etc.

  4. Since the exponent has more than one factor, the exponent needs to be grouped with parens ( and ).

  5. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

Investigation 07

What do you notice about the results from Activity 04, Activity 05, and Activity 06? Explain.

Activity 08

  1. Evaluate 4.

  2. Evaluate 52.

  3. Evaluate (3)2.

Check Your Work

Use Technology to Rewrite Trigonometric Expression

Mathematica

NOTE: Mathematica is used here to identify patterns; you will NOT need to use PowerExpand on any Assessment.

Warnings:

  1. 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.

  2. All Mathematica code must be in black except for any variables or parameters.

  3. Mathematica uses Sqrt[ ] for .

  4. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

Investigation 09

What do you notice about the results from Activity 08? Explain.

Activity 10

  1. From Algebra and Trigonometry, we know cos2(x)=cos(x).

  2. From Algebra and Activity 08, we know (cos(x))2=cos(x)0.

  3. Where [i.e., on what interval(s) of x-values from x=π to x=π] is cos(x)0?

  4. Here is an embedded DESMOS graph to assist with the question in Activity 10-3:

Activity 11

  1. From Algebra and Trigonometry, we know (tan(x))2=tan(x).

  2. From Algebra and Activity 08, we know (tan(x))2=tan(x)0.

  3. Where [i.e., on what interval(s) of x-values from x=0 to x=2π] is tan(x)0?

  4. Here is an embedded DESMOS graph to assist with the question in Activity 11-3:

Activity 12

  1. From Algebra and Trigonometry, we know (sec(x))2=sec(x).

  2. From Algebra and Activity 08, we know (sec(x))2=sec(x)0.

  3. Where [i.e., on what interval(s) of x-values from x=π to x=π] is sec(x)0?

  4. Here is an embedded DESMOS graph to assist with the question in Activity 12-3:

CC BY-NC-SA 4.0

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)