- Pythagorean identities: sin²x + cos²x = 1, 1 + tan²x = sec²x, 1 + cot²x = csc²x
- Double-angle identities: sin(2x) = 2sinxcosx, cos(2x) = cos²x - sin²x
- Sum-to-product formulas: sinA - sinB = 2cos((A+B)/2)sin((A-B)/2)
- Half-angle formulas: sin²(x/2) = (1 - cosx)/2, cos²(x/2) = (1 + cosx)/2
- Product-to-sum identities: sinAcosB = ½[sin(A+B) + sin(A-B)]
- Even and odd function properties: Exploit symmetry to evaluate definite integrals without heavy computation.
- Weierstrass substitution: Set t = tan(x/2) to convert all trig functions into rational expressions.
- Reduction formulas: Use identities to lower powers systematically, especially useful for ∫sinⁿxdx or ∫cosⁿxdx.
- Integration by parts with trig: Pair trigonometric functions with polynomial or exponential terms for effective breakdowns.
- Keep a reference sheet handy: Quick access to identities prevents errors during timed sessions.
- Practice pattern recognition daily: Work through varied problems to internalize common forms.
- Write out each step clearly: Clarity in logic helps both self-review and instructor grading.
- Check boundary conditions early: For definite integrals, confirm limits before integrating completely.
- Connect theory to applications: Relate results to physics, engineering, or statistics for deeper motivation.
| Scenario | Typical Identity | Preferred Method | Example Outcome |
|---|---|---|---|
| Product of Sines | sinAsinB = ½[cos(A−B) - cos(A+B)] | Product-to-sum conversion | ∫sin3xsin2xdx → ∫[cosx - cos5x]/2 dx |
| Even Power of Cosine | cos²x = (1 + cos2x)/2 | Power reduction | ∫cos⁴xdx → ∫[(3 + 4cos2x + cos4x)/8]dx |
| Weierstrass Use Case | All trig functions via t = tan(x/2) | Rationalization | ∫tanx/(1+secx)dx → ∫(t²/(1+t²))*(2dt/(1+t²)) |
| Odd Power Handling | sinⁿx or cosⁿx when n odd | Separate one factor, convert rest using pythag identity | ∫cos³xdx → ∫cos²xcosxdx → ∫(1-sin²x)cosxdx |