Integrating Trigonometric Functions- Techniques
What Trigonometric Integration Actually Is
Integration of trigonometric functions isn't some abstract math exercise. It's a practical tool you need for physics, engineering, and signal processing. If you're here, you probably already know the basics and need to actually integrate these functions without getting stuck.
Most students fail trig integration because they memorize formulas without understanding when to use them. This guide fixes that.
Basic Trigonometric Integrals You Must Know
These are your foundation. Memorize them or derive them quickly—you can't skip this step.
- ∫sin(x)dx = -cos(x) + C
- ∫cos(x)dx = sin(x) + C
- ∫sec²(x)dx = tan(x) + C
- ∫csc²(x)dx = -cot(x) + C
- ∫sec(x)tan(x)dx = sec(x) + C
- ∫csc(x)cot(x)dx = -csc(x) + C
The plus C is non-negotiable. Forgetting it loses points on every exam, every time.
Products of Sine and Cosine
When you see ∫sinᵐ(x)cosⁿ(x)dx, your approach depends on whether m or n is odd.
When One Exponent Is Odd
Strip off one factor and convert the rest using sin²x + cos²x = 1.
Example: ∫sin³(x)cos²(x)dx
sin³ = sin² · sin = (1 - cos²) · sin
Let u = cos(x), then du = -sin(x)dx
The integral becomes ∫(1 - u²)u²(-du) = ∫(u⁴ - u²)du
That gives you u⁵/5 - u³/3 + C, or cos⁵(x)/5 - cos³(x)/3 + C.
When Both Exponents Are Even
Use power-reduction formulas. This is where most people get stuck.
- sin²x = (1 - cos(2x))/2
- cos²x = (1 + cos(2x))/2
- sin x cos x = sin(2x)/2
Example: ∫sin²(x)dx
= ∫(1 - cos(2x))/2 dx = ½∫dx - ½∫cos(2x)dx
= x/2 - sin(2x)/4 + C
Products of Secants and Tangents
∫secᵐ(x)tanⁿ(x)dx follows patterns too.
When n Is Odd
Save one sec·tan factor and convert the rest to sec:
∫sec³(x)tan²(x)dx = ∫sec²(x)(sec(x)tan²(x))dx
Use tan²x = sec²x - 1, then substitute u = sec(x).
When m Is Even
Save sec²x and convert tan²x:
∫sec²(x)tan⁴(x)dx = ∫sec²(x)(sec²x - 1)tan²(x)dx
Let u = tan(x), du = sec²(x)dx.
Using Trigonometric Identities Strategically
You need these identities on demand:
- sin(2x) = 2sin(x)cos(x)
- cos(2x) = cos²x - sin²x
- 1 + tan²x = sec²x
- 1 + cot²x = csc²x
Product-to-sum formulas turn products into sums, which are easier to integrate:
- sin A cos B = ½[sin(A+B) + sin(A-B)]
- sin A sin B = ½[cos(A-B) - cos(A+B)]
- cos A cos B = ½[cos(A-B) + cos(A+B)]
Example: ∫sin(3x)cos(5x)dx
= ½∫[sin(8x) + sin(-2x)]dx = ½∫[sin(8x) - sin(2x)]dx
= ½[-cos(8x)/8 + cos(2x)/2] + C
= -cos(8x)/16 + cos(2x)/4 + C
Practical How-To: Choosing the Right Method
Here's how to actually work through these problems in under 5 minutes:
Step 1: Identify the Structure
Look at your integrand. Is it:
- sinⁿx or cosⁿx alone? → Power-reduction formula
- sinᵐx cosⁿx? → Check for odd exponent
- secᵐx tanⁿx? → Check for odd/even patterns
- Product of different angles? → Product-to-sum
Step 2: Strip and Convert
For odd powers, remove one factor for du and rewrite the rest in terms of your new variable.
Step 3: Substitute
Make the substitution, integrate, then back-substitute. Don't forget to convert du.
Step 4: Simplify
Combine like terms. Check your answer by differentiating. If you get the original integrand, you're done.
Comparing Integration Techniques
| Integral Type | Best Method | Key Identity |
|---|---|---|
| ∫sinⁿx dx (n even) | Power-reduction | sin²x = (1-cos2x)/2 |
| ∫sinᵐx cosⁿx (m odd) | U-substitution | sin²x = 1-cos²x |
| ∫sinᵐx cosⁿx (n odd) | U-substitution | cos²x = 1-sin²x |
| ∫secᵐx tanⁿx (n odd) | U-substitution | tan²x = sec²x-1 |
| ∫sin(Ax)cos(Bx)dx | Product-to-sum | 2sinAcosB formula |
| ∫tanⁿx dx | Separate tan²x | tan²x = sec²x-1 |
Common Mistakes That Cost You Points
- Forgetting to check both exponents in sinᵐx cosⁿx. Students often miss that cos has an odd power when sin doesn't.
- Wrong substitution direction. If you set u = sin(x) but sin has an even exponent, you're stuck. Choose based on which variable gives you du.
- Dropping the negative sign when substituting. du = -sin(x)dx, not sin(x)dx. Watch your signs.
- Overcomplicating simple integrals. ∫sin(x)cos(x)dx is just ∫½sin(2x)dx. Don't force u-substitution when a trig identity solves it instantly.
What Actually Works
Stop memorizing formulas in isolation. Learn the patterns:
- Odd power → strip one factor → u-substitution
- Even powers → power-reduction formulas
- Products of trig functions with different angles → product-to-sum
Work 10-15 problems covering each case. After that, the patterns become automatic. You stop thinking "what formula do I use" and start seeing the structure immediately.
That's the actual skill. Not the formulas—the pattern recognition.