Trigonometric Integrals

Calculus 2

Missing Video

This video tutorial is still in the works. In the meantime, please use the text version.


For additional content, check out our Youtube channel (click this container).

Before we begin, we should ask ourselves these two questions:

  1. What types of integrals involving trigonometric functions do we currently know how to solve?
  2. What identities do we know that might prove useful when solving?

Overview

Trigonometric integrals, to no surprise, involve the six basic trigonometric functions:

sin(x)    cos(x)    tan(x)    sec(x)    csc(x)    cot(x)\sin(x) \ \ \ \ \cos(x) \ \ \ \ \tan(x) \ \ \ \ \sec(x) \ \ \ \ \csc(x) \ \ \ \ \cot(x)

The general idea is to use trigonometric identities to transform the integral into one we know how to integrate (likely via u-substitution).

This leads us to the question: what identities do we need to know?

We are interested in using the Pythagorean, Double-Angle, and Half-Angle identities.

For example, given an integral with sines and cosines, we might replace even multiples of sine using the Pythagorean identity (i.e. sin2x=1cos2x\sin^2x = 1 - \cos^2x, sin4x=(1cos2x)2\sin^4x=(1-\cos^2x)^2, etc.) or we might replace even multiples of cosine using the Pythagorean identity (i.e. cos2x=1sin2x\cos^2x = 1 - \sin^2x, cos4x=(1sin2x)2\cos^4x=(1-\sin^2x)^2, etc.). We would apply the same logic to other trigonometric functions and other trigonometric identites.

If interested, the derivations for each of the identities can be found below (links still in the works):


Powers of Sine and Cosine

Let's start off with an easy example.

Example 1

Compute sin3xcosx dx\int \sin^3x \cos x \ dx.

View Answer

14sin4x+C\frac{1}{4}\sin^4x +C or 14cos4x12cos2x+C\frac{1}{4} \cos^4x - \frac{1}{2}\cos^2x + C

View Solution

Missing Video

This video tutorial is still in the works. In the meantime, please use the text version.


For additional content, check out our Youtube channel (click this container).

We have two ways of solving this problem:

  1. Using a simple u-substitution
  2. Using a trigonometric identity alongside a u-substitution

Let's solve the integral both ways.

  1. Using a simple u-substitution:

Letting u=sinxdu=cosxdxu = \sin x \Rightarrow du = \cos x dx:

sin3xcosxdx=u3du=14u4+C=14sin4x+C \begin{aligned} \int \sin^3x \cos x dx &= \int u^3 du \\ &= \frac{1}{4} u^4 +C\\ &= \frac{1}{4} \sin^4x +C \end{aligned}
  1. Using a trigonometric identity alongside a u-substitution:

In an attempt to use the Pythagorean identity sin2xcos2x=1sin2x=1cos2x\sin^2x - \cos^2x = 1 \Rightarrow \sin^2x = 1 - \cos^2x, we split sin3\sin^3 up and get to rewriting:

sin3xcosxdx=sinxsin2xcosxdx=sinx(1cos2x)cosxdx=(1cos2x)cosxsinxdx=(cosxcos3x)sinxdx \begin{aligned} \int \sin^3x \cos x dx &= \int \sin x \sin^2x \cos x dx \\ &= \int \sin x (1-\cos^2x) \cos x dx \\ &= \int (1-\cos^2x) \cos x \sin x dx \\ &= \int (\cos x -\cos^3x) \sin x dx \\ \end{aligned}

We chose to split the sin3x\sin^3x term here because (1) there wasn't enough cosine terms to do anything with and because (2) replacing two of the three sines left us with the derivative of cosine (which means u-substitution would be possible -- the derivative of what we want uu to be is in the problem).

From here, we should make the u-substitution u=cosxdu=sinxdxu=\cos x \Rightarrow du=-\sin x dx:

sin3xcosxdx=(cosxcos3x)sinxdx=(uu3)du=(12u214u4)+C=(12cos2x14cos4x)+C=14cos4x12cos2x+C \begin{aligned} \int \sin^3x \cos x dx &= \int (\cos x -\cos^3x) \sin x dx \\ &= - \int (u - u^3) du\\ &= - \left( \frac{1}{2}u^2 - \frac{1}{4}u^4 \right) + C\\ &= - \left( \frac{1}{2}\cos^2x - \frac{1}{4}\cos^4x \right) + C\\ &= \frac{1}{4} \cos^4x - \frac{1}{2} \cos^2x + C \end{aligned}

