Skip to main content
Mathematics LibreTexts

6.1: Using Definite Integrals to Find Area and Length

  • Page ID
    4327
  • \( \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

    In this section, we strive to understand the ideas generated by the following important questions:

    • How can we use definite integrals to measure the area between two curves?
    • How do we decide whether to integrate with respect to \(x\) or with respect to \(y\) when we try to find the area of a region?
    • How can a definite integral be used to measure the length of a curve?

    Early on in our work with the definite integral, we learned that if we have a nonnegative velocity function, \(v\), for an object moving along an axis, the area under the velocity function between \(a\) and \(b\) tells us the distance the object traveled on that time interval. Moreover, based on the definition of the definite integral, that area is given precisely by

    \[\int^b_a v(t) \,dt. \nonumber \]

    Indeed, for any nonnegative function f on an interval \( [a, b]\), we know that

    \[\int^b_a f (x) \,dx \nonumber\]

    measures the area bounded by the curve and the \( x\)-axis between \(x = a\) and \(x = b\). Through our upcoming work in the present section and chapter, we will explore how definite integrals can be used to represent a variety of different physically important properties. In Preview Activity \(\PageIndex{1}\), we begin this investigation by seeing how a single definite integral may be used to represent the area between two curves.

    Preview Activity \(\PageIndex{1}\)

    Consider the functions given by \(f(x) = 5−(x−1)^2\) and \(g(x) = 4−x\).

    1. Use algebra to find the points where the graphs of \(f\) and \(g\) intersect.
    2. Sketch an accurate graph of \(f\) and \(g\) on the axes provided, labeling the curves by name and the intersection points with ordered pairs.
    3. Find and evaluate exactly an integral expression that represents the area between \(y = f(x)\) and the \(x-\)axis on the interval between the intersection points of \(f\) and \(g\).
    4. Find and evaluate exactly an integral expression that represents the area between \(y = g(x)\) and the \(x-\)axis on the interval between the intersection points of \(f\) and \(g\).
    5. What is the exact area between \(f\) and \(g\) between their intersection points? Why?

    alt

    Figure \(\PageIndex{1}\): Axes for plotting \(f\) and \(g\) in Preview Activity 6.1

    The Area Between Two Curves

    Through Preview Activity \(\PageIndex{1}\), we encounter a natural way to think about the area between two curves: the area between the curves is the area beneath the upper curve minus the area below the lower curve. For the functions

    \[f (x) = (x − 1)^2 + 1 \nonumber\]

    and

    \[g(x) = x + 2,\nonumber \]

    shown in Figure \(\PageIndex{2}\), we see that the upper curve is \(g(x) = x + 2\), and that the graphs intersect at (0, 2) and (3, 5). Note that we can find these intersection points by solving the system of equations given by \(y = (x − 1)^2 + 1\) and \(y = x + 2\) through substitution: substituting \(x + 2\) for \(y\) in the first equation yields \(x + 2 = (x − 1)^2 + 1\), so \(x + 2 = x^2 − 2x + 1 + 1\), and thus

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

    alt

    Figure \(\PageIndex{2}\): The areas bounded by the functions \(f(x)=(x-1)^2+1\) and \(g(x)=x+2\) on the interval [0,3].

    from which it follows that \(x = 0\) or \(x = 3\). Using \(y = x + 2\), we find the corresponding \(y-\)values of the intersection points. On the interval [0, 3], the area beneath \(\text{g}\) is

    \[ \int^3_0 (x + 2) dx = \dfrac{21}{2}, \nonumber \]

    while the area under \(f\) on the same interval is

    \[ \int^3_0 [(x − 1)^2 + 1] dx = 6.\nonumber \]

    Thus, the area between the curves is

    \[A = \int^3_0 (x + 2) dx − \int^3_0 [(x − 1)^2 + 1] dx = \dfrac{21 }{2} − 6 = \dfrac{9}{2}. \label{6.1}\tag{6.1} \]

    A slightly different perspective is also helpful here: if we take the region between two curves and slice it up into thin vertical rectangles (in the same spirit as we originally sliced the region between a single curve and the \(x-\)axis in Section 4.2), then we see that the height of a typical rectangle is given by the difference between the two functions. For example, for the rectangle shown at left in Figure \(\PageIndex{3}\), we see that the rectangle’s height is \(g(x) − f (x)\), while its width can be viewed as \(\Delta x\), and thus the area of the rectangle is

    \[A_{\text{rect}} = (g(x) − f (x))\Delta x. \nonumber\]

    alt

    Figure \(\PageIndex{3}\): The area bounded by the functions \(f(x)=(x-1)^2+1\) and \(g(x)=x+2\) on the interval [0,3].

    The area between the two curves on [0, 3] is thus approximated by the Riemann sum

    \[A \approx \sum^{n}_{i=1} (\text{g}(x_i) − f (x_i))\Delta x, \nonumber\]

    and then as we let \(n\rightarrow\infty\), it follows that the area is given by the single definite integral

    \[ A = \int^3_0 (g(x) − f (x)) dx. \label{6.2}\tag{6.2}\]

    In many applications of the definite integral, we will find it helpful to think of a “representative slice” and how the definite integral may be used to add these slices to find the exact value of a desired quantity. Here, the integral essentially sums the areas of thin rectangles.

    Finally, whether we think of the area between two curves as the difference between the area bounded by the individual curves (as in Equation \(\ref{6.1}\)) or as the limit of a Riemann sum that adds the areas of thin rectangles between the curves (as in Equation \(\ref{6.2}\)), these two results are the same, since the difference of two integrals is the integral of the difference:

    \[\int^3_0 \text{g}(x) dx − \int^3_0 f (x) dx = \int^3_0 (\text{g}(x) − f (x)) dx. \nonumber\]

    Moreover, our work so far in this section exemplifies the following general principle. If two curves \(y = \text{g}(x)\) and \(y = f (x)\) intersect at \((a, \text{g}(a))\) and \((b, \text{g}(b))\), and for all x such that \(a\ \leq\ x\ \leq\ b\), \(\text{g}(x)\ \geq\ f(x)\), then the area between the curves is

    \[A = \int^b_a (\text{g}(x) − f (x)) dx. \nonumber\]

    Activity \(\PageIndex{1}\)

    In each of the following problems, our goal is to determine the area of the region described. For each region,

    1. determine the intersection points of the curves,
    2. sketch the region whose area is being found,
    3. draw and label a representative slice, and
    4. state the area of the representative slice.

    Then, state a definite integral whose value is the exact area of the region, and evaluate the integral to find the numeric value of the region’s area.

    1. The finite region bounded by \(y=\sqrt{x}\) and \(y=\dfrac{1}{4}x\).
    2. The finite region bounded by \(y = 12 − 2x^2\) and \(y = x^2 − 8\).
    3. The area bounded by the \(y-\)axis, \(f(x) = cos(x)\), and \(\text{g}(x) = sin(x)\), where we consider the region formed by the first positive value of \(x\) for which \(f\) and \(g\) intersect.
    4. The finite regions between the curves \(y = x^3 − x\) and \(y = x^2\).

    Finding Area with Horizontal Slices

    At times, the shape of a geometric region may dictate that we need to use horizontal rectangular slices, rather than vertical ones. For instance, consider the region bounded by the parabola \(x = y^2 − 1\) and the line \(y = x − 1\), pictured in Figure \(\PageIndex{4}\). First, we observe that by solving the second equation for \(x\) and writing \(x = y+1\), we can eliminate a variable through substitution and find that \(y + 1 = y^2 − 1\), and hence the curves intersect where

    \[y^2 − y − 2 = 0. \nonumber\]

    Thus, we find \(y\ =\ −1\) or \(y\ =\ 2\), so the intersection points of the two curves are (0, −1) and (3, 2). We see that if we attempt to use vertical rectangles to slice up the area, at certain values of \(x\) (specifically from \(x\ =\ −1\) to \(x\ =\ 0\), as seen in the center graph of Figure \(\PageIndex{4}\), the curves that govern the top and bottom of the rectangle are one and the same. This suggests, as shown in the rightmost graph in the figure, that we try using horizontal rectangles as a way to think about the area of the region. For such a horizontal rectangle, note that its width depends on \(y\), the height at which the rectangle is constructed. In particular, at a height \(y\) between \(y\ =\ −1\) and \(y\ =\ 2\), the right end of a representative rectangle is determined by the line, \(x = y + 1\), while the left end of the rectangle is determined by the parabola, \(x = y^2 − 1\), and the thickness of the rectangle is \(\Delta y\).

    Therefore, the area of the rectangle is

    \[A_{\text{rect}} = [(y + 1) − (y^2 − 1)]\Delta y, \nonumber\]

    from which it follows that the area between the two curves on the \(y-\)interval [−1, 2] is approximated by the Riemann

    \[A \approx \sum^n_{i=1} [(y_i + 1) − (y^2_i − 1)]\Delta y. \nonumber\]

    alt

    Figure \(\PageIndex{4}\): The area bounded by the functions \(x=y^2-1\) and \(y=x-1\) (at left), with the region sliced vertically (center) and horizontally (at right).

    Taking the limit of the Riemann sum, it follows that the area of the region is

    \[ A=\ \int_{y=-1}^{y=2}[(y+1)-(y^{2}-1)]dy. \label{6.3}\tag{6.3} \]

    We emphasize that we are integrating with respect to \(y\); this is dictated by the fact that we chose to use horizontal rectangles whose widths depend on \(y\) and whose thickness is denoted \(\Delta y\). It is a straightforward exercise to evaluate the integral in Equation \(\ref{6.3}\) and find that \(A = \dfrac{9}{2}\).

    Just as with the use of vertical rectangles of thickness \(\Delta x\), we have a general principle for finding the area between two curves, which we state as follows.

    If two curves \(x = \text{g}(y)\) and \(x = f (y)\) intersect at \((\text{g}(c), c)\) and \((\text{g}(d), d)\), and for all \(y\) such that \(c\leq y\leq d\), \(\text{g}(y)\geq f(y)\), then the area between the curves is

    \[A = \int^{y=d}_{y=c}(\text{g}(y) − f (y))\ dy \nonumber\]

    Activity \(\PageIndex{2}\)

    In each of the following problems, our goal is to determine the area of the region described. For each region,

    1. determine the intersection points of the curves,
    2. sketch the region whose area is being found,
    3. draw and label a representative slice, and
    4. state the area of the representative slice.

    Then, state a definite integral whose value is the exact area of the region, and evaluate the integral to find the numeric value of the region’s area. Note well: At the step where you draw a representative slice, you need to make a choice about whether to slice vertically or horizontally.

    1. The finite region bounded by \(x = y^2\) and \(x = 6 − 2y^2\).
    2. The finite region bounded by \(x = 1 − y^2\) and \(x = 2 − 2y^2\).
    3. The area bounded by the \(x\)-axis, \(y = x^2\), and \(y = 2 − x\).
    4. The finite regions between the curves \(x = y^2 − 2y\) and \(y = x\).

    Finding the length of a curve

    In addition to being able to use definite integrals to find the areas of certain geometric regions, we can also use the definite integral to find the length of a portion of a curve. We use the same fundamental principle: we take a curve whose length we cannot easily find, and slice it up into small pieces whose lengths we can easily approximate. In particular, we take a given curve and subdivide it into small approximating line segments, as shown at left in Figure \(\PageIndex{5}\). To see how we find such a definite integral that measures arc length on

    alt

    Figure \(\PageIndex{5}\): At left, a continuous function \(y=f(x)\) whose length we seek on the interval \(a=x_0\) to \(b=x_3\). At right, a close up view of a portion of the curve.

    the curve \(y = f (x)\) from \(x = a\) to \(x = b\), we think about the portion of length, \(L_{\text{slice}}\), that lies along the curve on a small interval of length \(\Delta x\), and estimate the value of \(L_{\text{slice}}\) using a well-chosen triangle. In particular, if we consider the right triangle with legs parallel to the coordinate axes and hypotenuse connecting two points on the curve, as seen at right in Figure \(\PageIndex{5}\), we see that the length, \(h\), of the hypotenuse approximates the length, \(L_{\text{slice}}\), of the curve between the two selected points. Thus,

    \[L_{\text{slice}} \approx h = \sqrt{(\Delta x)^{2}+(\Delta y)^{2}} \nonumber\]

    By algebraically rearranging the expression for the length of the hypotenuse, we see how a definite integral can be used to compute the length of a curve. In particular, observe that by removing a factor of \((\Delta x)^{2}\), we find that

    \[\begin{split}
    L_{\text{slice}}& \approx \sqrt{(\Delta x)^{2}+(\Delta y)^{2}} \\
    & = \sqrt{(\Delta x)^{2}\left(1+\dfrac{(\Delta y)^{2}}{(\Delta x)^{2}}\right)} \\
    & = \sqrt{1+\dfrac{(\Delta y)^{2}}{(\Delta x)^{2}}}\cdot\Delta x.
    \end{split}\nonumber\]

    Furthermore, as \(n\rightarrow\infty\) and \(\Delta x \rightarrow 0\), it follows that \(\dfrac{\Delta y}{\Delta x}\rightarrow\dfrac{dy}{dx}=f'(x)\). Thus, we can say that

    \[L_{\text{slice}}\approx\sqrt{1\ +\ f'(x)^{2}}\Delta x. \nonumber\]

    Taking a Riemann sum of all of these slices and letting \(n\rightarrow\infty\), we arrive at the following fact.

    Given a differentiable function \(f\) on an interval [\(a\), \(b\)], the total arc length, \(L\), along the curve \(y = f (x)\) from \(x = a\) to \(x = b\) is given by

    \[L=\int_a^b\sqrt{1+f'(x)^2}dx. \nonumber\]

    Activity \(\PageIndex{3}\)

    Each of the following questions somehow involves the arc length along a curve.

    1. Use the definition and appropriate computational technology to determine the arc length along \(y = x^2\) from \(x = −1\) to \(x = 1\).
    2. Find the arc length of \(y=\sqrt{4-x^{2}}\) on the interval \(-2\leq x\leq 2\). Find this value in two different ways:
      1. by using a definite integral
      2. by using a familiar property of the curve.
    3. Determine the arc length of \(y = xe^{3x}\) on the interval [0, 1].
    4. Will the integrals that arise calculating arc length typically be ones that we can evaluate exactly using the First FTC, or ones that we need to approximate? Why?
    5. A moving particle is traveling along the curve given by \(y = f (x) = 0.1x^2 + 1\), and does so at a constant rate of 7 cm/sec, where both \(x\) and \(y\) are measured in cm (that is, the curve \(y = f (x)\) is the path along which the object actually travels; the curve is not a “position function”). Find the position of the particle when \(t\) = 4 sec, assuming that when \(t\) = 0, the particle’s location is (0, \(f(0)\)).

    Summary

    In this section, we encountered the following important ideas:

    • To find the area between two curves, we think about slicing the region into thin rectangles. If, for instance, the area of a typical rectangle on the interval \(x = a\) to \(x = b\) is given by \(A_{\text{rect}} = (\text{g}(x) − f (x))\Delta x,\) then the exact area of the region is given by the definite integral

    \[A = \int^b_a (\text{g}(x) − f (x)) dx\nonumber\]

    • The shape of the region usually dictates whether we should use vertical rectangles of thickness \(\Delta x\) or horizontal rectangles of thickness \(\Delta y\). We desire to have the height of the rectangle governed by the difference between two curves: if those curves are best thought of as functions of \(y\), we use horizontal rectangles, whereas if those curves are best viewed as functions of \(x\), we use vertical rectangles.
    • The arc length, \(L\), along the curve \(y = f (x)\) from \(x = a\) to \(x = b\) is given by

    \[L = \int^b_a \sqrt{1 + f'(x)^2} dx.\nonumber\]


    This page titled 6.1: Using Definite Integrals to Find Area and Length is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by Matthew Boelkins, David Austin & Steven Schlicker (ScholarWorks @Grand Valley State University) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    • Was this article helpful?