integral calculus
u-Substitution
You should know: integral, chain rule
Overview
u-Substitution (the substitution rule) is the integral counterpart of the chain rule. It simplifies an integral by replacing a complicated expression with a single variable u, transforming the integral into a more recognizable form in terms of u.
Intuition
If an integrand looks like f(g(x))·g'(x), it's the output of the chain rule run in reverse. Substituting u=g(x) collapses g'(x)dx into du, turning a messy composite-function integral into a simple ∫f(u)du.
Interactive Graph
Formal Definition
If u = g(x) is differentiable and f is continuous on the range of g:
The limits of integration must also be converted to u-values
Applications
Worked Examples
Let u = x²+1, so du = 2x dx — which appears exactly in the integrand.
Substitute and integrate using the power rule.
Substitute back u=x²+1.
Answer: (x²+1)⁶/6 + C
Practice Problems
Evaluate ∫ cos(3x) dx.
Evaluate ∫ (ln x)²/x dx.
Common Mistakes
Forgetting to convert the limits of integration to u-values when substituting in a definite integral.
Either convert the limits to g(a) and g(b) and evaluate entirely in u, or substitute back to x before plugging in the original limits — mixing the two approaches gives a wrong answer.
Choosing a substitution u=g(x) when g'(x) doesn't appear (up to a constant) anywhere in the integrand.
u-substitution only works cleanly when the integrand contains both g(x) and a factor proportional to g'(x); otherwise a leftover x-term will remain that can't be expressed in terms of u.
Quiz
Summary
- u-Substitution reverses the chain rule: ∫f(g(x))g'(x)dx = ∫f(u)du where u=g(x).
- Look for an inner function g(x) whose derivative g'(x) also appears in the integrand.
- For definite integrals, either convert the bounds to u-values or substitute back to x before evaluating.
- Always add the constant of integration C for indefinite integrals.
Mathematics