Note that while the solutions look different in form, they are equivalent. To prove this, we would have to use an identity (or identities) to rewrite one equation into the form of the other. We will leave this as a Practice Problem.

Suppose that our cosx\cos x term in the previous example had a higher degree. In that case, our simple u-substitution would no longer cut it. Let's think back to the identities we mentioned earlier (as well as how we solved Example 1 using Option 2) and see if we can figure out the next example.

Example 2

Compute sin2xcos3x dx\int \sin^2x \cos^3 x \ dx.

View Answer

13sin3x15sin5x+C\frac{1}{3}\sin^3x - \frac{1}{5}\sin^5x +C

View Solution

Missing Video

This video tutorial is still in the works. In the meantime, please use the text version.


For additional content, check out our Youtube channel (click this container).

In an attempt to use the Pythagorean identity sin2xcos2x=1cos2x=1sin2x\sin^2x - \cos^2x = 1 \Rightarrow \cos^2x = 1 - \sin^2x, we split cos3\cos^3 up and get to rewriting:

sin2xcos3xdx=sin2xcos2xcosxdx=sin2x(1sin2x)cosxdx=(sin2xsin4x)cosxdx \begin{aligned} \int \sin^2x \cos^3x dx &= \int \sin^2 x \cos^2x \cos x dx \\ &= \int \sin^2x (1-\sin^2x) \cos x dx \\ &= \int (\sin^2x-\sin^4x) \cos x dx \\ \end{aligned}

We chose to split the cos3x\cos^3x term here because (1) replacing sin2x\sin^2x would have converted everything into cosines which would be a harder integral and beacause (2) replacing two of the three cosines left us with the derivative of sine (which means u-substitution would be possible -- the derivative of what we want uu to be is in the problem).

From here, we should make the u-substitution u=sinxdu=cosxdxu=\sin x \Rightarrow du=\cos x dx:

sin2xcos3xdx=(sin2xsin4x)cosxdx=(u2u4)du=(13u315u5)+C=13sin3x15sin5x+C \begin{aligned} \int \sin^2x \cos^3x dx &=\int (\sin^2x-\sin^4x) \cos x dx \\ &= \int (u^2 - u^4) du\\ &= \left( \frac{1}{3}u^3 - \frac{1}{5}u^5 \right) + C\\ &= \frac{1}{3}\sin^3x - \frac{1}{5}\sin^5x + C \end{aligned}

Example 3

Compute sin2x dx\int \sin^2x \ dx.

View Answer

12x14sin(2x)+C\frac{1}{2}x - \frac{1}{4}\sin(2x) +C

View Solution

Missing Video

This video tutorial is still in the works. In the meantime, please use the text version.


For additional content, check out our Youtube channel (click this container).

Solution coming soon.

Look back at the past three examples. Did we notice any patterns?

For the general integral sinm(x)cosn(x) dx\int \sin^m(x) \cos^n(x) \ dx:

m is odd: Split off sinx, use sin2x=1cos2xu=cosxm is even, n is odd: Split off cosx, use cos2x=1sin2xu=sinxm,n are even: Use half-angle identities \begin{aligned} \boldsymbol{m} \textbf{ is odd: } & \text{Split off } \sin x \text{, use } \sin^2 x = 1 - \cos^2 x \text{, } u= \cos x \\ \boldsymbol{m} \textbf{ is even, } \boldsymbol{n} \textbf{ is odd: } & \text{Split off } \cos x \text{, use } \cos^2 x = 1 - \sin^2 x \text{, } u= \sin x\\ \boldsymbol{m}\textbf{,} \boldsymbol{n} \textbf{ are even: } & \text{Use half-angle identities} \end{aligned}

Challenge 1

Compute sin4xcos5x dx\int \sin^4x \cos^5x \ dx.

View Answer

15sin5x27sin7x+19sin9x+C\frac{1}{5}\sin^5x - \frac{2}{7}\sin^7x + \frac{1}{9}\sin^9x +C

View Solution

Missing Video

This video tutorial is still in the works. In the meantime, please use the text version.


For additional content, check out our Youtube channel (click this container).

Solution coming soon.

Challenge 2

