Core Idea: If the integrand has the form f(g(x))*g'(x), substitute u = g(x) to simplify.
Pattern 1: Linear Substitution integral f(ax+b) dx = F(ax+b) + C Example: integral cos(3x+2) dx = sin(3x+2) + C
Pattern 2: Function and its Derivative integral [f(x)]^n * f'(x) dx = [f(x)]^ + C Example: integral (x)*cos(x) dx = sin^6$$\frac{x}{6} + C (u = sin(x))
Pattern 3: Reciprocal with Derivative integral f'(x) dx = ln|f(x)| + C Example: integral dx = ln|| + C
Pattern 4: Adjusting Constants When the numerator is close to but not exactly the derivative: integral dx: Note d/dx(2) = 4x+7. Perfect match! = ln|2| + C
When it's not a perfect match, split: integral dx: d/dx() = 2x+4. Write 3x+5 = (2x+4) + 5-6 = (2x+4) - 1. Split into two integrals.
Pattern 5: Trigonometric Substitutions for Radicals
- sqrt(a^{2-x}^2): x = asin(t), dx = acos(t)dt, sqrt becomes a*cos(t)
- sqrt(a^{2+x}^2): x = atan(t), dx = a(t)dt, sqrt becomes a*sec(t)
- sqrt(x^{2-a}^2): x = asec(t), dx = asec(t)tan(t)dt, sqrt becomes atan(t)
Pattern 6: Reciprocal Substitution For integrals with 1/ terms: let x = 1/t, dx = -dt/. Useful for integral ) type problems.