Trigonometric Integrals
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn strategies for integrating products and powers of sine, cosine, tangent, and secant. These come up constantly in physics, engineering, and signal processing.
The Concept
Section titled “The Concept”Trigonometric integrals follow a few predictable patterns. Once you recognize which pattern you’re looking at, the strategy is straightforward.
Powers of sine and cosine
Section titled “Powers of sine and cosine”The key identity is the Pythagorean identity:
If at least one power is odd, peel off one factor for du and convert the rest using the identity above.
If both powers are even, use the power-reducing (half-angle) identities:
These convert even powers into expressions with double angles that you can integrate directly.
Powers of tangent and secant
Section titled “Powers of tangent and secant”The key identity here is:
Combined with the fact that the derivative of tan(x) is sec²(x) and the derivative of sec(x) is sec(x)tan(x), you get two main strategies:
- If the power of secant is even: save sec²(x) for du, convert the rest to tangent
- If the power of tangent is odd: save sec(x)tan(x) for du, convert the rest to secant
Quick reference
Section titled “Quick reference”Here’s the decision process:
- Look at the powers of sine/cosine (or tangent/secant)
- Is one power odd? Peel off one factor, convert the rest with the Pythagorean identity, substitute
- Are both powers even? Use half-angle identities to reduce
- Does nothing fit? Try rewriting everything in terms of sine and cosine first
Worked Example
Section titled “Worked Example”Example 1: Odd power of sine
Evaluate:
Since the power of sine is odd (3), peel off one sin(x) for du and convert the rest:
Let u = cos(x), du = -sin(x) dx:
Example 2: Both powers even
Evaluate:
Both powers are even, so apply the half-angle identities:
Apply the half-angle identity again to cos²(2x):
Now integrate:
Example 3: Tangent and secant
Evaluate:
The derivative of tan(x) is sec²(x), so this is a direct substitution.
Let u = tan(x), du = sec²(x) dx:
Real-World Application
Section titled “Real-World Application”Trigonometric integrals show up anywhere periodic functions are involved:
- In electrical engineering, computing power in AC circuits requires integrating products of sine and cosine
- In physics, energy calculations for oscillating systems (springs, pendulums) involve these integrals
- In audio and signal processing, Fourier analysis decomposes signals into sine and cosine components, and computing coefficients requires exactly these types of integrals
- In game development, smooth periodic animations and wave effects use trig functions, and integrating them gives accumulated displacement or energy