6.9 Integrating Using Substitution

Syllabus
2020
Topic
6.9
Level

Learning objectives

Use Substitution as the Reverse Chain Rule

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 uu reverses the chain rule and turns the integral into a familiar function of one variable.

Choose uu as the inner expression; compute dudu; rewrite every factor and the differential in terms of uu; integrate; then check by differentiating. For an indefinite integral, substitute the original expression back and add CC. For a definite integral, convert both bounds using the same substitution before evaluating.

For 6x(3x2+1)4dx\int 6x(3x^2+1)^4\,dx, let u=3x2+1u=3x^2+1, so du=6xdxdu=6x\,dx. Then u4du=u5/5+C\int u^4\,du=u^5/5+C, giving (3x2+1)5/5+C(3x^2+1)^5/5+C. Differentiation returns the original integrand.

For 012xex2dx\int_0^1 2x e^{x^2}\,dx, let u=x2u=x^2 and du=2xdxdu=2x\,dx. The original bounds become u(0)=0u(0)=0 and u(1)=1u(1)=1, so the integral is 01eudu=[eu]01=e1\int_0^1 e^u\,du=[e^u]_0^1=e-1.

Do not leave both xx and uu in the transformed integrand. For a definite integral, either change the bounds and finish entirely in uu, or find an antiderivative, return to xx, and use the original bounds. Mixing new bounds with an xx-expression gives an invalid evaluation.