Skip to main content

Section 12.3 Integrals and the Method of Substitution

Every rule for differentiation has a corresponding rule for integrals or antidifferentiation. This section focuses on the integration rule that corresponds to the chain rule.

Recall that the chain rule states that if \(F(x)\) is a function with a derivative \(F'(x)\) and \(u\) is any expression (or function), then

\begin{equation*} \frac{d}{dx}[F(u)] = F'(u) \frac{du}{dx}. \end{equation*}

The corresponding antidifferentiation rule says that if we have a function \(f(x)\) with an antiderivative \(F(x)\) (\(F'(x)=f(x)\)), then

\begin{equation*} \int f(u) \frac{du}{dx} dx = F(u) + C. \end{equation*}

Usually, the integrand does not appear so obviously in the form of the chain rule. The method of substitution provides a formalized method to guide the process. The method relies on transforming the integral from an integrand in terms of the independent variable, say \(x\text{,}\) as a new integral with an integrand in terms of the chain variable \(u\text{.}\) For the transformation to be valid, we must account for the chain rule factor \(\frac{du}{dx} = u'\text{.}\) We use the substitution rule for differentials

\begin{equation*} du = u' \cdot dx \qquad \Leftrightarrow \qquad dx = \frac{du}{u'}. \end{equation*}

Subsection 12.3.1 Substitution and Antiderivatives

To apply the method of substitution, we start with an integral whose integrand is a function the independent variable (\(x\)) which appears to involve a composition (suggesting a chain rule). Define \(u\) to be the formula in the composition and compute \(u'\text{.}\) We then substitute \(\displaystyle dx = \frac{du}{u'}\) in the integral and attempt to rewrite the entire integrand in terms of only \(u\text{.}\) We then find antiderivatives in terms of \(u\) and express the result in terms of the orignal variable.

Example 12.3.1.

Use the method of substitution to find \(\displaystyle \int e^{3x} \, dx\text{.}\)

Solution

The integrand \(e^{3x}\) involves composition with \(u=3x\text{.}\) This is our substitution variable. Because \(u'=3\text{,}\) we have \(du = 3 dx\) so that \(\displaystyle dx = \frac{du}{3}\text{.}\) We rewrite the integral in terms of the substitution variable \(u\text{.}\) After antidifferentiation using the variable \(u\text{,}\) we back-substitute our original formula for \(u=3x\text{.}\) The work is shown below.

\begin{align*} \int e^{3x} \, dx & \qquad \begin{array}{c} u=3x \\ du=3\,dx \end{array} \\ &= \int e^{u} \cdot \frac{du}{3} \\ &= \int \frac{1}{3} e^{u} du \\ &= \frac{1}{3} e^{u} + C \\ &= \frac{1}{3} e^{3x} + C \end{align*}
Example 12.3.2.

Use the method of substitution to find \(\displaystyle \int \sqrt{3x+5} \, dx\text{.}\)

Solution

The integrand \(\sqrt{3x+5}=(3x+5)^{1/2}\) involves composition with \(u=3x+5\text{.}\) Because \(u'=3\text{,}\) we have \(du = 3 dx\) and \(\displaystyle dx = \frac{du}{3}\text{.}\) We rewrite the integral in terms of \(u\text{,}\) find an antiderivative, and then back-substitute to find a formula in terms of \(x\text{.}\)

\begin{align*} \int \sqrt{3x+5} \, dx & \qquad \begin{array}{c} u=3x+5 \\ du=3\,dx \end{array} \\ &= \int \sqrt{u} \cdot \frac{du}{3} \\ &= \int \frac{1}{3} u^{1/2} du \\ &= \frac{1}{3} \cdot \frac{2}{3} u^{3/2} + C \\ &= \frac{2}{9} (3x+5)^{3/2} + C \end{align*}
Example 12.3.3.

Use the method of substitution to find \(\displaystyle \int x\sin(x^2) \, dx\text{.}\)

Solution

The integrand \(x \sin(x^2)\) is a product with the composition involving \(u=x^2\text{.}\) We hope that the product is a result of the chain rule. Because \(u'=\frac{du}{dx} = 2x\text{,}\) we have \(\displaystyle du = 2x \, dx\) or \(\displaystyle dx = \frac{du}{2x}\text{.}\) We rewrite the integral

\begin{align*} \int x \sin(x^2) \, dx & \qquad \begin{array}{c} u=x^2 \\ du = 2x \, dx \end{array} \\ &= \int x \sin(u) \cdot \frac{du}{2x} \\ &= \int \frac{x}{2x} \sin(u) du \\ &= \int \frac{1}{2} \sin(u) du \\ &= -\frac{1}{2} \cos(u) + C \\ &= -\frac{1}{2} \cos(x^2) + C \end{align*}

This problem relied on the factor \(x\) and the formula for \(u'=2x\) having \(x\) cancel so that the transformed integral involves only the substitution variable \(u\text{.}\)

Example 12.3.4.

Use the method of substitution to find \(\displaystyle \int \tan(x) \, dx\text{.}\)

Solution

The integrand \(\tan(x)\) can be rewritten as a quotient, or as a product involving a negative power,

\begin{equation*} \tan(x) = \frac{\sin(x)}{\cos(x)} = \sin(x) \cdot (\cos(x))^{-1}. \end{equation*}

Once we have the negative power, we see the composition variable \(u=\cos(x)\text{.}\) Because \(u'=\frac{du}{dx} = -\sin(x)\text{,}\) we have \(\displaystyle du = -\sin(x) \, dx\) or \(\displaystyle dx = \frac{-du}{\sin(x)}\text{.}\) We rewrite the integral

\begin{align*} \int \tan(x) \, dx &= \int \sin(x) (\cos(x))^{-1} \, dx \qquad \begin{array}{c} u=\cos(x) \\ du = -\sin(x) \, dx \end{array} \\ &= \int \sin(x) u^{-1} \frac{-du}{\sin(x)} \\ &= \int - u^{-1} \, du \\ &= - \ln(|u|) + C \\ &= - \ln(|\cos(x)|) + C \end{align*}

Sometimes, after substitution, the integrand still involves the original variable. If the formula can be rewritten using only the substitution variable, then we may still be able to find an antiderivative.

Example 12.3.5.

Use the method of substitution to find \(\displaystyle \int x \sqrt{1-x} \, dx\text{.}\)

Solution

The integrand \(x \sqrt{1-x} = x (1-x)^{1/2}\) is a product with the composition involving \(u=1-x\text{.}\) Because \(u'=\frac{du}{dx} = -1\text{,}\) we have \(\displaystyle du = -dx\) or \(\displaystyle dx = -du\text{.}\) We rewrite the integral

\begin{align*} \int x \sqrt{1-x} \, dx &= \int x u^{1/2} \cdot -du \\ &= \int -x u^{1/2} du \end{align*}

If we start with the substitution equation \(u=1-x\) and solve for \(x\text{,}\) we find \(x=1-u\) and can use this substitution in the integral.

\begin{align*} \int x \sqrt{1-x} \, dx &= \int -x u^{1/2} du \\ &= \int -(1-u) u^{1/2} du \end{align*}

As currently written in a product, the antiderivative can not be found. However, if we multiply this out we can find antiderivatives using the power rule.

\begin{align*} \int x \sqrt{1-x} \, dx &= \int -(1-u) u^{1/2} du \\ &= \int -u^{1/2} + u^{3/2} du \\ &= -\frac{2}{3}u^{3/2} + \frac{2}{5}u^{5/2} + C \\ &= -\frac{2}{3}(1-x)^{3/2} + \frac{2}{5}(1-x)^{5/2} + C \end{align*}

The method of substitution does not work (or at least does not help) if the transformed integral is no closer to finding an antiderivative than the original.

Example 12.3.6.

Use the method of substitution to rewrite \(\displaystyle \int e^{-x^2}\, dx\text{.}\)

Solution

The integrand \(e^{-x^2}\) has a composition involving \(u=x^2\) and \(u'=2x\text{.}\) For \(x \gt 0\) we have the back-substitution

\begin{equation*} u=x^2 \quad \Leftrightarrow \quad x = \sqrt{u}. \end{equation*}

The method of substitution allows us to rewrite this integral.

\begin{align*} \int e^{-x^2} \, dx & \qquad \begin{array}{c} u=x^2 \\ du = 2x \, dx \end{array}\\ &= \int e^{-u} \frac{du}{2x} \\ &= \int \frac{1}{2\sqrt{u}}e^{-u} \, du \end{align*}

While these integrals are equivalent for \(x \gt 0\text{,}\) the new integral is no easier to evaluate than the original. It happens that this integral does not have an elementary antiderivative formula.

Subsection 12.3.2 Substitution and Definite Integrals

When using definite integrals, the Fundamental Theorem of Calculus allows us to compute a definite integral as the change in an antiderivative. If the method of substitution is used, our antiderivative will be a function of the substitution variable \(u\) which is a function of the independent variable. Rather than rewrite the antiderivative in terms of the original variable and then compute the change of the antiderivative, we can compute the change in the antiderivative in terms of the variable \(u\text{.}\)

Suppose that \(F(x)\) is an antiderivative of \(f(x)\text{.}\) Now, suppose that \(u\) is a function of \(x\) so that \(u(a)=c\) and \(u(b)=d\text{.}\) If we have an integral involving composition and the chain rule, we find

\begin{align*} \int_a^b f(u(x)) u'(x) dx &\overset{\mathrm{FTC}}{=} [F(u(x))]_a^b \\ &= F(u(b)) - F(u(a)) = F(d)-F(c). \end{align*}

This is identical to the integral we would get for the related definite integral

\begin{equation*} \int_c^d f(u) \, du \overset{\mathrm{FTC}}{=} \Big[F(u)\Big]_c^d = F(d) - F(c). \end{equation*}

Consequently, using the method of substitution on a definite integral can be performed by changing the limits of integration to the values of the substitution variable.

Example 12.3.7.

Compute \(\displaystyle \int_1^3 (2x+1)^4 \, dx\text{.}\)

Solution

The substitution variable is \(u=2x+1\text{.}\) When \(x=1\text{,}\) \(u=2(1)+1=3\text{,}\) and when \(x=3\text{,}\) \(u=2(3)+1=7\text{.}\) The substitution step involves \(u'=\frac{du}{dx}=2\) so that \(du = 2dx\) or \(\displaystyle dx=\frac{du}{2}\text{.}\) In order to keep track of whether the limit of integration refers to \(x\) or \(u\text{,}\) we need to clearly indicate this when both variables are involved.

\begin{align*} \int_1^3 (2x+1)^4 \, dx & \qquad \begin{array}{c c} u=2x-1 & x=1 \Rightarrow u=3 \\ du = 2\,dx & x=3 \Rightarrow u=7 \end{array} \\ &= \int_{x=1}^{x=3} u^4 \, \frac{du}{2} \\ &= \int_3^7 \frac{1}{2}u^4 \, du \\ &\overset{\mathrm{FTC}}{=} \Big[ \frac{1}{10} u^5 \Big]_3^7 \\ &= \frac{1}{10}(7^5) - \frac{1}{10}(3^5)\\ &= \frac{16564}{10} = \frac{8282}{5} \end{align*}

Sometimes the substitution variable is a decreasing function of the independent variable. This will cause the apparent order of the limits to reverse. Be careful that the limits of integration remain in the same starting and ending position as the original.

Example 12.3.8.

Compute \(\displaystyle \int_3^4 \frac{x\,dx}{25-x^2}\text{.}\)

Solution

The composition may not be apparent until we think of division as multiplication by a negative power:

\begin{equation*} \frac{x}{25-x^2} = x (25-x^2)^{-1}. \end{equation*}

This suggests a substitution \(u=25-x^2\text{.}\)

\begin{align*} \int_3^4 \frac{x \, dx}{25-x^2} & \qquad \begin{array}{c c} u=25-x^2 & x=3 \Rightarrow u=16 \\ du=-2x \,dx & x=4 \Rightarrow u=9 \end{array}\\ &= \int_{x=3}^{x=4} \frac{x}{u} \frac{du}{-2x} \\ &= \int_{16}^{9} -\frac{1}{2} \frac{du}{u} \\ &\overset{\mathrm{FTC}}{=} \Big[ -\frac{1}{2} \ln(|u|) \Big]_{16}^{9} \\ &= -\frac{1}{2} \ln(9) - -\frac{1}{2} \ln(16) = \frac{1}{2}(\ln(16)-\ln(9)) \\ &= \ln\Big(\sqrt{\frac{16}{9}}\Big) = \ln(\frac{4}{3}) \end{align*}