Integration by Substitution
Integration by Substitution
Integration by substitution, often called u-substitution, is a powerful technique in calculus used to evaluate integrals. You can think of it as the reverse of the chain rule for differentiation.
When you have an integral where the integrand contains a composite function and the derivative of the inner function is also present, substitution is the perfect tool.
The Method of U-Substitution
The general formula for substitution is based on the relationship: ∫f(g(x))g′(x)dx=∫f(u)du
Here are the standard steps to solve an integral using substitution:
- Choose an inner function u=g(x). A good rule of thumb is to look for a part of the integrand whose derivative is also multiplying the rest of the expression.
- Find the differential du=g′(x)dx.
- Substitute u and du into the original integral to replace all instances of x and dx.
- Evaluate the new integral with respect to u.
- Replace u with the original expression g(x) (for indefinite integrals).
Example 1: Indefinite Integral
Find ∫2xcos(x2)dx
- Identify the inner function. Let u=x2.
- Find the derivative: du=2xdx. Notice that 2xdx is exactly what we have in the original integral!
- Substitute u and du into the integral: ∫cos(u)du
- Evaluate the integral: ∫cos(u)du=sin(u)+C
- Substitute x2 back in for u: sin(x2)+C
Example 2: Definite Integral
For definite integrals, you must also change the limits of integration to match your new variable u.
Evaluate ∫01x2(x3+1)4dx
- Let u=x3+1.
- Find the derivative: du=3x2dx. Our integral only has x2dx, so we can rewrite this as 31du=x2dx.
- Change the limits of integration:
- Lower limit: When x=0, u=(0)3+1=1.
- Upper limit: When x=1, u=(1)3+1=2.
- Substitute everything into the integral: ∫12(u)4(31du)=31∫12u4du
- Evaluate the definite integral: 31[5u5]12=151(25−15)=151(32−1)=1531