Author: John J Weber III, PhDCorresponding Textbook Sections:
Section 4.9 – Antiderivatives
Section 5.3 – The Fundamental Theorem of Calculus
Section 5.4 – Indefinite Integrals and the Net Change Theorem
Prerequisite Knowledge
Trigonometry
Evaluating Trigonometric Ratios
There is NO reason to memorize the unit circle. Look at the Table below and consider the patterns of the numbers. Use these patterns to recall your trig ratios1.
Angles (Degrees)
Angles (Radians)
0
NOTE: On all Assessments, exact trigonometric values are expected, except where instructed otherwise. There are two options available for evaluating trigonometric ratios, e.g., :
Leave the answer as ; or
Rewrite as
Practice 02
Evaluate the following:
Use Technology to Rewrite Using Algebra
Mathematica
NOTE: On all Assessments, Mathematicamay be used to evaluate any trigonometric expression without showing any work.
1
(* Evaluate: sin(4 pi/3) *)
2
Sin[4Pi/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.
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
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.
Python requires ∗ for explicit multiplication, e.g., is .
To execute code, press the “View the result” button:
Rewriting Trigonometric Expressions
Half-Angle Formulas
Double Angle Formulas
Use Technology to Rewrite Using Trigonometric Identities
Mathematica
NOTE: On most Assessments, Mathematicamay be used to rewrite any trigonometric expression without showing any work.
x
1
(* Rewrite: sin(x)^2 *)
2
TrigReduce[Sin[x]^2]
3
4
(* Rewrite: sin(2x) *)
5
TrigExpand[Sin[2x]]
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.
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.
Created: Monday, 18 January 2021 09:33 EDTLast Modified: Monday, 23 May 2022 - 01:54 (EDT)
1I did not take trigonometry in high school. In Calculus I during my first semester of college, my professor showed us this table – I was hooked, I recognized that Mathematics was simply finding patterns, and changed my major to Mathematics from Chemistry – I eventually changed it to a dual major in Mathematics and Chemistry.↩