Integration by Substitution
Master the u-substitution technique to integrate composite functions, including changing limits for definite integrals.
The u-Substitution Technique
Integration by substitution (also called u-substitution) is the integration counterpart of the chain rule for differentiation. It simplifies integrals by replacing a complicated expression with a single variable u.
If u = g(x), then du = g'(x) dx, and:
∫ f(g(x)) · g'(x) dx = ∫ f(u) du
Choose u: identify the "inner function" or the part that simplifies the integral.
Find du/dx and rearrange to express dx in terms of du.
Substitute u and du into the integral, replacing all x-terms.
Integrate in terms of u, then substitute back to get the answer in terms of x.
Indefinite Integrals with Substitution
Example: ∫ 2x(x2 + 1)5 dx
Step 1: Let u = x2 + 1, then du/dx = 2x, so du = 2x dx.
Step 2: The integral becomes ∫ u5 du.
Step 3: Integrate: u6/6 + C.
Step 4: Substitute back: (x2 + 1)6/6 + C.
How to choose u: Look for a function and its derivative appearing in the integrand. The "inner function" in a composite expression is usually the best choice for u.
Changing Limits for Definite Integrals
For definite integrals, you have two options. The most efficient approach is to change the limits when substituting, so you never need to substitute back to x.
When x = a, u = g(a). When x = b, u = g(b).
∫ab f(g(x))g'(x) dx = ∫g(a)g(b) f(u) du
Example: ∫01 2x(x2 + 1)3 dx
Step 1: Let u = x2 + 1, du = 2x dx.
Step 2: Change limits: when x = 0, u = 1; when x = 1, u = 2.
Step 3: ∫12 u3 du = [u4/4]12 = 16/4 − 1/4 = 15/4
Answer: 15/4
Key Vocabulary
u-Substitution
A technique that replaces a complex expression with a single variable u to simplify integration.
Substitution Back
Replacing u with the original expression in x after integrating (for indefinite integrals).
Changing Limits
Converting x-limits to u-limits for definite integrals, avoiding the need to substitute back.
Inner Function
The function inside a composite expression, typically the best choice for u.
Worked Examples
Find ∫ cos(3x) dx using substitution.
Step 1: Let u = 3x, then du = 3 dx, so dx = du/3.
Step 2: ∫ cos(u) · (du/3) = (1/3) ∫ cos(u) du = (1/3)sin(u) + C
Answer: (1/3)sin(3x) + C
Find ∫ x · ex2 dx.
Step 1: Let u = x2, then du = 2x dx, so x dx = du/2.
Step 2: ∫ eu · (du/2) = (1/2)eu + C
Answer: (1/2)ex2 + C
Evaluate ∫12 3x2(x3 + 1)2 dx using substitution.
Step 1: Let u = x3 + 1, du = 3x2 dx.
Step 2: Change limits: x = 1 gives u = 2; x = 2 gives u = 9.
Step 3: ∫29 u−2 du = [−u−1]29 = −1/9 − (−1/2) = −1/9 + 1/2
Answer: 7/18
Knowledge Check
Select the correct answer for each question. Click "Check Answer" to see if you are right.
Question 1
To evaluate ∫ 6x(3x2 + 5)4 dx, the best substitution is:
Question 2
Find ∫ sin(2x) dx using substitution.
Question 3
If u = x2 + 3 and the x-limits are 0 to 1, what are the u-limits?
Question 4
Find ∫ 2xx2 + 1 dx.
Question 5
Evaluate ∫0π/2 cos(x) · esin(x) dx.
Key Concepts Summary
- ● u-substitution is the reverse of the chain rule for integration.
- ● Choose u as the inner function whose derivative appears (or nearly appears) in the integrand.
- ● Replace all x-expressions with u-expressions: no x should remain.
- ● For definite integrals, change the limits to u-values to avoid substituting back.
- ● Always check by differentiating your answer to verify it gives the original integrand.