Compute sin2xcos2x dx\int \sin^2x \cos^2x \ dx.

View Answer

18x132sin(4x)+C\frac{1}{8}x - \frac{1}{32}\sin(4x) +C

View Solution

Missing Video

This video tutorial is still in the works. In the meantime, please use the text version.


For additional content, check out our Youtube channel (click this container).

Solution coming soon.


Powers of Other Trig Functions

What about our other trigonometric functions? Since our strategy of using Pythagorean identities worked well for integrals involving sine and cosine, we can expect the same strategy to apply for integrals involving the other trigonometric functions as well.

For the general integral tanm(x)secn(x) dx\int \tan^m(x) \sec^n(x) \ dx:

m is odd: Split off secxtanx, use tan2x=sec2x1u=secxn is even: Split off sec2x, use sec2x=tan2x+1u=tanx \begin{aligned} \boldsymbol{m} \textbf{ is odd: } & \text{Split off } \sec x \tan x \text{, use } \tan^2 x = \sec^2 x -1 \text{, } u= \sec x \\ \boldsymbol{n} \textbf{ is even: } & \text{Split off } \sec^2 x \text{, use } \sec^2 x = \tan^2 x + 1 \text{, } u= \tan x \end{aligned}

For the general integral cotm(x)cscn(x) dx\int \cot^m(x) \csc^n(x) \ dx:

m is odd: Split off cscxcotx, use cot2x=csc2x1u=cscxn is even: Split off csc2x, use csc2x=cot2x+1u=cotx \begin{aligned} \boldsymbol{m} \textbf{ is odd: } & \text{Split off } \csc x \cot x \text{, use } \cot^2 x = \csc^2 x -1 \text{, } u= \csc x \\ \boldsymbol{n} \textbf{ is even: } & \text{Split off } \csc^2 x \text{, use } \csc^2 x = \cot^2 x + 1 \text{, } u= \cot x \end{aligned}

Example 4

Compute tan6xsec4x dx\int \tan^6x \sec^4x \ dx.

View Answer

17tan7x+19tan9x+C\frac{1}{7}\tan^7x + \frac{1}{9}\tan^9x +C

View Solution

Missing Video

This video tutorial is still in the works. In the meantime, please use the text version.


For additional content, check out our Youtube channel (click this container).

Solution coming soon.

Example 5

Compute tan5xsec7x dx\int \tan^5x \sec^7x \ dx.

View Answer

111sec11x29sec9x+17sec7x+C\frac{1}{11}\sec^{11}x - \frac{2}{9}\sec^9x + \frac{1}{7}\sec^7x +C

View Solution

Missing Video

This video tutorial is still in the works. In the meantime, please use the text version.


For additional content, check out our Youtube channel (click this container).

Solution coming soon.

Example 6

Compute csc4xcot6x dx\int \csc^4x \cot^6x \ dx.

View Answer

19cot9x17cot7x+C-\frac{1}{9}\cot^9x - \frac{1}{7}\cot^7x +C

View Solution

Missing Video

This video tutorial is still in the works. In the meantime, please use the text version.


For additional content, check out our Youtube channel (click this container).

Solution coming soon.

Note that the example above can be solved with a simple u-substitution (if you rewrite the integrand in terms of sines and cosines).

Challenge 3

Compute tan5x dx\int \tan^5x \ dx.

View Answer

12x14sin(2x)+C\frac{1}{2}x - \frac{1}{4}\sin(2x) +C

View Solution

Missing Video

This video tutorial is still in the works. In the meantime, please use the text version.


For additional content, check out our Youtube channel (click this container).

Solution coming soon.


Practice Problems

Coming soon!

Problem 10

Prove 14sin4x+C=14cos4x12cos2x+C\frac{1}{4} \sin^4x +C = \frac{1}{4}\cos^4x - \frac{1}{2}\cos^2x + C (from Example 1).

Hint

Factor and use the Pythagorean identity.

View Solution

Missing Video

This video tutorial is still in the works. In the meantime, please use the text version.


For additional content, check out our Youtube channel (click this container).

Solution coming soon.

© 2023 - 2024 CalcPrep

[Contact][Privacy Statement][Terms of Use]

Last Updated: 09/01/2024

AP® and CLEP® are trademarks registered by the College Board, which is not affiliated with, and does not endorse, this website.