Integration by Substitution
Definition
Integration by substitution is a technique based on the chain rule:
It transforms an integral of a composite function into a simpler integral by introducing a substitution .
Intuition
Just as the chain rule tells us how to differentiate a composition, substitution is the chain rule run backwards. By renaming as , a complicated integrand is rewritten in a new variable where a standard form is visible. For definite integrals, the limits travel with the substitution — they convert to values of , so we never need to undo the substitution at the end.
Formal Description
Given an integral of the form , let with differential . Then
For definite integrals, the limits of integration must be transformed accordingly:
Example 1. . Let , :
Example 2. . Let , ; limits change to and :
Applications
- Simplifying integrals of composite functions wherever appears as a factor.
- Evaluating trigonometric, exponential, and logarithmic integrals by choosing to be the inner function.
- Converting definite integrals over one interval to equivalent integrals over a transformed interval.
Trade-offs
- The factor must appear (possibly up to a constant multiple) in the integrand; substitution fails if it is absent.
- Choosing the right is not algorithmic — experience and pattern recognition are required.
- For definite integrals, forgetting to transform the limits is a common error; alternatively, back-substituting before evaluation avoids this but adds steps.
- Substitution handles one layer of composition at a time; nested compositions may require iterated substitutions.