Chapter 1: Substitution Method The most fundamental technique. Look for a composite function f(g(x)) multiplied by g'(x). Set u = g(x), du = g'(x) dx, and the integral transforms to integral f(u) du. Common recognizable patterns: integral f(ax+b) dx = F + C (linear substitution), integral f()*x^(n-1) dx (power substitution), and integral f(trig(x))*trig'(x) dx (trig substitution).
Chapter 2: Integration by Parts Used when the integrand is a product of two different types of functions. The LIATE rule determines u: Logarithmic functions get highest priority, then Inverse trig, Algebraic, Trigonometric, and Exponential (lowest priority). Critical special cases: integral ln x dx = x ln x - x + C, integral dx (tabular method efficient), integral sin x or cos x (cyclic by-parts, solve algebraically for I).
Chapter 3: Partial Fractions For rational functions P(x) with deg P < deg Q. Decomposition rules by factor type of Q(x): (1) Linear factor (ax+b) gives , (2) Repeated linear (ax+b)^n gives sum of ^k for k=1 to n, (3) Irreducible quadratic () gives . Always perform long division first if deg P >= deg Q. Cover-up method provides quick solutions for distinct linear factors.
Chapter 4: Trigonometric Integrals Strategy depends on the form. For x x: if m or n is odd, save one factor for du and convert rest using sin^{2+cos}^2=1. If both are even, use half-angle formulas. For sin(mx)cos(nx), sin(mx)sin(nx), cos(mx)cos(nx), use product-to-sum identities. For powers of tan and sec: integral x uses the recurrence = tan^(n-1) - I_(n-2).
Chapter 5: Special Techniques The [f(x)+f'(x)] pattern appears frequently in JEE: always check if the integrand can be decomposed this way. Completing the square converts forms to standard (u^{2+k}^2) or (u^{2-k}^2) types. The Weierstrass substitution t = tan is the universal method for rational trig integrals but should be a last resort due to algebraic complexity.