Integration by Substitution
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn u-substitution, the most common integration technique. It’s the chain rule in reverse.
The Concept
Section titled “The Concept”When you learned the chain rule for derivatives, you saw that the derivative of a composite function like (x² + 5)⁴ involves differentiating the outside and multiplying by the derivative of the inside:
U-substitution is this process in reverse. If you see an integral that looks like it came from a chain rule derivative, you can undo it.
The idea: temporarily replace the complicated inside part with a single variable u. This turns a hard integral into an easy one.
Why it works
Section titled “Why it works”Consider the integral:
This looks messy. But notice: x² + 5 is inside the cube, and 2x (the derivative of x² + 5) is sitting right there as a factor. If you let u = x² + 5, then du = 2x dx. The entire integral collapses to:
That’s just the power rule. You integrate, get u⁴/4 + C, then swap u back for x² + 5.
The procedure
Section titled “The procedure”- Choose u = (the inside function, the part that’s nested inside something else)
- Compute du = (derivative of u) dx
- Check: does du (or a constant multiple of it) appear in the integrand?
- Rewrite the entire integral in terms of u and du. No x’s should remain.
- Integrate with respect to u using the basic rules
- Substitute back: replace u with the original expression in x
What if du doesn’t match exactly?
Section titled “What if du doesn’t match exactly?”Sometimes the derivative of u is off by a constant factor. For example, if u = 3x, then du = 3 dx, but you only have dx in the integral. That’s fine: just solve for dx = du/3 and adjust with the constant. You can always pull constant factors in or out. What you can’t do is pull x’s in or out.
The general formula:
How to spot a good substitution
Section titled “How to spot a good substitution”Ask yourself: “Is there a function inside another function? Is the derivative of the inside function (or something close to it) also in the integrand?” If yes, let u be the inside function.
Worked Example
Section titled “Worked Example”Example 1: Power of a function
Evaluate:
Let u = x² + 5. Then du = 2x dx. The 2x dx in the integrand is exactly du.
Example 2: Trig with chain rule
Evaluate:
Let u = 3x. Then du = 3 dx, so dx = du/3.
The 1/3 factor comes from adjusting for the chain rule. When the inside function has a constant multiplier, you divide by that constant.
Example 3: Square root with substitution
Evaluate:
Let u = x² + 1. Then du = 2x dx, so x dx = du/2.
Real-World Application
Section titled “Real-World Application”U-substitution shows up whenever you integrate a composite function:
- Physics: integrating force along a curved path where the path variable needs substitution
- Economics: computing total revenue when the rate function involves a composition
- Biology: integrating growth models where the rate depends on a transformed variable
- Engineering: computing work done by a variable force