Substitution Method for Integration
The substitution method lets you transform a complicated integral into a simpler one by swapping in a new variable. It's the reverse of the chain rule: where the chain rule helps you differentiate composite functions, substitution helps you integrate them. Once you get comfortable spotting the right substitution, a huge number of integrals that look intimidating become straightforward.
Substitution for Indefinite Integrals
The core idea is to replace part of the integrand with a new variable , rewrite everything in terms of , integrate, and then convert back to the original variable.
Steps to apply substitution:
- Choose : Look at the integrand and identify an "inner function" whose derivative (or a constant multiple of it) also appears in the integrand. Set that inner function equal to .
- Find : Differentiate with respect to the original variable. For example, if , then .
- Rewrite the integral: Replace every occurrence of the original variable with expressions involving and . No leftover 's should remain.
- Integrate in terms of : The new integral should be one you recognize.
- Substitute back: Replace with the original expression to write your answer in terms of the original variable.
Example: Evaluate .
- Let , so .
- The integral becomes .
- Substituting back: .
Notice how the integrand contained both the inner function and its derivative . That pairing is exactly what makes substitution work.

Substitution in Definite Integrals
The process is the same, with one key difference: you need to handle the limits of integration.
You have two options:
- Change the limits (usually faster): When you substitute , convert the original limits and into and . Then evaluate the integral entirely in terms of . No back-substitution needed.
- Keep the original limits: Find the antiderivative in terms of , substitute back to the original variable, and then evaluate at the original limits.
Example: Evaluate .
- Let , so .
- Change limits: when , ; when , .
- The integral becomes .
A common mistake is changing the variable to but forgetting to change the limits. If your limits are still in terms of , you must substitute back before evaluating.

Recognizing When to Use Substitution
Substitution works best when the integrand contains a composite function and something resembling the derivative of the inner function. Here's what to look for:
- A function nested inside another function. For instance, has the inner function inside the exponential, and has inside cosine.
- The derivative of that inner function appearing as a factor. In , the factor is exactly the derivative of .
- A constant multiple is fine. If the derivative is off by a constant factor, you can adjust. For , you'd set , get , and write .
Common substitution choices:
| Integrand pattern | Typical substitution |
|---|---|
If after substituting you still have the original variable mixed in with , your substitution probably isn't the right one. A good substitution eliminates the original variable completely.
Connection to Other Techniques
- Chain rule in reverse: Substitution undoes the chain rule. If you can spot the "outer function" and "inner function" structure, substitution will likely work.
- Differential notation: Writing isn't just shorthand. It's what makes the algebra of substitution work cleanly, letting you swap for directly.
- When substitution isn't enough: Some integrals need other methods like integration by parts (for products of unrelated functions) or partial fractions (for rational functions). If no substitution simplifies the integral, try a different technique.