Trigonometric Integration- Techniques and Practice Problems
What Is Trigonometric Integration?
Trigonometric integration is the process of finding antiderivatives of functions involving sine, cosine, tangent, and their reciprocals. It shows up in physics, engineering, and signal processing constantly.
Most students struggle because they try to memorize everything. You don't need that. You need to recognize patterns and know which identity applies.
The Building Blocks
Before you can integrate trig functions, you need these derivatives committed to memory:
- d/dx(sin x) = cos x
- d/dx(cos x) = -sin x
- d/dx(tan x) = sec²x
- d/dx(cot x) = -csc²x
- d/dx(sec x) = sec x tan x
- d/dx(csc x) = -csc x cot x
That means the antiderivatives are straightforward:
- ∫cos x dx = sin x + C
- ∫sin x dx = -cos 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 Core Techniques
1. Direct Integration
The simplest cases. You just apply the formulas above.
Example: ∫2cos x dx = 2sin x + C
Nothing complicated here. Factor out constants, integrate.
2. U-Substitution with Trig Functions
This is where most problems start. You substitute when the inner function is more complex.
Example: ∫cos(3x) dx
Let u = 3x. Then du = 3 dx, so dx = du/3.
∫cos(u) · (du/3) = (1/3)∫cos(u) du = (1/3)sin(u) + C = (1/3)sin(3x) + C
3. Using Trigonometric Identities
When you don't have a direct match, identities save you. The power-reduction formulas are the most useful:
- sin²x = (1 - cos(2x))/2
- cos²x = (1 + cos(2x))/2
- sin x cos x = (1/2)sin(2x)
These turn squared terms into things you can integrate directly.
4. Products of Sine and Cosine
For ∫sin(mx)cos(nx) dx, you have two paths:
Method A: Product-to-sum identities
- sin A cos B = (1/2)[sin(A-B) + sin(A+B)]
- sin A sin B = (1/2)[cos(A-B) - cos(A+B)]
- cos A cos B = (1/2)[cos(A-B) + cos(A+B)]
Method B: U-substitution when m = n
∫sin(nx)cos(nx) dx = (1/2)∫sin(2nx) dx = -(1/4n)cos(2nx) + C
5. Powers of Sine and Cosine
This is where students get stuck. The strategy depends on whether the powers are odd or even.
Strategy for sinⁿx and cosⁿx
One power is odd:
- Factor out one term from the odd power
- Convert the remaining even power using sin²x + cos²x = 1
- Substitute with u = the other trig function
Example: ∫sin³x cos²x dx
sin³x has an odd power. Factor out sin x:
= ∫sin²x cos²x sin x dx
Convert sin²x: sin²x = 1 - cos²x
= ∫(1 - cos²x)cos²x sin x dx = ∫(cos²x - cos⁴x)sin x dx
Now substitute u = cos x, du = -sin x dx:
= -∫(u² - u⁴) du = -∫u² du + ∫u⁴ du = -u³/3 + u⁵/5 + C
= -cos³x/3 + cos⁵x/5 + C
Both powers are even:
Use power-reduction formulas to halve the powers. Then expand and integrate term by term.
6. Powers of Tangent and Secant
The rules are different here:
- ∫tanⁿx dx = ∫tanⁿ⁻²x sec²x dx - ∫tanⁿ⁻²x dx (when n ≥ 2)
- ∫secⁿx dx = ∫secⁿ⁻²x sec²x dx (for odd n)
- ∫secⁿx dx = ∫secⁿ⁻²x tan²x dx + ∫secⁿ⁻²x dx (for even n)
Example: ∫tan²x dx
Use tan²x = sec²x - 1:
= ∫(sec²x - 1) dx = tan x - x + C
7. The Weierstrass Substitution (t = tan(x/2))
This handles rational combinations of sin x and cos x. It's a last resort when other methods fail.
- sin x = 2t/(1+t²)
- cos x = (1-t²)/(1+t²)
- dx = 2/(1+t²) dt
The integral becomes a rational function in t. Then use partial fractions if needed.
Method Selection Guide
| Integral Type | Best Method |
|---|---|
| ∫sinⁿx cosᵐx (one odd power) | U-sub, factor odd term |
| ∫sinⁿx cosᵐx (both even) | Power-reduction formulas |
| ∫sin(ax)cos(bx) | Product-to-sum identities |
| ∫tanⁿx secᵐx (odd sec) | Factor sec x, use tan derivative |
| ∫tanⁿx secᵐx (even sec) | Use sec²x = 1 + tan²x |
| Rational sin/cos combo | Weierstrass substitution |
Practice Problems
Problem 1: ∫sin²x cos x dx
Solution: Let u = sin x, du = cos x dx
= ∫u² du = u³/3 + C = sin³x/3 + C
Problem 2: ∫cos²x dx
Solution: Use cos²x = (1 + cos(2x))/2
= ∫(1/2 + (1/2)cos(2x)) dx
= x/2 + (1/4)sin(2x) + C
Problem 3: ∫sin x cos x dx
Solution: Method 1 - use identity sin x cos x = (1/2)sin(2x)
= (1/2)∫sin(2x) dx = -(1/4)cos(2x) + C
Method 2 - let u = sin x
= ∫u du = u²/2 + C = sin²x/2 + C
Both answers are correct (they differ by a constant).
Problem 4: ∫tan³x dx
Solution: Write tan³x = tan x · tan²x = tan x(sec²x - 1)
= ∫tan x sec²x dx - ∫tan x dx
First part: let u = tan x, du = sec²x dx → ∫u du = u²/2
Second part: ∫tan x dx = -ln|cos x|
= tan²x/2 + ln|cos x| + C
Problem 5: ∫sec⁴x dx
Solution: sec⁴x = sec²x · sec²x = sec²x(1 + tan²x)
= ∫sec²x dx + ∫sec²x tan²x dx
First part: tan x
Second part: let u = tan x, du = sec²x dx → ∫u² du = u³/3
= tan x + tan³x/3 + C
Common Mistakes to Avoid
- Forgetting the chain rule factor when integrating composite trig functions like sin(3x)
- Using the wrong identity — check whether you need sin²x or sin x cos x formulas
- Dropping the constant of integration — always add +C
- Overcomplicating simple problems — direct integration is often the answer
- Not checking your work — differentiate your answer to see if you get the original integrand
Getting Started Checklist
- Can you identify if it's a basic antiderivative? Integrate directly.
- Is there a composite function? Try u-substitution.
- Are there odd powers? Factor out one term and substitute.
- Are there even powers? Use power-reduction formulas.
- Is it a product of trig functions? Try product-to-sum identities.
- Is it a messy rational function of sin and cos? Consider Weierstrass substitution.
Work through 20-30 problems and you'll start seeing the patterns instantly. That's the only way this stuff actually sticks.