Trigonometric Integrals

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

Trigonometric Integrals

Prerequisite Knowledge

Trigonometric Identities

The Pythagorean Identities shown in red will be needed for integrals of trigonometric functions.

Pythagorean Identity

One Pythagorean Identity that you should remember from Pre-Calculus (Math 1113):

sin2(x)+cos2(x)=1

When integrating trigonometric integrals, you will need two equivalent forms of the above Pythagorean Identity:

Additional Pythagorean Identities
Pythagorean Identity with Tangent and Secant

tan2(x)+1=sec2(x)

Derivation

NOTE: You are not expected to derive the Pythagorean Identity for tangent and secant; however, if you forget the Pythagorean Identity for tangent and secant, then knowing how to derive the identity will be useful.

sin2(x)+cos2(x)=1

Divide through by cos2(x).

sin2(x)cos2(x)+cos2(x)cos2(x)=1cos2(x)

tan2(x)+1=sec2(x)

When integrating trigonometric integrals, you will need the equivalent form of the above Pythagorean Identity:

tan2(x)=sec2(x)1

Pythagorean Identity with Cotangent and Cosecant

1+cot2(x)=csc2(x)

Derivation

NOTE: You are not expected to derive the Pythagorean Identity for cotangent and cosecant; however, if you forget the Pythagorean Identity for cotangent and cosecant, then knowing how to derive the identity will be useful.

sin2(x)+cos2(x)=1

Divide through by sin2(x).

sin2(x)sin2(x)+cos2(x)sin2(x)=1sin2(x)

1+cot2(x)=csc2(x)

When integrating trigonometric integrals, you will need the equivalent form of the above Pythagorean Identity:

cot2(x)=csc2(x)1

Half-angle formulas

NOTE: You will need to appropriately use the following trigonometric identities. You are not expected to memorize these identities.

Use Technology to Recall Half-Angle Formulas

Mathematica

NOTE: On all Assessments, Mathematica may be used to appropriately rewrite an even power of sine or cosine 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. TrigReduce[ ] has at least one argument:

    1. The trigonometric expression to be rewritten.
  3. For help on using the TrigReduce[ ] function:

    1. In Mathematica, execute the code: ?TrigReduce
    2. Click on near the bottom-left of output
    3. Click on local
    4. Read how to use the TrigReduce[ ] function – you will be able to copy-paste code.
  4. Remember, correct Mathematica code will be all black except for variables.

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

  6. Mathematica may return a result in a different, but equivalent, form than your answer. In these cases, use FTC-I to check your work.

Double-Angle Formulas

NOTE: You will need to appropriately use the following trigonometric identities. You are not expected to memorize these identities.

  1. sin(2x)=2sin(x)cos(x)
  2. cos(2x)=cos2(x)sin2(x)

Check Your Work

Use Technology to Recall Double-Angle Formulas

Mathematica

NOTE: On all Assessments, Mathematica may be used to appropriately rewrite an even power of sine or cosine 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. TrigExpand[ ] has at least one argument:

    1. The trigonometric expression to be rewritten.
  3. For help on using the TrigExpand[ ] function:

    1. In Mathematica, execute the code: ?TrigExpand
    2. Click on near the bottom-left of output
    3. Click on local
    4. Read how to use the TrigExpand[ ] function – you will be able to copy-paste code.
  4. Remember, correct Mathematica code will be all black except for variables.

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

  6. Mathematica may return a result in a different, but equivalent, form than your answer. In these cases, use FTC-I to check your work.

NOTE: There is NO reason to memorize when to use TrigReduce[ ] and TrigExpand[ ]; one will return the same input and the other will rewrite the input.

Evaluation of Trig Functions

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.

Evaluating Trigonometric Ratios

Angles (Degrees)Angles (Radians)sin(θ)cos(θ)tan(θ)=sin(θ)cos(θ)cot(θ)=1tan(θ)csc(θ)=1sin(θ)sec(θ)
0002=042=104=040=undef.20=undef.24=1
30π6123213312123
45π4222222=122=12222
60π3321231132321
90π242=102=040=undef.04=024=120=undef.

NOTE: On all Assessments, exact trigonometric values are expected, except where instructed otherwise. There are two options available for evaluating trigonometric ratios, e.g., sin(4π3):

  1. Leave the answer as sin(4π3); or
  2. Rewrite sin(4π3) as 32

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, 18 January 2021 09:14 EDT Last Modified: Monday, 10 January 2022 - 07:17 (EST)

 


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