Techniques of Integration – Calculus I
Inner function whose derivative appears in the integrand
Change bounds: x=a → u=g(a), x=b → u=g(b)
Strip one, convert rest: sin² = 1 − cos², then u-sub
sin²x = (1−cos2x)/2, cos²x = (1+cos2x)/2
Derivatives ↓ | Antiderivatives ↓ | Alternate signs: +,−,+,−
If I reappears: solve 2I = expr algebraically
T = (Δx/2)[f0 + 2f1 + ... + 2fn-1 + fn]
Error: O(1/n²)
S = (Δx/3)[f0 + 4f1 + 2f2 + 4f3 + ... + fn]
Error: O(1/n4), n even