Trigonometric IntegralsExpected Educational ResultsBloom’s TaxonomyDefinite Trigonometric IntegralsInvestigation 11Use Technology to Verify Definite IntegralsHomeworkCC BY-NC-SA 4.0
Author: John J Weber III, PhD Corresponding Textbook Sections:
Section 7.2 – Trigonometric Integrals
Objective 04–01: I can evaluate an indefinite trigonometric integral.
Objective 04–02: I can evaluate a definite trigonometric 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.

Example 03: Evaluate
Solution 03:
Try
Let
The limits of integration must be converted to
When
When
So,
Since we converted all
Since there is no product rule or chain rule for antiderivatives, use algebra to rewrite:
Integrate using Power Rule for Antiderivatives:
Evaluate the following definite integrals.
Mathematica
NOTE: Mathematica is used here to verify definite integrals. You must show that you understand the Calculus concept of the definite integrals.
1(* Example from Investigation 10-1: Integrate sec(x)^2 tan(x)^4 from x=0 to x=pi/4 *)2Integrate[Sec[x]^2 Tan[x]^4, {x, 0, Pi/4}]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.
The Mathematica syntax for
Integrate[ ] for definite integrals has two arguments:
The integrand, i.e., function of the definite integral;
Remember, correct Mathematica code will be all black except for variables.
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 definite integrals. On all Assessments, you must show that you understand the Calculus concept of the definite integral.
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;
The Python syntax for
Python requires
To execute code, press the “View the result” button:

At this time, you should be able to complete the following assignments:
Section 7.2: # 3, 7, 9, 11.
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: Tuesday, 1 September 2020 04:06 EDT Last Modified: Tuesday, 16 August 2022 - 21:49 (EDT)