Integrals of the Form
∫sinnxcosmxdx
🔍 Step 0: Identify the Powers
Look at the exponents:
- Is one of them odd? → use substitution
- Are both even? → use identities
🟢 Case 1: At Least One Power is Odd
💡 Core Idea
Save one factor and convert the rest using identities.
👉 If sinx is odd:
- Save one sinx
- Use: sin2x=1−cos2x
- Substitute: u=cosx
👉 If cosx is odd:
- Save one cosx
- Use: cos2x=1−sin2x
- Substitute: u=sinx
✏️ Example 1
Evaluate:
∫sin3xcos2xdx
Step 1: Separate the odd power
sin3x=sin2x⋅sinx
Step 2: Use identity
=∫(1−cos2x)cos2xsinxdx
Step 3: Substitution
Let:
- u=cosx
- du=−sinxdx
=−∫(1−u2)u2du
Step 4: Expand and integrate
=−∫(u2−u4)du
=−(3u3−5u5)+C
✅ Final Answer
=−3cos3x+5cos5x+C
🔵 Case 2: Both Powers are Even
💡 Core Idea
Use power-reducing identities to simplify.
Key Identities
sin2x=21−cos(2x),cos2x=21+cos(2x)
✏️ Example 2
Evaluate:
∫sin2xcos2xdx
Step 1: Apply identities
=∫4(1−cos(2x))(1+cos(2x))dx
Step 2: Simplify
=∫41−cos2(2x)dx=∫4sin2(2x)dx
Step 3: Apply identity again
sin2(2x)=21−cos(4x)
=∫81−cos(4x)dx
Step 4: Integrate
=81(x−4sin(4x))+C
🧠 Final Summary
| Situation | Strategy |
|---|
| One power is odd | Save one factor + substitution |
| Both powers are even | Use power-reducing identities |
🚀 Key Takeaway
Always aim to reduce the integral into:
- a polynomial, or
- a basic trig integral you already know