Substitution Rule
∫ f(g(x))g'(x) dx = ∫ f(u) du, where u = g(x)
U-Substitution Steps:
- Choose u = g(x) (usually the "inside" function)
- Find du = g'(x) dx
- Substitute u and du into integral
- Integrate with respect to u
- Substitute back: replace u with g(x)
Example:
∫ 2x cos(x²) dx
Let u = x², then du = 2x dx
∫ cos(u) du = sin(u) + C = sin(x²) + C
Integration by Parts
∫ u dv = uv - ∫ v du
where u and dv are chosen parts of the integrand
LIATE Rule for choosing u:
L - Logarithmic (ln x, log x)
I - Inverse trig (arcsin x, arctan x)
A - Algebraic (x, x², polynomials)
T - Trigonometric (sin x, cos x)
E - Exponential (e^x, a^x)
Integration by Parts Steps:
- Choose u (using LIATE) and dv
- Find du and v
- Apply formula: uv - ∫ v du
- Integrate ∫ v du
Example:
∫ x e^x dx
u = x, dv = e^x dx
du = dx, v = e^x
= x e^x - ∫ e^x dx = x e^x - e^x + C = e^x(x-1) + C