Skip to main content
\(\newcommand{\dollar}{\$} \DeclareMathOperator{\erf}{erf} \DeclareMathOperator{\arctanh}{arctanh} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section5.5Integration by Substitution

Motivating Questions
  • How can we begin to find algebraic formulas for antiderivatives of more complicated algebraic functions?

  • What is an indefinite integral and how is its notation used in discussing antiderivatives?

  • How does the technique of \(u\)-substitution work to help us evaluate certain indefinite integrals, and how does this process rely on identifying function-derivative pairs?

In Section4.4, we learned the key role that antiderivatives play in the process of evaluating definite integrals exactly. The Fundamental Theorem of Calculus tells us that if \(F\) is any antiderivative of \(f\text{,}\) then

\begin{equation*} \int_a^b f(x) \, dx = F(b) - F(a)\text{.} \end{equation*}

Furthermore, we realized that each elementary derivative rule developed in Chapter2 leads to a corresponding elementary antiderivative, as summarized in Table5.16. Thus, if we wish to evaluate an integral such as

\begin{equation*} \int_0^1 \left(x^3 - \sqrt{x} + 5^x \right) \,dx\text{,} \end{equation*}

it is straightforward to do so, since we can easily antidifferentiate \(f(x) = x^3 - \sqrt{x} + 5^x\text{.}\) Because one antiderivative of \(f\) is \(F(x) = \frac{1}{4}x^4 - \frac{2}{3}x^{\frac{3}{2}} + \frac{1}{\ln(5)}5^x\text{,}\) the Fundamental Theorem of Calculus tells us that

\begin{align*} \int_0^1 \left(x^3 - \sqrt{x} + 5^x\right) \,dx &= \left. \frac{1}{4}x^4 - \frac{2}{3}x^{\frac{3}{2}} + \frac{1}{\ln(5)}5^x\right|_0^1\\ &= \left( \frac{1}{4}(1)^4 - \frac{2}{3}(1)^{\frac{3}{2}} + \frac{1}{\ln(5)}5^1 \right) - \left( 0 - 0 + \frac{1}{\ln(5)}5^0 \right)\\ &= -\frac{5}{12} + \frac{4}{\ln(5)}\text{.} \end{align*}

We see that we have a natural interest in being able to find such algebraic antiderivatives. We emphasize algebraic antiderivatives, as opposed to any antiderivative, since we know by the Second Fundamental Theorem of Calculus that \(G(x) = \int_a^x f(t) \, dt\) is indeed an antiderivative of the given function \(f\text{,}\) but one that still involves a definite integral. Our goal in this section is to undo the process of differentiation to find an algebraic antiderivative for a given function.

SubsectionUsing the Chain Rule to Guess Antiderivatives

In Section2.5, we learned the Chain Rule and how it can be applied to find the derivative of a composite function. In particular, if \(u\) is a differentiable function of \(x\text{,}\) and \(f\) is a differentiable function of \(u(x)\text{,}\) then

\begin{equation*} \frac{d}{dx} \left[ f(u(x)) \right] = f'(u(x)) \cdot u'(x)\text{.} \end{equation*}

Here, \(f\) is considered the outer function and \(u\) the inner function. Thus, the chain rule says that the derivative of a composite function \(c(x) = f(u(x))\) is the derivative of the outer function, evaluated at the inner function, times the derivative of the inner function.

Example5.38
  1. For each of the following functions, use the Chain Rule to find the function's derivative. Be sure to label each derivative by name (e.g., the derivative of \(g(x)\) should be labeled \(g'(x)\)).

    1. \(g(x) = e^{3x}\)

    2. \(h(t) = \sin(5t+1)\)

    3. \(p(x) = \arctan(2x)\)

    4. \(q(t) = (2-7t)^4\)

    5. \(r(x) = 3^{4-11x}\)

    Hint
    1. \(g(x)=u(v(x)),\) where \(v(x)=3x\) and \(u(x)=e^x\)

    2. \(h(t)=u(v(t)),\) where \(v(t)=5t+1\) and \(u(t)=\sin(t)\)

    3. \(p(x)=u(v(x)),\) where \(v(x)=2x\) and \(u(x)=\arctan(x)\)

    4. \(q(t)=u(v(t)),\) where \(v(t)=2-7t\) and \(u(t)=t^4\)

    5. \(r(x)=u(v(x)),\) where \(v(x)=4-11x\) and \(u(x)=3^x\)

    Answer
    1. \(g'(x)=3e^{3x} \)

    2. \(h'(t)=5\cos(5t+1) \)

    3. \(p'(x)=\dfrac{2}{1+4x^2} \)

    4. \(q'(t)=-28(2-7t)^3 \)

    5. \(r'(x)=-\dfrac{11}{\ln(3)}3^{4-11x} \)

    Solution
    1. \begin{align*} g'(x)&=e^{3x}\cdot \frac{d}{dx}[3x] \\ &=e^{3x}\cdot 3\\ &=3e^{3x} \end{align*}
    2. \begin{align*} h'(t)&=\cos(5t+1)\cdot \frac{d}{dt}[5t+1] \\ &=\cos(5t+1)\cdot 5 \\ &=5\cos(5t+1) \end{align*}
    3. \begin{align*} p'(x)&=\dfrac{1}{1+(2x)^2}\cdot \frac{d}{dx}[2x] \\ &=\dfrac{1}{1+4x^2}\cdot 2\\ &=\dfrac{2}{1+4x^2} \end{align*}
    4. \begin{align*} q'(t)&=4(2-7t)^3\cdot \frac{d}{dt}[2-7t] \\ &=4(2-7t)^3\cdot(-7) \\ &=-28(2-7t)^3 \end{align*}
    5. \begin{align*} r'(x)=\frac{1}{\ln(3)}3^{4-11x}\cdot \frac{d}{dx}[4-11x] \\ &=\frac{1}{\ln(3)}3^{4-11x}\cdot(-11) \\ &=-\dfrac{11}{\ln(3)}3^{4-11x} \end{align*}
  2. For each of the following functions, use your work in (a) to help you determine the general antiderivative4Recall that the general antiderivative of a function includes \(+C\) to reflect the entire family of functions that share the same derivative. of the function. Label each antiderivative by name (e.g., the antiderivative of \(m\) should be called \(M\)). In addition, check your work by computing the derivative of each proposed antiderivative.

    1. \(m(x) = e^{3x}\)

    2. \(n(t) = \cos(5t+1)\)

    3. \(s(x) = \frac{1}{1+4x^2}\)

    4. \(v(t) = (2-7t)^3\)

    5. \(w(x) = 3^{4-11x}\)

    Hint

    Compare the coefficients of the functions of part b) to the answers of the corresponding problems of part a).

    Answer
    1. \(M(x)=\frac{1}{3}e^{3x} + C \)

    2. \(N(t)=\frac{1}{5}\sin(5t+1)+C \)

    3. \(S(x)=\frac{1}{2}\arctan(2x) + C \)

    4. \(V(t)=\frac{1}{28}(2-7t)^4+C \)

    5. \(W(x)=-\frac{\ln(3)}{11}3^{4-11x}+C \)

    Solution
    1. We want to find a function whose derivative is \(e^{3x} \text{.}\) The derivative of \(e^{3x}\) is \(3e^{3x}\) and this is nearly what we want; it's off by a factor of 3. If, instead, we differentiate the function \(\frac{1}{3}e^{3x}\text{,}\) we'll obtain \(e^{3x} \) which is what we want. The general antiderivative is \(M(x)=\frac{1}{3}e^{3x} + C\) where \(C \) is any constant.

    2. We want to find a function whose derivative is \(\cos(5t+1) \text{.}\) The derivative of \(\sin(5t+1)\) is \(5\cos(5t+1)\) and this is nearly what we want; it's off by a factor of 5. If, instead, we differentiate the function \(\frac{1}{5}\sin(5t+1)\text{,}\) we'll obtain \(\cos(5t+1) \) which is what we want. The general antiderivative is \(N(t)=\frac{1}{5}\sin(5t+1) + C\) where \(C \) is any constant.

    3. We want to find a function whose derivative is \(\frac{1}{1+4x^2} \text{.}\) The derivative of \(\arctan(2x)\) is \(\frac{2}{1+4x^2}\) and this is nearly what we want; it's off by a factor of 2. If, instead, we differentiate the function \(\frac{1}{2}\arctan(2x)\text{,}\) we'll obtain \(\frac{1}{1+4x^2} \) which is what we want. The general antiderivative is \(S(x)=\frac{1}{2}\arctan(2x) + C\) where \(C \) is any constant.

    4. We want to find a function whose derivative is \((2-7t)^3 \text{.}\) The derivative of \((2-7t)^4\) is \(-28(2-7t)^3\) and this is nearly what we want; it's off by a factor of -28. If, instead, we differentiate the function \(-\frac{1}{28}(2-7t)^4\text{,}\) we'll obtain \((2-7t)^3 \) which is what we want. The general antiderivative is \(V(t)=-\frac{1}{28}(2-7t)^4 + C\) where \(C \) is any constant.

    5. We want to find a function whose derivative is \(3^{4-11x} \text{.}\) The derivative of \(3^{4-11x}\) is \(-\frac{11}{\ln(3)}3^{4-11x}\) and this is nearly what we want; it's off by a factor of \(-\frac{11}{\ln(3)} \text{.}\) If, instead, we differentiate the function \(-\frac{\ln(3)}{11}3^{4-11x}\text{,}\) we'll obtain \(3^{4-11x} \) which is what we want. The general antiderivative is \(W(x)=-\frac{\ln(3)}{11}3^{4-11x} + C\) where \(C \) is any constant.

  3. Based on your experience in parts (a) and (b), conjecture an antiderivative for each of the following functions. Test your conjectures by computing the derivative of each proposed antiderivative.

    1. \(a(t) = \cos(\pi t)\)

    2. \(b(x) = (4x+7)^{11}\)

    3. \(c(x) = xe^{x^2}\)

    Hint

    Think about what the composed function will do to the antiderivative. You may want to refer to the relationship between the functions in parta (a) and (b).

    Answer
    1. \(A(t)=\frac{1}{\pi}\sin(\pi t) + 1 \)

    2. \(B(x)=\frac{1}{48}(4x+7)^{12} -3 \)

    3. \(C(x)=\frac{1}{2}e^{x^2} \)

    Solution
    1. Using similar reasoning demonstrated in the solution for part b), the general antiderivative is \(\frac{1}{\pi}\sin(\pi t) + C\text{.}\) One possible antiderivative is \(A(t)=\frac{1}{\pi} \sin(\pi t) + 1 \text{,}\) and \(A'(t)=\frac{\pi}{\pi}\cos(\pi t) + 0=\cos(\pi t)\text{.}\)

    2. Using similar reasoning demonstrated in the solution for part b), the general antiderivative is \(\frac{1}{48}(4x+7)^{12} + C\text{.}\) One possible antiderivative is \(B(x)=\frac{1}{48}(4x+7)^{12}-3 \text{,}\) and \(B'(x)=\frac{48}{48}(4x+7)^{11} + 0=(4x+7)^{11}\text{.}\)

    3. Using similar reasoning demonstrated in the solution for part b), the general antiderivative is \(\frac{1}{2}e^{x^2} + C\text{.}\) One possible antiderivative is \(C(x)=\frac{1}{2}e^{x^2} \text{,}\) and \(C'(x)=\frac{2x}{2}e^{x^2}=xe^{x^2}\text{.}\)

SubsectionReversing the Chain Rule: First Steps

Whenever \(f\) is a familiar function whose antiderivative is known and \(u(x)\) is a linear function, it is straightforward to antidifferentiate a function of the form

\begin{equation*} h(x) = f(u(x))\text{.} \end{equation*}
Example5.39

The following example will demonstrate how to determine the general antiderivative of

\begin{equation*} h(x) = (5x-3)^6\text{.} \end{equation*}

We can check the result by differentiating.

For this composite function, the outer function \(f\) is \(f(u) = u^6\text{,}\) while the inner function is \(u(x) = 5x - 3\text{.}\) Since the antiderivative of \(f\) is \(F(u) = \frac{1}{7}u^7+C\text{,}\) we see that the antiderivative of \(h\) is

\begin{equation*} H(x) = \frac{1}{7} (5x-3)^7 \cdot \frac{1}{5} + C = \frac{1}{35} (5x-3)^7 + C\text{.} \end{equation*}

The inclusion of the constant \(\frac{1}{5}\) is essential precisely because the derivative of the inner function is \(u'(x) = 5\text{.}\) Indeed, if we now compute \(H'(x)\text{,}\) we find by the Chain Rule (and Constant Multiple Rule) that

\begin{equation*} H'(x) = \frac{1}{35} \cdot 7(5x-3)^6 \cdot 5 = (5x-3)^6 = h(x)\text{,} \end{equation*}

and thus \(H\) is indeed the general antiderivative of \(h\text{.}\)

Hence, in the special case where the outer function is familiar and the inner function is linear, we can antidifferentiate composite functions according to the following rule.

If \(h(x) = f(ax + b)\) and \(F\) is a known algebraic antiderivative of \(f\text{,}\) then the general antiderivative of \(h\) is given by

\begin{equation*} H(x) = \frac{1}{a} F(ax+b) + C\text{.} \end{equation*}

It is useful to have shorthand notation that indicates the instruction to find an antiderivative. Thus, in a similar way to how the notation

\begin{equation*} \frac{d}{dx} \left[ f(x) \right] \end{equation*}

represents the derivative of \(f(x)\) with respect to \(x\text{,}\) we use the notation of the indefinite integral,

\begin{equation*} \int f(x) \, dx \end{equation*}

to represent the general antiderivative of \(f\) with respect to \(x\text{.}\) Returning to the earlier example with \(h(x) = (5x-3)^6\text{,}\) we can rephrase the relationship between \(h\) and its antiderivative \(H\) through the notation

\begin{equation*} \int (5x-3)^6 \, dx = \frac{1}{35} (5x-6)^7 + C\text{.} \end{equation*}

When we find an antiderivative, we will often say that we evaluate an indefinite integral. Just as the notation \(\frac{d}{dx} [ \Box ]\) means find the derivative with respect to \(x\) of \(\Box\text{,}\) the notation \(\int \Box \, dx\) means find a function of \(x\) whose derivative is \(\Box\text{.}\)

Example5.40

Evaluate each of the following indefinite integrals. Check each antiderivative that you find by differentiating.

  1. \(\int \sin(8-3x) \, dx\)

  2. \(\int \sec^2 (4x) \, dx\)

  3. \(\int \frac{1}{11x - 9} \, dx\)

  4. \(\int \csc(2x+1) \cot(2x+1) \, dx\)

  5. \(\int \frac{1}{\sqrt{1-16x^2}}\, dx\)

  6. \(\int 5^{-x}\, dx\)

Hint
  1. Think \(\int \sin(u) \, du\text{.}\)

  2. Think \(\int \sec^2 (u) \, du\text{.}\)

  3. Think \(\int \frac{1}{u}\, du\text{.}\)

  4. Think \(\int \csc(u) \cot(u) \, du\text{.}\)

  5. Think \(\int \frac{1}{\sqrt{1-u^2}} \, du\text{.}\)

  6. Think \(\int 5^{u} \, du\text{.}\)

Answer
  1. \begin{equation*} \int \sin(8-3x) \, dx = -\frac{1}{3} (-\cos(8-3x)) + C\text{.} \end{equation*}
  2. \begin{equation*} \int \sec^2 (4x) \, dx = \frac{1}{4} \tan(4x) + C\text{.} \end{equation*}
  3. \begin{equation*} \int \frac{1}{11x - 9} \, dx = \frac{1}{11} \ln|11x - 9| + C\text{.} \end{equation*}
  4. \begin{equation*} \int \csc(2x+1) \cot(2x+1) \, dx = -\frac{1}{2}\cot(2x+1) + C\text{.} \end{equation*}
  5. \begin{equation*} \int \frac{1}{\sqrt{1-16x^2}}\, dx = \frac{1}{4} \arcsin(4x) + C \end{equation*}
  6. \begin{equation*} \int 5^{-x}\, dx = -\frac{1}{\ln(5)}5^{-x} + C\text{.} \end{equation*}
Solution
  1. Since \(u=8-3x\) is linear and \(\int \sin(u) \, du = -\cos(u) + C\text{,}\) it follows that \(\int \sin(8-3x) \, dx = -\frac{1}{3} (-\cos(8-3x)) + C\text{.}\)

  2. Since \(4x\) is linear and \(\int \sec^2(u) \, du = \tan(u) + C \text{,}\) we see \(\int \sec^2 (4x) \, dx = \frac{1}{4} \tan(4x) + C\text{.}\)

  3. Using the fact that \(\int \frac{1}{u} \, du = \ln |u| + C\text{,}\) we have \(\int \frac{1}{11x - 9} \, dx = \frac{1}{11} \ln|11x - 9| + C\text{.}\)

  4. We know \(\int \csc(u) \cot(u) \, du = -\cot(u) + C\text{,}\) so \(\int \csc(2x+1) \cot(2x+1) \, dx = -\frac{1}{2}\cot(2x+1) + C\text{.}\)

  5. Observe that \(\int \frac{1}{\sqrt{1-u^2}}\, dx = \arcsin(u) + C\text{,}\) and thus viewing \(16x^2 = (4x)^2\text{,}\) we see that \(\int \frac{1}{\sqrt{1-16x^2}}\, dx = \frac{1}{4} \arcsin(4x) + C\)

  6. Since \(\int 5^{u}\, du = \frac{1}{\ln(5)}5^u + C\text{,}\) we have that \(\int 5^{-x}\, dx = -\frac{1}{\ln(5)}5^{-x} + C\text{.}\)

SubsectionReversing the Chain Rule: \(u\)-substitution

A natural question arises from our recent work: what happens when the inner function is not linear? For example, can we find antiderivatives of such functions as

\begin{equation*} g(x) = x e^{x^2} \ \text{and} \ h(x) = e^{x^2}? \end{equation*}

It is important to remember that differentiation and antidifferentiation are almost-inverse processes (that they are not is due to the \(+C\) that arises when antidifferentiating). This almost-inverse relationship enables us to take any known derivative rule and rewrite it as a corresponding rule for an indefinite integral. For example, since

\begin{equation*} \frac{d}{dx} \left[x^5\right] = 5x^4\text{,} \end{equation*}

we can equivalently write

\begin{equation*} \int 5x^4 \, dx = x^5 + C\text{.} \end{equation*}

Recall that the Chain Rule states that

\begin{equation*} \frac{d}{dx} \left[ f(g(x)) \right] = f'(g(x)) \cdot g'(x)\text{.} \end{equation*}

Restating this relationship in terms of an indefinite integral,

\begin{equation} \int f'(g(x)) g'(x) \, dx = f(g(x))+C\text{.}\label{E-usubst}\tag{5.5} \end{equation}

Equation(5.5) tells us that if we can view a given function as \(f'(g(x)) g'(x)\) for some appropriate choices of \(f\) and \(g\text{,}\) then we can antidifferentiate the function by reversing the Chain Rule. Note that both \(g(x)\) and \(g'(x)\) appear in the form of \(f'(g(x)) g'(x)\text{;}\) we will sometimes say that we seek to identify a function-derivative pair (\(g(x)\) and \(g'(x)\)) when trying to apply the rule in Equation(5.5).

If we can identify a function-derivative pair, we will introduce a new variable \(u\) to represent the function \(g(x)\text{.}\) With \(u = g(x)\text{,}\) it follows in Leibniz notation that \(\frac{du}{dx} = g'(x)\text{,}\) so that in terms of differentials5If we recall from the definition of the derivative that \(\frac{du}{dx} \approx \frac{\Delta{u}}{\Delta{x}}\) and use the fact that \(\frac{du}{dx} = g'(x)\text{,}\) then we see that \(g'(x) \approx \frac{\Delta{u}}{\Delta{x}}\text{.}\) Solving for \(\Delta u\text{,}\) \(\Delta u \approx g'(x) \Delta x\text{.}\) It is this last relationship that, when expressed in differential notation enables us to write \(du = g'(x) \, dx\) in the change of variable formula., \(du = g'(x)\, dx\text{.}\) Now converting the indefinite integral to a new one in terms of \(u\text{,}\) we have

\begin{equation*} \int f'(g(x)) g'(x) \, dx = \int f'(u) \,du\text{.} \end{equation*}

Provided that \(f'\) is an elementary function whose antiderivative is known, we can easily evaluate the indefinite integral in \(u\text{,}\) and then go on to determine the desired overall antiderivative of \(f'(g(x)) g'(x)\text{.}\) We call this process \(u\)-substitution, and summarize the rule as follows:

Method of Substitution

With the substitution \(u = g(x)\text{,}\)

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

This method is often referred to as \(u \)-substitution.

To see \(u\)-substitution at work, we consider the following example.

Example5.41

Evaluate the indefinite integral

\begin{equation*} \int x^3 \cdot \sin (7x^4 + 3) \, dx \end{equation*}

and check the result by differentiating.

Hint

Let \(u=7x^4+3\text{.}\)

Answer
\begin{equation*} \int x^3 \cdot \sin (7x^4 + 3) \, dx=-\frac{1}{28}\cos(7x^4+3)+C \end{equation*}
Solution

We can make two algebraic observations regarding the integrand, \(x^3 \cdot \sin (7x^4 + 3)\text{.}\) First, \(\sin (7x^4 + 3)\) is a composite function; as such, we know we'll need a more sophisticated approach to antidifferentiating. Second, \(x^3\) is almost the derivative of \(7x^4 + 3\text{;}\) the only issue is a missing constant. Thus, \(x^3\) and \((7x^4 + 3)\) are nearly a function-derivative pair. Furthermore, we know the antiderivative of \(f(u) = \sin(u)\text{.}\) The combination of these observations suggests that we can evaluate the given indefinite integral by reversing the chain rule through \(u\)-substitution.

Letting \(u\) represent the inner function of the composite function \(\sin (7x^4 + 3)\text{,}\) we have \(u = 7x^4 + 3\text{,}\) and thus \(\frac{du}{dx} = 28x^3\text{.}\) In differential notation, it follows that \(du = 28x^3 \, dx\text{,}\) and thus \(x^3 \, dx = \frac{1}{28} \, du\text{.}\) The original indefinite integral may be slightly rewritten as

\begin{equation*} \int \sin (7x^4 + 3) \cdot x^3 \, dx\text{,} \end{equation*}

and so by substituting \(u\) for \(7x^4 + 3\) and \(\frac{1}{28} \, du\) for \(x^3 \, dx\text{,}\) it follows that

\begin{equation*} \int \sin (7x^4 + 3) \cdot x^3 \, dx = \int \sin(u) \cdot \frac{1}{28} \, du\text{.} \end{equation*}

Now we may evaluate the easier integral in \(u\text{,}\) and then replace \(u\) by the expression \(7x^4 + 3\text{.}\) Doing so, we find

\begin{align*} \int \sin (7x^4 + 3) \cdot x^3 \, dx &= \int \sin(u) \cdot \frac{1}{28} \, du\\ &= \frac{1}{28} \int \sin(u) \, du\\ &= \frac{1}{28} (-\cos(u)) + C\\ &= -\frac{1}{28} \cos(7x^4 + 3) + C\text{.} \end{align*}

To check our work, we observe by the Chain Rule that

\begin{equation*} \frac{d}{dx} \left[ -\frac{1}{28}\cos(7x^4 + 3) \right] = -\frac{1}{28} \cdot (-1)\sin(7x^4 + 3) \cdot 28x^3 = \sin(7x^4 + 3) \cdot x^3\text{,} \end{equation*}

which is indeed the original integrand.

SubsectionA Cautionary Tale

The \(u\)-substitution worked because the function multiplying \(\sin (7x^4 + 3)\) was \(x^3\text{.}\) If instead that function was \(x^2\) or \(x^4\text{,}\) the substitution process would not have worked. This is one of the primary challenges of antidifferentiation: slight changes in the integrand make tremendous differences. For instance, we can use \(u\)-substitution with \(u = x^2\) and \(du = 2xdx\) to find that

\begin{align*} \int xe^{x^2} \, dx &= \int e^u \cdot \frac{1}{2} \, du\\ &= \frac{1}{2} \int e^u \, du\\ &= \frac{1}{2} e^u + C\\ &= \frac{1}{2} e^{x^2} + C\text{.} \end{align*}

However, for the similar indefinite integral

\begin{equation*} \int e^{x^2} \, dx\text{,} \end{equation*}

the \(u\)-substitution \(u = x^2\) is no longer possible because the factor of \(x\) is missing. Hence, part of the lesson of \(u\)-substitution is just how specialized the process is: it only applies to situations where, up to a missing constant, the integrand is the result of applying the Chain Rule to a different, related function.

Finding Antiderivatives using Substitution
  • Find two functions within the integrand that form (up to a possible missing constant) a function-derivative pair;

  • Make a substitution and convert the integral to one involving \(u\) and \(du\text{;}\)

  • Evaluate the new integral in \(u\text{;}\)

  • Convert the resulting function of \(u\) back to a function of \(x\) by using your earlier substitution;

  • Check your work by differentiating the function of \(x\text{.}\) You should come up with the original integrand.

Example5.42

Evaluate each of the following indefinite integrals by using a \(u \)-substitution.

  1. \(\int \frac{x^2}{5x^3+1} \, dx\)

  2. \(\int e^x \sin(e^x) \, dx\)

  3. \(\int \frac{\cos(\sqrt{x})}{\sqrt{x}} \, dx\)

Hint
  1. Note that \(5x^3 + 1\) and \(15x^2\) form a function-derivative pair.

  2. Recall that \(e^{x}\) is its own derivative.

  3. Observe that \(x^{-\frac{1}{2}} = \frac{1}{\sqrt{x}}\text{.}\)

Answer
  1. \(\int \frac{x^2}{5x^3+1} \, dx = \frac{1}{15} \ln|5x^3 + 1| + C\text{.}\)

  2. \(\int e^x \sin(e^x) \, dx = -\cos(e^x) + C\text{.}\)

  3. \(\int \frac{\cos(\sqrt{x})}{\sqrt{x}} \, dx = 2\sin(\sqrt{x}) + C\text{.}\)

Solution
  1. Since \(5x^3 + 1\) and \(15x^2\) form a function-derivative pair, we let \(u=5x^3+1\text{,}\) and observe that \(du=15x^2dx\text{,}\) and thus \(x^2dx=\frac{1}{15}du\text{.}\) Applying this substitution, integrating, and substituting back,

    \begin{equation*} \int \frac{x^2}{5x^3+1} \, dx = \int \frac{\frac{1}{15}du}{u} = \frac{1}{15} \ln|u| + C = \frac{1}{15} \ln|5x^3 + 1| + C\text{.} \end{equation*}
  2. Because \(\frac{d}{dx}[e^x] = e^x\text{,}\) if we let \(u=e^x\text{,}\) it follows \(du = e^x dx\text{.}\) Substituting and integrating,

    \begin{equation*} \int e^x \sin(e^x) \, dx = \int \sin(u) \, du = -\cos(u) + C = -\cos(e^x) + C\text{.} \end{equation*}
  3. Let \(u = \sqrt{x}\text{,}\) so that \(du = \frac{1}{2}x^{-\frac{1}{2}}dx = \frac{dx}{2\sqrt{x}}\text{.}\) We observe that \(\frac{dx}{\sqrt{x}} = 2 du\text{,}\) and thus

    \begin{equation*} \int \frac{\cos(\sqrt{x})}{\sqrt{x}}~dx = \int 2 \cos(u) \, du = 2\sin(u) + C = 2\sin(\sqrt{x}) + C\text{.} \end{equation*}

SubsectionEvaluating Definite Integrals via \(u\)-substitution

We have introduced \(u\)-substitution as a means to evaluate indefinite integrals of functions that can be written, up to a constant multiple, in the form \(f(g(x))g'(x)\text{.}\) This same technique can be used to evaluate definite integrals involving such functions, though we need to be careful with the corresponding limits of integration. Consider, for instance, the definite integral

\begin{equation*} \int_2^5 xe^{x^2} \, dx\text{.} \end{equation*}

Whenever we write a definite integral, it is implicit that the limits of integration correspond to the variable of integration. To be more explicit, observe that

\begin{equation*} \int_2^5 xe^{x^2} \, dx = \int_{x=2}^{x=5} xe^{x^2} \, dx\text{.} \end{equation*}

When we execute a \(u\)-substitution, we change the variable of integration; it is essential to note that this also changes the limits of integration. For instance, with the substitution \(u = x^2\) and \(du = 2x \, dx\text{,}\) it also follows that when \(x = 2\text{,}\) \(u = 2^2 = 4\text{,}\) and when \(x = 5\text{,}\) \(u = 5^2 = 25\text{.}\) Thus, under the change of variables of \(u\)-substitution, we now have

\begin{align*} \int_{x=2}^{x=5} xe^{x^2} \, dx &= \int_{u=4}^{u=25} e^{u} \cdot \frac{1}{2} \, du\\ &= \left. \frac{1}{2}e^u \right|_{u=4}^{u=25}\\ &= \frac{1}{2}e^{25} - \frac{1}{2}e^4\text{.} \end{align*}

Alternatively, we could consider the related indefinite integral \(\int xe^{x^2} \, dx\text{,}\) find the antiderivative \(\frac{1}{2}e^{x^2}\) through \(u\)-substitution, and then evaluate the original definite integral. With that method, we'd have

\begin{align*} \int_{2}^{5} xe^{x^2} \, dx &= \left. \frac{1}{2}e^{x^2} \right|_{2}^{5}\\ &= \frac{1}{2}e^{25} - \frac{1}{2}e^4\text{,} \end{align*}

which is, of course, the same result.

Two Methods to Evaluate a Definite Integral with \(u \)-substitution

To evaluate the definite integral \(\int_a^b h(x) \, dx \) while using a \(u \)-substitution, there are two different methods to apply the Fundamental Theorem of Calculus. Either method is correct. They are summarized below:

  1. Change the limits to the corresponding \(u \)-values. Then find the antiderivative with respect to \(u\) and evaluate it according to the Fundamental Theorem of Calculus, using the limits corresponding to \(u \text{.}\)

  2. Start with the indefinite integral \(\int h(x) \, dx \) and find an antiderivative with respect to \(x \text{.}\) Make sure your resulting expression is in terms of \(x \text{.}\) Then evaluate it according to the Fundamental Theorem of Calculus, using the limits corresponding to \(x \text{.}\)

Example5.43

Evaluate each of the following definite integrals exactly through an appropriate \(u\)-substitution.

  1. \(\int_1^2 \frac{x}{1 + 4x^2} \, dx\)

  2. \(\int_0^1 e^{-x} (2e^{-x}+3)^{9} \, dx\)

  3. \(\int_{2/\pi}^{4/\pi} \frac{\cos\left(\frac{1}{x}\right)}{x^{2}} \,dx\)

Hint
  1. Let \(u = 1+4x^2\text{.}\)

  2. \((2e^{-x}+3)\) and \(e^{-x}\) form a function-derivative pair

  3. \(\frac{d}{dx}\left[\frac{1}{x}\right] = -\frac{1}{x^2}\)

Answer
  1. \begin{gather*} \int_{x=1}^{x=2} \frac{x}{1 + 4x^2} \, dx = \frac{1}{8} (\ln(17) - \ln(5))\text{.} \end{gather*}
  2. \begin{gather*} \int_0^1 e^{-x} (2e^{-x}+3)^{9} \, dx = -\frac{1}{20}(2e^{-1}+3)^{10} + \frac{1}{20}(2e^{0}+3)^{10}\text{.} \end{gather*}
  3. \begin{gather*} \int_{2/\pi}^{4/\pi} \frac{\cos\left(\frac{1}{x}\right)}{x^{2}} \,dx = 1 - \frac{\sqrt{2}}{2}\text{.} \end{gather*}
Solution
  1. Let \(u = 1+4x^2\text{,}\) so \(du=8x dx\) and \(xdx = \frac{1}{8} du\text{.}\) Note that \(x=1\) implies \(u=5\) and \(x=2\) implies \(u=17\text{.}\) Thus using method A.,

    \begin{gather*} \int_{x=1}^{x=2} \frac{x}{1 + 4x^2} \, dx = \frac{1}{8} \int_{u=5}^{u=17} \frac{du}{u} = \left. \frac{1}{8} \ln|u| \right|_5^{17} = \frac{1}{8} (\ln(17) - \ln(5))\text{.} \end{gather*}
  2. We'll use method B., so first consider the corresponding indefinite integral, \(\int e^{-x} (2e^{-x}+3)^{9} \, dx\text{,}\) and let \(u=2e^{-x}+3\) so that \(du = -2e^{-x}dx\text{.}\) We see \(e^{-x}dx = -\frac{1}{2}du\text{,}\) and thus \(\int e^{-x} (2e^{-x}+3)^{9} \, dx = -\frac{1}{2} \int u^9 \, du = -\frac{1}{2} \cdot \frac{1}{10} u^{10} + C = -\frac{1}{20}(2e^{-x}+3)^{10}\text{.}\) Applying this antiderivative to the definite integral, we see that

    \begin{align*} \int_0^1 e^{-x} (2e^{-x}+3)^{9} \, dx &= \left. -\frac{1}{20}(2e^{-x}+3)^{10} \right|_0^1 \\ &= -\frac{1}{20}(2e^{-1}+3)^{10} + \frac{1}{20}(2e^{0}+3)^{10}. \end{align*}
  3. Using method B. and using the substitution \(u=\frac{1}{x}\text{,}\) it follows that

    \begin{equation*} \int \frac{\cos\left(\frac{1}{x}\right)}{x^{2}} \,dx = -\int \cos(u) \, du = -\sin(u) + C\text{.} \end{equation*}

    Hence,

    \begin{equation*} \int_{\frac{2}{\pi}}^{\frac{4}{\pi}} \frac{\cos\left(\frac{1}{x}\right)}{x^{2}} \,dx = \left.-\sin\left(\frac{1}{x}\right) \right|_{\frac{2}{\pi}}^{\frac{4}{\pi}} = -\sin(\frac{\pi}{4} + \sin(\frac{\pi}{2}) = 1 - \frac{\sqrt{2}}{2}\text{.} \end{equation*}
Example5.44

Show the two definite integrals are equal by using a substitution.

  1. \(\int_0^{10} 10x \, dx= \frac{1}{10} \int_0^{100} u \, du \)

  2. \(2\int_{\frac{\pi}{4}}^{\frac{\pi}{2}} x \sin(2x) \, dx= \frac{1}{2} \int_{\frac{\pi}{2}}^{\pi} u\sin(u) \, du \)

Hint
  1. Start with the left hand side of the equation and use the substitution \(u=10x\text{.}\)

  2. Start with the left hand side of the equation and use the substitution \(u=2x \text{.}\)

Solution
  1. Start with the left hand side of the equation and use the substitution \(u=10x\text{.}\) (We could have started with the right hand side and use the substitution \(x=\frac{u}{10}\text{.}\)) Then \(du= 10 \, dx \text{,}\) so \(\frac{du}{10}=dx \text{.}\) The new limits will be \(u=10(0)=0 \) and \(u=10(10)=100\text{.}\) Using this substitution, we can find that the original integral transforms to the desired integral

    \begin{gather*} \int_0^{10} 10x \, dx =\int_{0}^{100} u \, \frac{du}{10}= \frac{1}{10} \int_{0}^{100} u \, du \end{gather*}
  2. Start with the left hand side of the equation and use the substitution \(u=2x\text{.}\) (We could have started with the right hand side and use the substitution \(x=\frac{u}{2}\text{.}\)) Then \(du= 2 \, dx \text{,}\) so \(\frac{du}{2}=dx \text{.}\) The new limits will be \(u=2(\frac{\pi}{4})=\frac{\pi}{2} \) and \(u=2(\frac{\pi}{2})=\pi\text{.}\) We also need to rearrange the equation for the substitution to write \(x \) in terms of \(u \text{,}\) so we also need \(x=\frac{u}{2} \text{.}\) Using this substitution, we can find that the original integral transforms to the desired integral

    \begin{gather*} 2\int_{\frac{\pi}{4}}^{\frac{\pi}{2}} x \sin(2x) \, dx =2\int_{\frac{\pi}{2}}^{\pi} \frac{u}{2} \sin(u)\, \frac{du}{2}= \frac{1}{2} \int_{\frac{\pi}{2}}^{\pi} u \sin(u) \, du . \end{gather*}

SubsectionSummary

  • To find algebraic formulas for antiderivatives of more complicated algebraic functions, we need to think carefully about how we can reverse known differentiation rules. To that end, it is essential that we understand and recall known derivatives of basic functions, as well as the standard derivative rules.

  • The indefinite integral provides notation for antiderivatives. When we write \(\int f(x) \, dx\text{,}\) we mean the general antiderivative of \(f\text{.}\) In particular, if we have functions \(f\) and \(F\) such that \(F' = f\text{,}\) the following two statements say the exact thing:

    \begin{equation*} \frac{d}{dx}[F(x)] = f(x) \ \text{and} \ \int f(x) \, dx = F(x) + C\text{.} \end{equation*}

    That is, \(f\) is the derivative of \(F\text{,}\) and \(F\) is an antiderivative of \(f\text{.}\)

  • The technique of \(u\)-substitution helps us to evaluate indefinite integrals of the form \(\int f(g(x))g'(x) \, dx\) through the substitutions \(u = g(x)\) and \(du = g'(x) \, dx\text{,}\) so that

    \begin{equation*} \int f(g(x))g'(x) \, dx = \int f(u) \, du\text{.} \end{equation*}

    A key part of choosing the expression in \(x\) to be represented by \(u\) is the identification of a function-derivative pair. To do so, we often look for an inner function \(g(x)\) that is part of a composite function, while investigating whether \(g'(x)\) (or a constant multiple of \(g'(x)\)) is present as a multiplying factor of the integrand.

  • There are two methods to use \(u\)-substitution with a definite integral. In one method, first find the general antiderivative in terms of \(x \) and use the bounds of integration corresponding to \(x \) when using the Fundamental Theorem of Calculus. For the other method, change the bounds of integration to correspond to \(u \) as a step of a \(u\)-substitution, integrate with respect to \(u \text{,}\) and use the bounds corresponding to \(u \) when using the Fundamental Theorem of Calculus.

SubsectionExercises

This problem centers on finding antiderivatives for the basic trigonometric functions other than \(\sin(x)\) and \(\cos(x)\text{.}\)

  1. Consider the indefinite integral \(\int \tan(x) \, dx\text{.}\) By rewriting the integrand as \(\tan(x) = \frac{\sin(x)}{\cos(x)}\) and identifying an appropriate function-derivative pair, make a \(u\)-substitution and hence evaluate \(\int \tan(x) \, dx\text{.}\)

  2. In a similar way, evaluate \(\int \cot(x) \, dx\text{.}\)

  3. Consider the indefinite integral

    \begin{equation*} \int \frac{\sec^2(x) + \sec(x) \tan(x)}{\sec(x) + \tan(x)} \, dx\text{.} \end{equation*}

    Evaluate this integral using the substitution \(u = \sec(x) + \tan(x)\text{.}\)

  4. Simplify the integrand in (c) by factoring the numerator. What is a far simpler way to write the integrand?

  5. Combine your work in (c) and (d) to determine \(\int \sec(x) \, dx\text{.}\)

  6. Using (c)-(e) as a guide, evaluate \(\int \csc(x) \, dx\text{.}\)

Consider the indefinite integral \(\int x \sqrt{x-1} \, dx\text{.}\)

  1. At first glance, this integrand may not seem suited to substitution due to the presence of \(x\) in separate locations in the integrand. Nonetheless, using the composite function \(\sqrt{x-1}\) as a guide, let \(u = x-1\text{.}\) Determine expressions for both \(x\) and \(dx\) in terms of \(u\text{.}\)

  2. Convert the given integral in \(x\) to a new integral in \(u\text{.}\)

  3. Evaluate the integral in (b) by noting that \(\sqrt{u} = u^{\frac{1}{2}}\) and observing that it is now possible to rewrite the integrand in \(u\) by expanding through multiplication.

  4. Evaluate each of the integrals \(\int x^2 \sqrt{x-1} \, dx\) and \(\int x \sqrt{x^2 - 1} \, dx\text{.}\) Write a paragraph to discuss the similarities among the three indefinite integrals in this problem and the role of substitution and algebraic rearrangement in each.

Consider the indefinite integral \(\int \sin^3(x) \, dx\text{.}\)

  1. Explain why the substitution \(u = \sin(x)\) will not work to help evaluate the given integral.

  2. Recall the Fundamental Trigonometric Identity, which states that \(\sin^2(x) + \cos^2(x) = 1\text{.}\) By observing that \(\sin^3(x) = \sin(x) \cdot \sin^2(x)\text{,}\) use the Fundamental Trigonometric Identity to rewrite the integrand as the product of \(\sin(x)\) with another function.

  3. Explain why the substitution \(u = \cos(x)\) now provides a possible way to evaluate the integral in (b).

  4. Use your work in (a)-(c) to evaluate the indefinite integral \(\int \sin^3(x) \, dx\text{.}\)

  5. Use a similar approach to evaluate \(\int \cos^3(x) \, dx\text{.}\)

For the town of Mathland, MI, residential power consumption has shown certain trends over recent years. Based on data reflecting average usage, engineers at the power company have modeled the town's rate of energy consumption by the function

\begin{equation*} r(t) = 4 + \sin(0.263t + 4.7) + \cos(0.526t+9.4)\text{.} \end{equation*}

Here, \(t\) measures time in hours after midnight on a typical weekday, and \(r\) is the rate of consumption in megawatts6The unit megawatt is itself a rate, which measures energy consumption per unit time. A megawatt-hour is the total amount of energy that is equivalent to a constant stream of 1 megawatt of power being sustained for 1 hour. at time \(t\text{.}\) Units are critical throughout this problem.

  1. Sketch a carefully labeled graph of \(r(t)\) on the interval [0,24] and explain its meaning. Why is this a reasonable model of power consumption?

  2. Without calculating its value, explain the meaning of \(\int_0^{24} r(t) \, dt\text{.}\) Include appropriate units on your answer.

  3. Determine the exact amount of energy Mathland consumes in a typical day.

  4. What is Mathland's average rate of power consumption in a given 24-hour period? What are the units on this quantity?