Case 1: integral (x)*(x) dx
If m is odd: Save one sin(x), convert rest to cos(x) using = 1-, substitute u = cos(x). Example: integral (x)(x) dx = integral (1-(x))(x)*sin(x) dx. Let u = cos(x).
If n is odd: Save one cos(x), convert rest to sin(x), substitute u = sin(x).
If both m and n are even: Use half-angle identities: (x) = (1-cos(2x))/2, (x) = (1+cos(2x))/2 Example: integral (x)(x) dx = integral (2x) dx = integral (1-cos(4x)) dx
*Case 2: integral sin(mx)cos(nx) dx (product-to-sum)
- sin(A)*cos(B) = [sin(A+B) + sin(A-B)]
- cos(A)*cos(B) = [cos(A-B) + cos(A+B)]
- sin(A)*sin(B) = [cos(A-B) - cos(A+B)]
Case 3: integral (x) dx (reduction) integral (x) dx = integral tan^(n-2)(x)(x) dx = integral tan^(n-2)(x)((x)-1) dx = integral tan^(n-2)(x)*(x) dx - integral tan^(n-2)(x) dx = tan^(n-1) - integral tan^(n-2)(x) dx
Case 4: integral (x) dx For n even: save (x), convert rest using = 1 + , substitute u = tan(x). For n odd: use by parts with u = sec^(n-2)(x), dv = (x)dx.
Case 5: Weierstrass Substitution (Universal) Let t = tan. Then sin(x) = 2, cos(x) = , dx = 2. Converts any rational function of sin and cos to a rational function of t. Use as last resort — it often makes the algebra heavy.