Skip to main content

Section 5.5 The Definite Integral

Learning Objectives.

  • Use substitution to evaluate indefinite integrals.

  • Use substitution to evaluate definite integrals.

The Fundamental Theorem of Calculus gave us a method to evaluate integrals without using Riemann sums. The drawback of this method, though, is that we must be able to find an antiderivative, and this is not always easy. In this section we examine a technique, called integration by substitution, to help us find antiderivatives. Specifically, this method helps us find antiderivatives when the integrand is the result of a chain-rule derivative.

At first, the approach to the substitution procedure may not appear very obvious. However, it is primarily a visual task—that is, the integrand shows you what to do; it is a matter of recognizing the form of the function. So, what are we supposed to see? We are looking for an integrand of the form \(f(g(x))g'(x)dx.\) For example, in the integral \(\displaystyle{ \int (x^2-3)^3 2xdx},\) we have \(f(x)=x^3,g(x)=x^2-3,\) and \(g'(x)=2x.\) Then,

\begin{equation*} f[g(x)]g'(x)= (x^2-3)^3 (2x), \end{equation*}

and we see that our integrand is in the correct form.

The method is called substitution because we substitute part of the integrand with the variable \(u\) and part of the integrand with \(du\text{.}\) It is also referred to as change of variables because we are changing variables to obtain an expression that is easier to work with for applying the integration rules.

Subsection 5.5.1 Substitution with Indefinite Integrals

Returning to the problem we looked at originally, we let \(u=x^2-3\) and then \(du=2xdx.\) Rewrite the integral in terms of \(u\text{:}\)

\begin{equation*} \displaystyle{ \int {\underbrace{(x^2-3)}_{u}}^3 \underbrace{(2xdx)}_{du}}=\displaystyle{ \int u^3du.} \end{equation*}

Using the power rule for integrals, we have

\begin{equation*} \displaystyle{ \int u^3du=\frac{u^4}{4}+C}. \end{equation*}

Substitute the original expression for \(x\) back into the solution:

\begin{equation*} \frac{u^4}{4}+C=\frac{(x^2-3)^4}{4}+C. \end{equation*}

We can generalize the procedure in the following Problem-Solving Strategy.

