The Method (u-Substitution)
The substitution method reverses the chain rule:
∫f(g(x))⋅g′(x)dx=∫f(u)du=F(u)+C
where u=g(x) and du=g′(x)dx
Steps for Indefinite Integrals
- Choose u=g(x) (usually the "inside" function)
- Compute du=g′(x)dx
- Rewrite the integral in terms of u
- Integrate with respect to u
- Substitute back x for u
Steps for Definite Integrals
Two methods:
Method 1: Change limits
- When x=a, u=g(a)
- When x=b, u=g(b)
- Evaluate using new limits (no back-substitution needed)
Method 2: Substitute back
- Find antiderivative in terms of u
- Substitute back to x
- Evaluate at original limits
Common Substitutions
| Integrand contains | Try u= |
|---|
| (ax+b)n | ax+b |
| sin(ax) or cos(ax) | ax |
| eax | ax |
| a2−x2 | asin(θ) |
| ln(x) | ln(x) |
| xn−1 inside f(xn) | xn |
Examples
Example 1: Basic substitution
∫(2x+1)5dx
Let u=2x+1, du=2dx, dx=2du
=21∫u5du=21⋅6u6+C=12(2x+1)6+C
Example 2: Trigonometric
∫sin3(x)cos(x)dx
Let u=sin(x), du=cos(x)dx
=∫u3du=4u4+C=4sin4(x)+C
Example 3: Exponential
∫x⋅ex2dx
Let u=x2, du=2xdx, xdx=2du
=21∫eudu=21eu+C=21ex2+C
Example 4: Logarithmic
∫xln(x)1dx
Let u=ln(x), du=x1dx
=∫u1du=ln∣u∣+C=ln∣ln(x)∣+C
Example 5: Definite integral (changing limits)
∫01x1−x2dx
Let u=1−x2, du=−2xdx
When x=0, u=1
When x=1, u=0
=−21∫10udu=21∫01udu
=21⋅[3/2u3/2]01=21⋅32⋅1=31
Example 6: Adjusting for missing constants
∫sin(5x)dx
Let u=5x, du=5dx, dx=5du
=51∫sin(u)du=−51cos(u)+C=−51cos(5x)+C
Example 7: Rational with substitution
∫x2+1xdx
Let u=x2+1, du=2xdx
=21∫u1du=21ln∣u∣+C=21ln(x2+1)+C
Note: Absolute value not needed since x2+1>0.
Example 8: Trigonometric (tan/sec)
∫tan(x)dx=∫cos(x)sin(x)dx
Let u=cos(x), du=−sin(x)dx
=−∫u1du=−ln∣u∣+C=−ln∣cos(x)∣+C=ln∣sec(x)∣+C