Trigonometric SubstitutionExpected Educational ResultsBloom’s TaxonomyTrigonometric SubstitutionDefinite IntegralsInvestigation 17Use Technology to Verify Definite IntegralsChallenge Problem 18Check Your WorkUse Technology to Verify Definite IntegralsCC 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.

Evaluate the following definite integral:
Mathematica
NOTE: Mathematica is used here to verify definite integrals. On all Assessments, you will be permitted to use technology to verify definite integrals; however, you must show all Calculus II related work when using Trigonometric Substitution.
1(* Integrate 1/(x sqrt(3 + x^2)) from x=1 to x=3 *)2Integrate[1/(x Sqrt[3 + x^2]), {x, 1, 3}]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.
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.
Evaluate the following definite integral:
HINT: Rewrite
Mathematica
NOTE: Mathematica is used here to verify definite integrals. On all Assessments, you will be permitted to use technology to verify definite integrals; however, you must show all Calculus II related work when using Trigonometric Substitution.
xxxxxxxxxx21(* Integrate e^x/sqrt(e^(2x) + 4) from x=0 to x=ln(3) *)2Integrate[E^x/Sqrt[E^(2x) + 4], {x, 0, Log[3]}]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.
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.
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, 12 June 2022 - 20:55 (EDT)