Note 5.82. Problem-Solving Strategy: Integration by Substitution.

  1. Look carefully at the integrand and select an expression \(g(x)\) within the integrand to set equal to \(u\text{.}\) Let’s select \(g(x).\) such that \(g'(x)\) is also part of the integrand.

  2. Substitute \(u=g(x)\) and \(du=g'(x)dx.\) into the integral.

  3. We should now be able to evaluate the integral with respect to \(u\text{.}\) If the integral can’t be evaluated we need to go back and select a different expression to use as \(u\text{.}\)

  4. Evaluate the integral in terms of \(u\text{.}\)

  5. Write the result in terms of \(x\) and the expression \(g(x).\)

Example 5.83. Using Substitution to Find an Antiderivative.

Use substitution to find the antiderivative of \(\displaystyle{ \int 6x (3x^2+4)^4 dx}.\)

Solution.

The first step is to choose an expression for \(u\text{.}\) We choose \(u=3x^2+4.\) because then \(du=6xdx.,\) and we already have \(du\) in the integrand. Write the integral in terms of \(u\text{:}\)

\begin{equation*} \displaystyle{ \int 6x (3x^2+4)^4dx}=\displaystyle{ \int u^4du}. \end{equation*}

Remember that \(du\) is the derivative of the expression chosen for \(u\text{,}\) regardless of what is inside the integrand. Now we can evaluate the integral with respect to \(u\text{:}\)

\begin{align*} \displaystyle{ \int u^4du}\amp =\frac{u^5}{5}+C\\ \amp =\frac{(3x^2+4)^5}{5}+C. \end{align*}

Analysis

We can check our answer by taking the derivative of the result of integration. We should obtain the integrand. Picking a value for \(C\) of 1, we let \(y=\frac{1}{5}(3x^2+4)^5+1.\) We have

\begin{equation*} y=\frac{1}{5}(3x^2+4)^5+1, \end{equation*}

so

\begin{align*} y' \amp =\frac{1}{5}\cdot 5(3x^2+4)^4 6x\\ \amp =6x(3x^2+4)^4. \end{align*}

This is exactly the expression we started with inside the integrand.

Checkpoint 5.84.

Use substitution to find the antiderivative of \(\displaystyle{ \int 3x^2(x^3-3)^2dx}.\)

Hint.

Let \(u=x^3-3.\)

Solution.

\(\displaystyle{ \int 3x^2(x^3-3)^2dx}=\frac{1}{3}(x^3-3)^3+C\)

Sometimes we need to adjust the constants in our integral if they don’t match up exactly with the expressions we are substituting.

Example 5.85. Using Substitution with Alteration.

Use substitution to find the antiderivative of \(\displaystyle{ \int z\sqrt{z^2-5}dz}.\)

Solution.

Rewrite the integral as \(\displaystyle{ \int z(z^2-5)^{1/2}dz}.\) Let \(u=z^2-5\) and \(du=2z dz.\) Now we have a problem because \(du=2z dz\) and the original expression has only \(z dz.\) We have to alter our expression for \(du\) or the integral in \(u\) will be twice as large as it should be. If we multiply both sides of the \(du\) equation by \(\frac{1}{2}.\) we can solve this problem. Thus,

\begin{align*} u\amp =z^2-5\\ du\amp =2z dz\\ \frac{1}{2}du\amp =\frac{1}{2}(2z)dz=z dz. \end{align*}

Write the integral in terms of \(u\text{,}\) but pull the \(\frac{1}{2}\) outside the integration symbol:

\begin{equation*} \displaystyle{ \int z (z^2-5)^{1/2}dz=}\frac{1}{2}\displaystyle{ \int u^{1/2}du.} \end{equation*}

Integrate the expression in \(u\text{:}\)

\begin{align*} \frac{1}{2}\displaystyle{ \int u^{1/2} du}\amp =\frac{1}{2}\cdot\frac{u^{3/2}}{\frac{3}{2}}+C\\ \amp =\frac{1}{2}\cdot\frac{2}{3}u^{3/2}+C\\ \amp =\frac{1}{3}u^{3/2}+C\\ \amp =\frac{1}{3}(z^2-5)^{3/2}+C. \end{align*}

Checkpoint 5.86.

Use substitution to find the antiderivative of \(\displaystyle{ \int x^2(x^3+5)^9dx}.\)

Hint.

Multiply the \(du\) equation by \(\frac{1}{3}.\)

Solution.

\(\frac{(x^3+5)^{10}}{30}+C\)

Example 5.87.

Use substitution to evaluate the integral \(\displaystyle{ \int\frac{t^2+1}{(t^3+3t+1)^4}dt}.\)

Solution.

We know the derivative of \(t^3+3t+1\) is \(3t^2+3,\) so we set \(u=t^3+3t+1.\) Then \(du=(3t^2+3)dt.\) Moreover, \(\frac{1}{3}du=(t^2+1)dt.\) Substituting into the integral, we have

\begin{equation*} \displaystyle{ \int\frac{t^2+1}{(t^3+3t+1)^4}dt=\frac{1}{3} \displaystyle{ \int \frac{du}{u^4}}}. \end{equation*}

Evaluating the integral, we get

\begin{align*} \displaystyle{\frac{1}{3}\int \frac{du}{u^4}}\amp = \displaystyle{ \frac{1}{3}\int u^{-4}du}\\ \amp = -\frac{1}{9}u^{-3}+C. \end{align*}

Putting the answer back in terms of \(t\text{,}\) we get

\begin{align*} \displaystyle{ \int \frac{t^2+1}{(t^3+3t+1)^4}dt}\amp =-\frac{1}{9}u^{-3}+C\\ \amp =-\frac{1}{9(t^3+3t+1)^3}+C. \end{align*}

Checkpoint 5.88.

Use substitution to evaluate the integral \(\displaystyle{ \int (t+1)(t^2+2t)^7 dt.}\)

Hint.

Use the process from Example 5.87 to solve the problem.

Solution.

\(\frac{1}{16}(t^2+2t)^8+C\)

Subsubsection 5.5.1.1 Indefinite Integrals Involving Exponential and Logarithmic Functions

Example 5.89.
Find the antiderivative of the exponential function \(e^{-x}\text{.}\)
Solution.
Use substitution, setting \(u=-x\text{,}\) and then \(du=-1 dx\text{.}\) Multiply the \(du\) by -1, so you now have \(-du=dx\text{.}\) Then,
\begin{align*} \int e^{-x} dx\amp=-\int e^u du\\ \amp=-e^u +C\\ \amp=-e^{-x}+C. \end{align*}
Checkpoint 5.90.
Find the antiderivative of the function using substitution: \(x^2e^{-2x^3}\text{.}\)
Hint.
Use \(u=-2x^3\text{.}\)
Solution.
\(-\frac{1}{6}e^{-2x^3}+C\)

A common mistake when dealing with exponential expressions is treating the exponent on e the same way we treat exponents in polynomial expressions. We cannot use the power rule for the exponent on e. This can be especially confusing when we have both exponentials and polynomials in the same expression, as in the previous checkpoint. In these cases, we should always double-check to make sure we’re using the right rules for the functions we’re integrating.

Example 5.91. Square Root of an Exponential Function.
Find the antiderivative of the exponential function \(e^x\sqrt{1+e^x}\text{.}\)
Solution.

First rewrite the problem using a rational exponent:

\begin{equation*} \int e^x\sqrt{1+e^x}dx=\int e^x(1+e^x)^{1/2}dx \end{equation*}

Using substitution, chose \(u=1+e^x\text{.}\) Then, \(du=e^x dx\text{.}\) We have (Figure 5.92)

\begin{equation*} \int u^{1/2}du=\frac{u^{3/2}}{3/2}+C=\frac{2}{3}u^{3/2}+C=\frac{2}{3}(1+e^x)^{3/2}+C. \end{equation*}
"The graph shows an exponential function times the square root of an exponential function."
Figure 5.92. The graph shows an exponential function times the square root of an exponential function.
Checkpoint 5.93.
Find the antiderivative of \(e^x(3e^x-2)^2\text{.}\)
Hint.
Use \(u=3e^x-2\text{.}\)
Solution.
\(\frac{1}{9}(3e^x-2)^3+C\)
Example 5.94. Find an Antiderivative Involving \(\ln x\).
Find the antiderivative of the function \(\frac{3}{x-10}\text{.}\)
Solution.

First factor the 3 outside the integral symbol. Then use the \(u^{-1}\) rule. Thus,

\begin{align*} \int \frac{3}{x-10} dx\amp=3\int \frac{1}{x-10}dx\\ \amp=3\int \frac{du}{u}\\ \amp=3\ln|u|+C\\ \amp=3\ln|x-10|+C,\;x\neq10. \end{align*}

See Figure 5.95.

"The graph shows the rational function 3/(x-10) with a discontinuity at x=10."
Figure 5.95. The domain of this function is \(x\neq10\text{.}\)
Checkpoint 5.96.
Find the antiderivative of \(\frac{1}{x+2}\text{.}\)
Hint.
Use \(u=x+2\text{.}\)
Solution.
\(\ln|x+2|+C\)
Example 5.97. Finding an Antiderivative of a Rational Function.
Find the antiderivative of \(\frac{2x^3+3x}{x^4+3x^2}\text{.}\)
Solution.

Use substitution. Let \(u=x^4+3x^2\text{,}\) then \(du=4x^3+6x\text{.}\) Alter \(du\) by factoring out the 2. Thus,

\begin{align*} du\amp=(4x^3+6x)dx\\ \amp=2(2x^3+3x)dx\\ \frac{1}{2}\amp=(2x^3+3x)dx \end{align*}

Rewite the integrand in \(u\text{:}\)

\begin{equation*} \int\frac{2x^3+3x}{x^4+3x^2}dx=\frac{1}{2}\int u^{-1}du. \end{equation*}
Then we have
\begin{align*} \frac{1}{2}\int u^{-1}du\amp=\frac{1}{2}\ln|u|+C\\ \amp=\frac{1}{2}\ln|x^4+3x^2|+C. \end{align*}

Exponential functions are used in many real-life applications. The number e is often associated with compounded or accelerating growth, as we have seen in earlier sections about the derivative. Although the derivative represents a rate of change or a growth rate, the integral represents the total change or the total growth. Let's look at an example in which integration of an exponential function solves a common business application.

A price-demand function tells us the relationship between the quantity of a product demanded and the price of the product. In general, price decreases as quantity demanded increases. The marginal price-demand function is the derivative of the price-demand function and it tells us how fast the price changes at a given level of production. These functions are used in business to determine the price-elasticity of demand, and to help companies determine whether changing production levels would be profitable.

Example 5.98. Finding a Price-Demand Equation.
Find the price-demand equation for a particular brand of toothpaste at a supermarket chain when the demand is 50 tubes per week at $2.35 per tube, given that the marginal price-demand function, \(p'(x)\text{,}\) for \(x\) number of tubes per week, is given as
\begin{equation*} p'(x)=-0.015e^{-0.01x}. \end{equation*}
If the supermarket chain sells 100 tubes per week, what price should it set?
Solution.

To find the price-demand equation, integrate the marginal price-demand function. First find the antiderivative, then look at the particulars. Thus,

\begin{align*} p(x)\amp=\int -0.015e^{-0.01x}dx\\ \amp=-0.01\int e^{-0.01x}dx. \end{align*}

Using substitution, let \(u=-0.01\text{ and } du=-0.01 dx.\) Then, divide both sides of the \(du\) equation by -0.01. This gives

\begin{align*} \frac{-0.015}{-0.01}\int e^udu\amp=1.5\int e^udu\\ \amp=1.5e^u+C\\ \amp=1.5e^{-0.01x}+C. \end{align*}

The next step is to solve for C. We know that when the price is $2.35 per tube, the demand is 50 tubes per week. This means

\begin{align*} p(50)\amp=1.5e^{-0.01(50)}+C\\ \amp=2.35. \end{align*}
Now, just solve for C:
\begin{align*} C\amp=2.35-1.5e{-0.5}\\ \amp=2.35-0.91\\ \amp=1.44. \end{align*}
Thus,
\begin{equation*} p(x)=1.5e^{-0.01x}+1.44. \end{equation*}

If the supermarket sells 100 tubes of toothpaste per week, the price would be

\begin{equation*} p(100)=1.5e^{-0.01(100)}+1.44=1.5e^{-1}+1.44\approx 1.99. \end{equation*}

The supermarket should charge $1.99 per tube if it is selling 100 tubes per week.

Checkpoint 5.99. Average Future Value of an Account Continuously Compounded.
An account with initial amount of $2000 is compounded continuosly at an annual rate of 10% per year. What is the average amount of money in the account over the first 8 years?
Hint.
Find the average value over the interval [0,8]. Recall the Average Value of a function over an interval is [cross-reference to target(s) "Average-Value_5.2" missing or not unique] and to find the future value of an account continuously compounded use [cross-reference to target(s) "Compounded-Continuously_1.5" missing or not unique].
Solution.
\(2500e^{8(0.1)}-2500\approx \$ 3063.85\)

Sometimes we need to manipulate an integral in ways that are more complicated than just multiplying or dividing by a constant. We need to eliminate all the expressions within the integrand that are in terms of the original variable. When we are done, \(u\) should be the only variable in the integrand. In some cases, this means solving for the original variable in terms of \(u\text{.}\) This technique should become clear in the next example.

Example 5.100. Finding an Antiderivative Using \(u\)-Substitution.

Use substitution to find the antiderivative of \(\displaystyle{ \int \frac{x}{\sqrt{x-1}}dx.}\)

Solution.

If we let \(u=x-1,\) then \(du=dx.\) But this does not account for the \(x\) in the numerator of the integrand. We need to express \(x\) in terms of \(u\text{.}\) If \(u=x-1,\) then \(x=u+1.\) Now we can rewrite the integral in terms of \(u\text{:}\)

\begin{align*} \displaystyle{ \int \frac{x}{\sqrt{x-1}}dx}\amp =\displaystyle{ \int \frac{u+1}{\sqrt{u}}du}\\ \amp =\displaystyle{ \int \sqrt{u}+\frac{1}{\sqrt{u}}du}\\ \amp =\displaystyle{ \int (u^{1/2}+u^{-1/2})du}. \end{align*}

Then we integrate in the usual way, replace \(u\) with the original expression, and factor and simplify the result. Thus,

\begin{align*} \displaystyle{ \int (u^{1/2}+u^{-1/2})du}\amp =\frac{2}{3}u^{3/2}+2u^{1/2}+C\\ \amp =\frac{2}{3}(x-1)^{3/2}+2(x-1)^{1/2}+C\\ \amp =(x-1)^{1/2}\left[\frac{2}{3}(x-1)+2\right]+C\\ \amp =(x-1)^{1/2}\left(\frac{2}{3}x-\frac{2}{3}+\frac{6}{3}\right)\\ \amp =(x-1)^{1/2}\left(\frac{2}{3}x+\frac{4}{3}\right)\\ \amp =\frac{2}{3}(x-1)^{1/2}(x+2)+C. \end{align*}

Checkpoint 5.101.

Use substitution to evaluate the indefinite integral \(\displaystyle{ \int\frac{t^2}{\sqrt{t-1}} dt}.\)

Hint.

Use the process from Example 5.100 to solve the problem.

Solution.

\(\frac{2}{5}\sqrt{(t-1)^5}+\frac{4}{3}\sqrt{(t-1)^3}+2\sqrt{t-1}+C\)

Subsection 5.5.2 Substitution for Definite Integrals

Substitution can be used with definite integrals, too. However, using substitution to evaluate a definite integral requires a change to the limits of integration. If we change variables in the integrand, the limits of integration change as well.

Although we will not formally prove this theorem, we justify it with some calculations here. From the substitution rule for indefinite integrals, if \(F(x)\) is an antiderivative of \(f(x),\) we have

\begin{equation*} \displaystyle{ \int f(g(x))g'(x)dx=F(g(x))+C.} \end{equation*}

Then

\begin{align*} \displaystyle{ \int_{a}^{b} f[g(x)]g'(x)dx}\amp =\left.F(g(x))\right|_{x=a}^{x=b}\\ \amp =F(g(b))-F(g(a))\\ \amp =\left.F(u)\right|_{u=g(a)}^{u=g(b)}\\ \amp =\displaystyle{ \int_{g(a)}^{g(b)}f(u)du}, \end{align*}

and we have the desired result.

Example 5.103. Using Substitution to Evaluate a Definite Integral.

Use substitution to evaluate \(\displaystyle{ \int_{0}^{1} x^2(1+2x^3)^5}dx.\)

Solution.

Let \(u=1+2x^3,\) so \(du=6x^2dx.\) Since the original function includes one factor of \(x^2\) and \(du=6x^2dx,\) multiply both sides of the \(du\) equation by \(1/6.\) Then,

\begin{align*} du\amp = 6x^2dx\\ \frac{1}{6}du\amp = x^2dx. \end{align*}

To adjust the limits of integration, note that when \(x=0,u=1+2(0)=1,\) and when \(x=1,u=1+2(1)=3.\) Then

\begin{equation*} \displaystyle{ \int_{0}^{1} x^2(1+2x^3)^5dx=\frac{1}{6}\displaystyle{ \int_{1}^{3} u^5du}}. \end{equation*}

Evaluating this expression, we get

\begin{align*} \frac{1}{6}\displaystyle{ \int_{1}^{3} u^5du}\amp =\left.\left(\frac{1}{6}\right)\left(\frac{u^6}{6}\right)\right|_1^3\\ \amp =\frac{1}{36}\left[(3)^6-(1)^6\right]\\ \amp =\frac{182}{9}. \end{align*}

Checkpoint 5.104.

Use substitution to evaluate the definite integral \(\displaystyle{ \int_{-1}^{0}y(2y^2-3)^5dy}.\)

Hint.

Use the steps from Example 5.103 to solve the problem.

Solution.

\(\frac{91}{3}\)

Subsubsection 5.5.2.1 Definite Integrals Involving Exponential and Logarithmic Functions

Example 5.105. Using Substitution with an Exponential Function.

Use substitution to evaluate \(\displaystyle{ \int_{0}^{1} xe^{4x^2+3}dx}.\)

Solution.

Let \(u=4x^3+3.\) Then, \(du=8xdx.\) To adjust the limits of integration, we note that when \(x=0,u=3,\) and when \(x=1,u=7.\) So our substitution gives

\begin{align*} \displaystyle{ \int_{0}^{1} xe^{4x^2+3}dx}\amp =\frac{1}{8}\displaystyle{ \int_{3}^{7} e^udu}\\ \amp =\left.\frac{1}{8}e^u\right|_3^7\\ \amp =\frac{e^7-e^3}{8}\\ \amp\approx 134.568. \end{align*}
Checkpoint 5.106.

Use substitution to evaluate \(\displaystyle{ \int_{0}^{1} (x^3+1)e^{x^4+4x+3} dx}.\)

Hint.

Use the process from Example 5.105 to solve the problem.

Solution.

\(\frac{1}{4}(e^8-e^3)\approx 740.218\)

Example 5.107.
Evaluate
\begin{equation*} \int_A^4\frac{1}{2x+1}dx\text{ where }0\lt A\lt 4\text{.} \end{equation*}
Solution.

Let \(u=2x+1.\) Then, \(du=2dx.\) To adjust the limits of integration, we note that when \(x=A,\;u=2A+1,\) and when \(x=4,\;u=9.\) So our substitution gives

\begin{align*} \displaystyle{ \int_{A}^{4} \frac{1}{2x+1}}\amp =\frac{1}{2}\displaystyle{ \int_{2A+1}^{9} \frac{1}{u}du}\\ \amp =\left.\frac{1}{2}\ln|u|\right|_{2A+1}^9\\ \amp =\frac{\ln 9-\ln|2A+1|}{2}.\\ \amp =\frac{\ln 9-\ln(2A+1)}{2}\text{ since }0\lt A\lt 4. \end{align*}

Substitution may be only one of the techniques needed to evaluate a definite integral. All of the properties and rules of integration apply independently, and trigonometric functions may need to be rewritten using a trigonometric identity before we can apply substitution. Also, we have the option of replacing the original expression for \(u\) after we find the antiderivative, which means that we do not have to change the limits of integration.

Subsection 5.5.3 Key Concepts

  • Substitution is a technique that simplifies the integration of functions that are the result of a chain-rule derivative. The term ‘substitution’ refers to changing variables or substituting the variable \(u\) and \(du\) for appropriate expressions in the integrand.

  • When using substitution for a definite integral, we also have to change the limits of integration.

Subsection 5.5.4 Key Equations

  • Substitution with Indefinite Integrals

    \begin{equation*} \displaystyle{ \int f(g(x))g'(x)dx=\displaystyle{ \int f(u)du}}=F(u)+C=F(g(x))+C \end{equation*}

  • Substitution with Definite Integrals

    \begin{equation*} \displaystyle{ \int_{a}^{b} f(g(x))g'(x)dx}=\displaystyle{ \int_{g(a)}^{g(b)}f(u)du} \end{equation*}