Skip to main content
Mathematics LibreTexts

5.6: Substitution and Area Between Curves

  • Page ID
    5482
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    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\big[g(x)\big]g′(x)\,dx\). For example, in the integral

    \[ ∫(x^2−3)^3 \, 2x \, dx. \label{eq1} \]

    we have

    \[ f(x)=x^3 \nonumber \]

    and

    \[g(x)=x^2−3.\nonumber \]

    Then

    \[ g'(x)=2x.\nonumber \]

    and

    \[ f[g(x)]g′(x)=(x^2−3)^3(2x),\nonumber \]

    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\). 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.

    Substitution with Indefinite Integrals

    Let \(u=g(x)\),, where \(g′(x)\) is continuous over an interval, let \(f(x)\) be continuous over the corresponding range of \(g\), and let \(F(x)\) be an antiderivative of \(f(x).\) Then,

    \[ \begin{align*} ∫f[g(x)]g′(x)\,dx &=∫f(u)\,du \\[4pt] &=F(u)+C \\[4pt] &= F(g(x))+C \end{align*}\]

    Proof

    Let \(f\), \(g\), \(u\), and \(F\) be as specified in the theorem. Then

    \[ \dfrac{d}{dx}\big[F(g(x))\big]=F′(g(x))g′(x)=f[g(x)]g′(x). \nonumber \]

    Integrating both sides with respect to \(x\), we see that

    \[ ∫f[g(x)]g′(x)\,dx=F(g(x))+C. \nonumber \]

    If we now substitute \(u=g(x)\), and \(du=g'(x)\,dx\), we get

    \[ ∫f[g(x)]g′(x)\,dx=∫f(u)\,du=F(u)+C=F(g(x))+C. \nonumber \]

    Returning to the problem we looked at originally, we let \(u=x^2−3\) and then \(du=2x\,dx\).

    Rewrite the integral (Equation \ref{eq1}) in terms of \(u\):

    \[ ∫(x^2−3)^3(2x\,dx)=∫u^3\,du. \nonumber \]

    Using the power rule for integrals, we have

    \[ ∫u^3\,du=\dfrac{u^4}{4}+C. \nonumber \]

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

    \[ \dfrac{u^4}{4}+C=\dfrac{(x^2−3)^4}{4}+C.\nonumber \]

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

    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. 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\). If the integral can’t be evaluated we need to go back and select a different expression to use as \(u\).
    4. Evaluate the integral in terms of \(u\).
    5. Write the result in terms of \(x\) and the expression \(g(x).\)
    Example \(\PageIndex{1}\): Using Substitution to Find an Antiderivative

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

    Solution

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

    \[ ∫6x(3x^2+4)^4\,dx=∫u^4\,du. \nonumber \]

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

    \[ ∫u^4\,du=\dfrac{u^5}{5}+C=\dfrac{(3x^2+4)^5}{5}+C.\nonumber \]

    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=\dfrac{1}{5}(3x^2+4)^5+1.\) We have

    \[ y=\dfrac{1}{5}(3x^2+4)^5+1,\nonumber \]

    so

    \[ \begin{align*} y′ &=\left(\dfrac{1}{5}\right)5(3x^2+4)^46x \\[4pt] &=6x(3x^2+4)^4.\end{align*}\]

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

    Exercise \(\PageIndex{1}\)

    Use substitution to find the antiderivative of \(\displaystyle ∫3x^2(x^3−3)^2\,dx.\)

    Hint

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

    Answer

    \(\displaystyle ∫3x^2(x^3−3)^2\,dx=\dfrac{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 \(\PageIndex{2}\): Using Substitution with Alteration

    Use substitution to find the antiderivative of \[ ∫z\sqrt{z^2−5}\,dz. \nonumber \]

    Solution

    Rewrite the integral as \(\displaystyle ∫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 \(\dfrac{1}{2}\). we can solve this problem. Thus,

    \[ u=z^2−5\nonumber \]

    \[ du=2z\,dz \nonumber \]

    \[ \dfrac{1}{2}du=\dfrac{1}{2}(2z)\,dz=z\,dz. \nonumber \]

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

    \[ ∫z(z^2−5)^{1/2}\,dz=\dfrac{1}{2}∫u^{1/2}\,du.\nonumber \]

    Integrate the expression in \(u\):

    \[ \begin{align*} \dfrac{1}{2}∫u^{1/2}\,du &= \left(\dfrac{1}{2}\right)\dfrac{u^{3/2}}{\dfrac{3}{2}}+C \\[4pt] &= \left(\dfrac{1}{2}\right)\left(\dfrac{2}{3}\right)u^{3/2}+C \\[4pt] &=\dfrac{1}{3}u^{3/2}+C \\[4pt] &=\dfrac{1}{3}(z^2−5)^{3/2}+C \end{align*}\]

    Exercise \(\PageIndex{2}\)

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

    Hint

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

    Answer

    \(\displaystyle ∫x^2(x^3+5)^9\,dx = \dfrac{(x^3+5)^{10}}{30}+C \)

    Example \(\PageIndex{3}\): Using Substitution with Integrals of Trigonometric Functions

    Use substitution to evaluate the integral \(\displaystyle ∫\dfrac{\sin t}{\cos^3t}\,dt.\)

    Solution

    We know the derivative of \(\cos t\) is \(−\sin t\), so we set \(u=\cos t\). Then \(du=−\sin t\,dt.\)

    Substituting into the integral, we have

    \[ ∫\dfrac{\sin t}{\cos^3t}\,dt=−∫\dfrac{du}{u^3}.\nonumber \]

    Evaluating the integral, we get

    \[ −∫\dfrac{du}{u^3}=−∫u^{−3}\,du=−\left(−\dfrac{1}{2}\right)u^{−2}+C.\nonumber \]

    Putting the answer back in terms of t, we get

    \[ ∫\dfrac{\sin t}{\cos^3t}\,dt=\dfrac{1}{2u^2}+C=\dfrac{1}{2\cos^2t}+C.\nonumber \]

    Exercise \(\PageIndex{3}\)

    Use substitution to evaluate the integral \( \displaystyle ∫\dfrac{\cos t}{\sin^2t}\,dt.\)

    Hint

    Use the process from Example \(\PageIndex{3}\) to solve the problem.

    Answer

    \(\displaystyle ∫\dfrac{\cos t}{\sin^2t}\,dt = −\dfrac{1}{\sin t}+C\)

    Exercise \(\PageIndex{4}\)

    Use substitution to evaluate the indefinite integral \(\displaystyle ∫\cos^3t\sin t\,dt. \)

    Hint

    Use the process from Example \(\PageIndex{3}\) to solve the problem.

    Answer

    \(\displaystyle ∫\cos^3t\sin t\,dt = −\dfrac{\cos^4t}{4}+C \)

    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\). This technique should become clear in the next example.

    Example \(\PageIndex{4}\): Finding an Antiderivative Using \(u\)-Substitution

    Use substitution to find the antiderivative of \[ ∫\dfrac{x}{\sqrt{x−1}}\,dx. \nonumber \]

    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.\) If \(u=x−1\), then \(x=u+1.\) Now we can rewrite the integral in terms of \(u:\)

    \[ ∫\dfrac{x}{\sqrt{x−1}}\,dx=∫\dfrac{u+1}{\sqrt{u}}\,du=∫\left(\sqrt{u}+\dfrac{1}{\sqrt{u}}\right)\,du=∫\left(u^{1/2}+u^{−1/2}\right)\,du.\nonumber \]

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

    \[ \begin{align*} ∫(u^{1/2}+u^{−1/2})\,du &=\dfrac{2}{3}u^{3/2}+2u^{1/2}+C \\[4pt] &= \dfrac{2}{3}(x−1)^{3/2}+2(x−1)^{1/2}+C \\[4pt] &= (x−1)^{1/2}\left[\dfrac{2}{3}(x−1)+2\right]+C \\[4pt] &= (x−1)^{1/2}\left(\dfrac{2}{3}x−\dfrac{2}{3}+\dfrac{6}{3}\right) \\[4pt] &= (x−1)^{1/2}\left(\dfrac{2}{3}x+\dfrac{4}{3}\right) \\[4pt] &= \dfrac{2}{3}(x−1)^{1/2}(x+2)+C. \end{align*}\]

    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.

    Substitution with Definite Integrals

    Let \(u=g(x)\) and let \(g'\) be continuous over an interval \([a,b]\), and let \(f\) be continuous over the range of \(u=g(x).\) Then,

    \[∫^b_af(g(x))g′(x)\,dx=∫^{g(b)}_{g(a)}f(u)\,du. \nonumber \]

    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

    \[ ∫f(g(x))g′(x)\,dx=F(g(x))+C. \nonumber \]

    Then

    \[\begin{align*} ∫^b_af[g(x)]g′(x)\,dx &= F(g(x))\bigg|^{x=b}_{x=a} \\[4pt] &=F(g(b))−F(g(a)) \\[4pt] &= F(u) \bigg|^{u=g(b)}_{u=g(a)} \\[4pt] &=∫^{g(b)}_{g(a)}f(u)\,du \end{align*}\]

    and we have the desired result.

    Example \(\PageIndex{5}\): Using Substitution to Evaluate a Definite Integral

    Use substitution to evaluate \[ ∫^1_0x^2(1+2x^3)^5\,dx. \nonumber \]

    Solution

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

    \[ \begin{align*} du &=6x^2\,dx \\[4pt] \text{becomes}\quad \dfrac{1}{6}du &=x^2\,dx. \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

    \[ ∫^1_0x^2(1+2x^3)^5dx=\dfrac{1}{6}∫^3_1u^5\,du. \nonumber \]

    Evaluating this expression, we get

    \[ \begin{align*} \dfrac{1}{6}∫^3_1u^5\,du &=\left(\dfrac{1}{6}\right)\left(\dfrac{u^6}{6}\right)\Big|^3_1 \\[4pt] &=\dfrac{1}{36}\big[(3)^6−(1)^6\big] \\[4pt] &=\dfrac{182}{9}. \end{align*}\]

    Exercise \(\PageIndex{5}\)

    Use substitution to evaluate the definite integral \(\displaystyle ∫^0_{−1}y(2y^2−3)^5\,dy. \)

    Hint

    Use the steps from Example \(\PageIndex{5}\) to solve the problem.

    Answer

    \(\displaystyle ∫^0_{−1}y(2y^2−3)^5\,dy = \dfrac{91}{3}\)

    Exercise \(\PageIndex{6}\)

    Use substitution to evaluate \(\displaystyle ∫^1_0x^2 \cos \left(\dfrac{π}{2}x^3\right)\,dx. \)

    Hint

    Use the process from Example \(\PageIndex{5}\) to solve the problem.

    Answer

    \(\displaystyle ∫^1_0x^2 \cos \left(\dfrac{π}{2}x^3\right)\,dx = \dfrac{2}{3π}≈0.2122\)

    Example \(\PageIndex{6}\): Using Substitution with an Exponential Function

    Use substitution to evaluate \[ ∫^1_0xe^{4x^2+3}\,dx. \nonumber \]

    Solution

    Let \(u=4x^3+3.\) Then, \(du=8x\,dx.\) 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*} ∫^1_0xe^{4x^2+3}\,dx &= \dfrac{1}{8}∫^7_3e^u\,du \\[4pt] &=\dfrac{1}{8}e^u\Big|^7_3 \\[4pt] &=\dfrac{e^7−e^3}{8} \\[4pt] &≈134.568 \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. These two approaches are shown in Example \(\PageIndex{7}\).

    Example \(\PageIndex{7}\): Using Substitution to Evaluate a Trigonometric Integral

    Use substitution to evaluate \[∫^{π/2}_0\cos^2θ\,dθ. \nonumber \]

    Solution

    Let us first use a trigonometric identity to rewrite the integral. The trig identity \(\cos^2θ=\dfrac{1+\cos 2θ}{2}\) allows us to rewrite the integral as

    \[∫^{π/2}_0\cos^2θ\,dθ=∫^{π/2}_0\dfrac{1+\cos2θ}{2}\,dθ. \nonumber \]

    Then,

    \[ \begin{align*} ∫^{π/2}_0\left(\dfrac{1+\cos2θ}{2}\right)\,dθ &=∫^{π/2}_0\left(\dfrac{1}{2}+\dfrac{1}{2}\cos 2θ\right)\,dθ \\[4pt] &=\dfrac{1}{2}∫^{π/2}_0\,dθ+∫^{π/2}_0\cos2θ\,dθ. \end{align*}\]

    We can evaluate the first integral as it is, but we need to make a substitution to evaluate the second integral. Let \(u=2θ.\) Then, \(du=2\,dθ,\) or \(\dfrac{1}{2}\,du=dθ\). Also, when \(θ=0,\,u=0,\) and when \(θ=π/2,\,u=π.\) Expressing the second integral in terms of \(u\), we have

    \[ \begin{align*}\dfrac{1}{2}∫^{π/2}_0\,dθ+\dfrac{1}{2}∫^{π/2}_0 \cos 2θ\,dθ &=\dfrac{1}{2}∫^{π/2}_0\,dθ+\dfrac{1}{2}\left(\dfrac{1}{2}\right)∫^π_0 \cos u \,du \\[4pt] &=\dfrac{θ}{2}\,\bigg|^{θ=π/2}_{θ=0}+\dfrac{1}{4}\sin u\,\bigg|^{u=θ}_{u=0} \\[4pt] &=\left(\dfrac{π}{4}−0\right)+(0−0)=\dfrac{π}{4} \end{align*}\]

    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.

    Key Equations

    • Substitution with Indefinite Integrals \[∫f[g(x)]g′(x)\,dx=∫f(u)\,du=F(u)+C=F(g(x))+C \nonumber \]
    • Substitution with Definite Integrals \[∫^b_af(g(x))g'(x)\,dx=∫^{g(b)}_{g(a)}f(u)\,du \nonumber \]

    Glossary

    change of variables
    the substitution of a variable, such as \(u\), for an expression in the integrand
    integration by substitution
    a technique for integration that allows integration of functions that are the result of a chain-rule derivative

    5.6: Substitution and Area Between Curves is shared under a not declared license and was authored, remixed, and/or curated by LibreTexts.

    • Was this article helpful?