6.9 Integrating Using Substitution
- Syllabus
- 2020
- Topic
- 6.9
- Level
- —
Use substitution when an integrand contains a composite expression together with its derivative, possibly differing by a constant factor. Setting the inner expression equal to u reverses the chain rule and turns the integral into a familiar function of one variable.
Choose u as the inner expression; compute du; rewrite every factor and the differential in terms of u; integrate; then check by differentiating. For an indefinite integral, substitute the original expression back and add C. For a definite integral, convert both bounds using the same substitution before evaluating.
For ∫6x(3x2+1)4dx, let u=3x2+1, so du=6xdx. Then ∫u4du=u5/5+C, giving (3x2+1)5/5+C. Differentiation returns the original integrand.
For ∫012xex2dx, let u=x2 and du=2xdx. The original bounds become u(0)=0 and u(1)=1, so the integral is ∫01eudu=[eu]01=e−1.
Do not leave both x and u in the transformed integrand. For a definite integral, either change the bounds and finish entirely in u, or find an antiderivative, return to x, and use the original bounds. Mixing new bounds with an x-expression gives an invalid evaluation.