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

Trigonometric Substitutions

  1. If integrand contains (a2x2)n2, nZ (i.e., for any integer n)

    1. Let x=asin(θ), π2θπ2

    2. dx=acos(θ)dθ

    3. Use the Pythagorean identity: a2a2sin2(θ)=a2cos2(θ)

    4. Construct right triangle using: sin(θ)=xa

  2. If integrand contains (x2a2)n2​, nZ (i.e., for any integer n)

    1. Let x=asec(θ), 0θ<π2, πθ<3π2

    2. dx=asec(θ)tan(θ)dθ

    3. Use the Pythagorean identity: a2sec2(θ)a2=a2tan2(θ)

    4. Construct right triangle using: sec(θ)=xa

  3. If integrand contains (a2+x2)n2​, nZ (i.e., for any integer n)

    1. Let x=atan(θ), π2<θ<π2

    2. dx=asec2(θ)dθ

    3. Use the Pythagorean identity: a2+a2tan2(θ)=a2sec2(θ)

    4. Construct right triangle using: tan(θ)=xa

Investigation 13

Compare the angles shown Substitutions Section above with the respective angles identified in Activities 10–12 in ACT_05d_Trig_Sub_Important_Concepts.html.

Trigonometric Substitution Method

  1. Identify which substitution is needed: for example, Let x=asin(θ), π2θπ2.

  2. Differentiate the substitution: for the above example, dx=acos(θ).

  3. Replace all x-variables with the substitution in the integrand. All variables remaining in the integrand must only be θ.

  4. Replace dx in the integrand.

  5. Simplify the integral.

  6. Integrate with respect to θ.

  7. Substitute back into terms of x using the right triangle definitions (See PRE_05_Trig_Sub.html) of the substitution.

NOTE: This last step is an important step in integration using Trig-Sub. This step must be used to completely convert θ-variables into x-variables.

Use Technology for Trigonometric Identities

NOTE: In Step 7 above, the constructed right triangle can only convert sin(θ), cos(θ), tan(θ), etc. to x-variables. If your antiderivative consists of sin(nθ), cos(nθ), tan(nθ), etc. where n1, then you need to use a Trigonometric Identity:

Mathematica

NOTE: Mathematica is used here to convert trigonometric ratios of a multiple of an angle, nθ, to a trigonometric ratio of the angle, θ. On all Assessments, you will be permitted to use technology to convert trig ratios without showing any work.

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: https://www.jjw3.com/Common_Mathematica_Code.html.

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

  3. Mathematica uses Cos[x] for cos(x).

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

Investigation 14

Evaluate the following indefinite integrals:

  1. x21x2dx

  2. x2(1+x2)2dx

  3. 1x2x21dx

  4. dx(9+x2)32

  5. 4x2dx

  6. x216xdx

  7. 15x2dx

Check Your Work

Use Technology to Verify Antiderivatives

Mathematica

NOTE: Mathematica is used here to verify antiderivatives. On all Assessments, you will be permitted to use technology to verify antiderivatives; however, you must show all Calculus II related work when using Trigonometric Substitution.

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: https://www.jjw3.com/Common_Mathematica_Code.html.

  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.

Homework

At this time, you should be able to complete the following assignments:

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 June 2022 - 16:51 (EDT)