Skip to main content
Mathematics LibreTexts

5.2: The Definite Integral

  • Page ID
    10763
  • \( \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
    • State the definition of the definite integral.
    • Explain the terms integrand, limits of integration, and variable of integration.
    • Explain when a function is integrable.
    • Describe the relationship between the definite integral and net area.
    • Use geometry and the properties of definite integrals to evaluate them.
    • Calculate the average value of a function.

    In the preceding section we defined the area under a curve in terms of Riemann sums:

    \[A=\lim_{n→∞}\sum_{i=1}^nf(x^∗_i)Δx. \nonumber \]

    However, this definition came with restrictions. We required \(f(x)\) to be continuous and nonnegative. Unfortunately, real-world problems don’t always meet these restrictions. In this section, we look at how to apply the concept of the area under the curve to a broader set of functions through the use of the definite integral.

    Definition and Notation

    The definite integral generalizes the concept of the area under a curve. We lift the requirements that \(f(x)\) be continuous and nonnegative, and define the definite integral as follows.

    Definition: Definite Integral

    If \(f(x)\) is a function defined on an interval \([a,b],\) the definite integral of \(f\) from \(a\) to \(b\) is given by

    \[∫^b_af(x)\,dx=\lim_{n→∞} \sum_{i=1}^nf(x^∗_i)Δx, \nonumber \]

    provided the limit exists. If this limit exists, the function \(f(x)\) is said to be integrable on \([a,b]\), or is an integrable function.

    The integral symbol in the previous definition should look familiar. We have seen similar notation in the chapter on Applications of Derivatives, where we used the indefinite integral symbol (without the \(a\) and \(b\) above and below) to represent an antiderivative. Although the notation for indefinite integrals may look similar to the notation for a definite integral, they are not the same. A definite integral is a number. An indefinite integral is a family of functions. Later in this chapter we examine how these concepts are related. However, close attention should always be paid to notation so we know whether we’re working with a definite integral or an indefinite integral.

    Integral notation goes back to the late seventeenth century and is one of the contributions of Gottfried Wilhelm Leibniz, who is often considered to be the codiscoverer of calculus, along with Isaac Newton. The integration symbol \(∫\) is an elongated \(S\), suggesting sigma or summation. On a definite integral, above and below the summation symbol are the boundaries of the interval, \([a,b].\) The numbers \(a\) and \(b\) are \(x\)-values and are called the limits of integration; specifically, \(a\) is the lower limit and \(b\) is the upper limit. To clarify, we are using the word limit in two different ways in the context of the definite integral. First, we talk about the limit of a sum as \(n→∞.\) Second, the boundaries of the region are called the limits of integration.

    We call the function \(f(x)\) the integrand, and the \(dx\) indicates that \(f(x)\) is a function with respect to \(x\), called the variable of integration. Note that, like the index in a sum, the variable of integration is a dummy variable, and has no impact on the computation of the integral. We could use any variable we like as the variable of integration:

    \[∫^b_af(x)\,dx=∫^b_af(t)\,dt=∫^b_af(u)\,du \nonumber \]

    Previously, we discussed the fact that if \(f(x)\) is continuous on \([a,b],\) then the limit \(\displaystyle \lim_{n→∞}\sum_{i=1}^nf(x^∗_i)Δx\) exists and is unique. This leads to the following theorem, which we state without proof.

    Continuous Functions Are Integrable

    If \(f(x)\) is continuous on \([a,b]\), then \(f\) is integrable on \([a,b].\)

    Functions that are not continuous on \([a,b]\) may still be integrable, depending on the nature of the discontinuities. For example, functions with a finite number of jump discontinuities or removable discontinuities on a closed interval are integrable.

    It is also worth noting here that we have retained the use of a regular partition in the Riemann sums. This restriction is not strictly necessary. Any partition can be used to form a Riemann sum. However, if a nonregular partition is used to define the definite integral, it is not sufficient to take the limit as the number of subintervals goes to infinity. Instead, we must take the limit as the width of the largest subinterval goes to zero. This introduces a little more complex notation in our limits and makes the calculations more difficult without really gaining much additional insight, so we stick with regular partitions for the Riemann sums.

    Example \(\PageIndex{1}\): Evaluating an Integral Using the Definition

    Use the definition of the definite integral to evaluate \(\displaystyle ∫^2_0x^2\,dx.\) Use a right-endpoint approximation to generate the Riemann sum.

    Solution

    We first want to set up a Riemann sum. Based on the limits of integration, we have \(a=0\) and \(b=2\). For \(i=0,1,2,…,n\), let \(P={x_i}\) be a regular partition of \([0,2].\) Then

    \[Δx=\dfrac{b−a}{n}=\dfrac{2}{n}. \nonumber \]

    Since we are using a right-endpoint approximation to generate Riemann sums, for each \(i\), we need to calculate the function value at the right endpoint of the interval \([x_{i−1},x_i].\) The right endpoint of the interval is \(x_i\), and since \(P\) is a regular partition,

    \[x_i=x_0+iΔx=0+i\left[\dfrac{2}{n}\right]=\dfrac{2i}{n}.\nonumber \]

    Thus, the function value at the right endpoint of the interval is

    \[f(x_i)=x^2_i=\left(\dfrac{2i}{n}\right)^2=\dfrac{4i^2}{n^2}.\nonumber \]

    Then the Riemann sum takes the form

    \[\sum_{i=1}^nf(x_i)Δx=\sum_{i=1}^n\left(\dfrac{4i^2}{n^2}\right)\dfrac{2}{n}=\sum_{i=1}^n\dfrac{8i^2}{n^3}=\dfrac{8}{n^3}\sum_{i=1}^ni^2.\nonumber \]

    Using the summation formula for \(\displaystyle \sum_{i=1}^ni^2\), we have

    \[\begin{align*} \sum_{i=1}^nf(x_i)Δx &=\dfrac{8}{n^3}\sum_{i=1}^ni^2 \\[4pt] &=\dfrac{8}{n^3}\left[\dfrac{n(n+1)(2n+1)}{6}\right] \\[4pt] &=\dfrac{8}{n^3}\left[\dfrac{2n^3+3n^2+n}{6}\right] \\[4pt] &=\dfrac{16n^3+24n^2+n}{6n^3} \\[4pt] &=\dfrac{8}{3}+\dfrac{4}{n}+\dfrac{1}{6n^2}. \end{align*}\]

    Now, to calculate the definite integral, we need to take the limit as \(n→∞\). We get

    \[\begin{align*} ∫^2_0x^2dx &=\lim_{n→∞}\sum_{i=1}^nf(x_i)Δx \\[4pt]
    &=\lim_{n→∞}\left(\dfrac{8}{3}+\dfrac{4}{n}+\dfrac{1}{6n^2}\right)\\[4pt]
    &=\lim_{n→∞}\left(\dfrac{8}{3}\right)+\lim_{n→∞}\left(\dfrac{4}{n}\right)+\lim_{n→∞}\left(\dfrac{1}{6n^2}\right)\\[4pt]
    &=\dfrac{8}{3}+0+0=\dfrac{8}{3}.\end{align*}\]

    Exercise \(\PageIndex{1}\)

    Use the definition of the definite integral to evaluate \(\displaystyle ∫^3_0(2x−1)\,dx\).

    Use a right-endpoint approximation to generate the Riemann sum.

    Hint

    Use the solving strategy from Example \(\PageIndex{1}\).

    Answer

    6

    Evaluating Definite Integrals

    Evaluating definite integrals this way can be quite tedious because of the complexity of the calculations. Later in this chapter we develop techniques for evaluating definite integrals without taking limits of Riemann sums. However, for now, we can rely on the fact that definite integrals represent the area under the curve, and we can evaluate definite integrals by using geometric formulas to calculate that area. We do this to confirm that definite integrals do, indeed, represent areas, so we can then discuss what to do in the case of a curve of a function dropping below the \(x\)-axis.

    Example \(\PageIndex{2}\): Using Geometric Formulas to Calculate Definite Integrals

    Use the formula for the area of a circle to evaluate \(\displaystyle ∫^6_3\sqrt{9−(x−3)^2}\,dx\).

    Solution

    The function describes a semicircle with radius 3. To find

    \[∫^6_3\sqrt{9−(x−3)^2}\,dx \nonumber \]

    we want to find the area under the curve over the interval \([3,6].\) The formula for the area of a circle is \(A=πr^2\). The area of a semicircle is just one-half the area of a circle, or \(A=\dfrac{1}{2}πr^2\). The shaded area in Figure \(\PageIndex{1}\) covers one-half of the semicircle, or \(A=\dfrac{1}{4}πr^2\). Thus,

    \[∫^6_3\sqrt{9−(x−3)^2}\,dx=\dfrac{1}{4}π(3)^2=\dfrac{9}{4}π≈7.069. \nonumber \]

    A graph of a semi circle in quadrant one over the interval [0,6] with center at (3,0). The area under the curve over the interval [3,6] is shaded in blue.
    Figure \(\PageIndex{1}\): The value of the integral of the function \(f(x)\) over the interval \([3,6]\) is the area of the shaded region.
    Exercise \(\PageIndex{2}\)

    Use the formula for the area of a trapezoid to evaluate \(\displaystyle ∫^4_2(2x+3)\,dx\).

    Hint

    Graph the function \(f(x)\) and calculate the area under the function on the interval \([2,4].\)

    Answer

    18 square units

    Area and the Definite Integral

    When we defined the definite integral, we lifted the requirement that \(f(x)\) be nonnegative. But how do we interpret “the area under the curve” when \(f(x)\) is negative?

    Net Signed Area

    Let us return to the Riemann sum. Consider, for example, the function \(f(x)=2−2x^2\) (shown in Figure \(\PageIndex{2}\)) on the interval \([0,2]\). Use \(n=8\) and choose {\(x^∗_i\)} as the left endpoint of each interval. Construct a rectangle on each subinterval of height \(f(x^∗_i)\) and width \(Δx\). When \(f(x^∗_i)\) is positive, the product \(f(x^∗_i)Δx\) represents the area of the rectangle, as before. When \(f(x^∗_i)\) is negative, however, the product \(f(x^∗_i)Δx\) represents the negative of the area of the rectangle. The Riemann sum then becomes

    \[\sum_{i=1}^8f(x^∗_i)Δx= (\text{Area of rectangles above the }x\text{-axis})−(\text{Area of rectangles below the }x\text{-axis}) \nonumber \]

    A graph of a downward opening parabola over [-1, 2] with vertex at (0,2) and x-intercepts at (-1,0) and (1,0). Eight rectangles are drawn evenly over [0,2] with heights determined by the value of the function at the left endpoints of each.
    Figure \(\PageIndex{2}\): For a function that is partly negative, the Riemann sum is the area of the rectangles above the \(x\)-axis less the area of the rectangles below the \(x\)-axis.

    Taking the limit as \(n→∞,\) the Riemann sum approaches the area between the curve above the \(x\)-axis and the \(x\)-axis, less the area between the curve below the \(x\)-axis and the \(x\)-axis, as shown in Figure \(\PageIndex{3}\). Then,

    \[\int^2_0f(x)\,dx=\lim_{n→∞}\sum_{i=1}^nf(c_i)Δx=A_1−A_2. \nonumber \]

    The quantity \(A_1−A_2\) is called the net signed area.

    A graph of a downward opening parabola over [-2, 2] with vertex at (0,2) and x-intercepts at (-1,0) and (1,0). The area in quadrant one under the curve is shaded blue and labeled A1. The area in quadrant four above the curve and to the left of x=2 is shaded blue and labeled A2.
    Figure \(\PageIndex{3}\): In the limit, the definite integral equals area \(A_1\) less area \(A_2\), or the net signed area.

    Notice that net signed area can be positive, negative, or zero. If the area above the \(x\)-axis is larger, the net signed area is positive. If the area below the \(x\)-axis is larger, the net signed area is negative. If the areas above and below the \(x\)-axis are equal, the net signed area is zero.

    Example \(\PageIndex{3}\): Finding the Net Signed Area

    Find the net signed area between the curve of the function \(f(x)=2x\) and the \(x\)-axis over the interval \([−3,3].\)

    Solution

    The function produces a straight line that forms two triangles: one from \(x=−3\) to \(x=0\) and the other from \(x=0\) to \(x=3\) (Figure \(\PageIndex{4}\)). Using the geometric formula for the area of a triangle, \(A=\dfrac{1}{2}bh\), the area of triangle \(A_1\), above the axis, is

    \(A_1=\dfrac{1}{2}3(6)=9\),

    where \(3\) is the base and \(2(3)=6\) is the height. The area of triangle \(A_2\), below the axis, is

    \(A_2=\dfrac{1}{2}(3)(6)=9,\)

    where \(3\) is the base and \(6\) is the height. Thus, the net area is

    \(\displaystyle ∫^3_{−3}2x\,dx=A_1−A_2=9−9=0.\)

    A graph of an increasing line over [-6, 6] going through the origin and (-3, -6) and (3,6). The area under the line in quadrant one over [0,3] is shaded blue and labeled A1, and the area above the line in quadrant three over [-3,0] is shaded blue and labeled A2.
    Figure \(\PageIndex{4}\): The area above the curve and below the \(x\)-axis equals the area below the curve and above the \(x\)-axis.

    Analysis

    If \(A_1\) is the area above the \(x\)-axis and \(A_2\) is the area below the \(x\)-axis, then the net area is \(A_1−A_2\). Since the areas of the two triangles are equal, the net area is zero.

    Exercise \(\PageIndex{3}\)

    Find the net signed area of \(f(x)=x−2\) over the interval \([0,6]\), illustrated in the following image.

    A graph of an increasing line going through (-2,-4), (0,-2), (2,0), (4,2) and (6,4). The area above the curve in quadrant four is shaded blue and labeled A2, and the area under the curve and to the left of x=6 in quadrant one is shaded and labeled A1.

    Hint

    Use the solving method described in Example \(\PageIndex{3}\).

    Answer

    6

    Total Area

    One application of the definite integral is finding displacement when given a velocity function. If \(v(t)\) represents the velocity of an object as a function of time, then the area under the curve tells us how far the object is from its original position. This is a very important application of the definite integral, and we examine it in more detail later in the chapter. For now, we’re just going to look at some basics to get a feel for how this works by studying constant velocities.

    When velocity is a constant, the area under the curve is just velocity times time. This idea is already very familiar. If a car travels away from its starting position in a straight line at a speed of \(70\) mph for \(2\) hours, then it is \(140\) miles away from its original position (Figure \(\PageIndex{5}\)). Using integral notation, we have

    \[∫^2_0 70\,dt=140 \,\text{miles}. \nonumber \]

    A graph in quadrant 1 with the x-axis labeled as t (hours) and y-axis labeled as v (mi/hr). The area under the line v(t) = 75 is shaded blue over [0,2].
    Figure \(\PageIndex{5}\): The area under the curve \(v(t)=70\) tells us how far the car is from its starting point at a given time.

    In the context of displacement, net signed area allows us to take direction into account. If a car travels straight north at a speed of 60 mph for 2 hours, it is 120 miles north of its starting position. If the car then turns around and travels south at a speed of 40 mph for 3 hours, it will be back at it starting position (Figure \(\PageIndex{6}\)). Again, using integral notation, we have

    \[\int^2_060\,dt+∫^5_2−40\,dt=120−120=0.\nonumber \]

    In this case the displacement is zero.

    A graph in quadrants one and four with the x-axis labeled as t (hours) and the y axis labeled as v (mi/hr). The first part of the graph is the line v(t) = 60 over [0,2], and the area under the line in quadrant one is shaded. The second part of the graph is the line v(t) = -40 over [2,5], and the area above the line in quadrant four is shaded.
    Figure \(\PageIndex{6}\): The area above the axis and the area below the axis are equal, so the net signed area is zero.

    Suppose we want to know how far the car travels overall, regardless of direction. In this case, we want to know the area between the curve and the \(t\)-axis, regardless of whether that area is above or below the axis. This is called the total area.

    Graphically, it is easiest to think of calculating total area by adding the areas above the axis and the areas below the axis (rather than subtracting the areas below the axis, as we did with net signed area). To accomplish this mathematically, we use the absolute value function. Thus, the total distance traveled by the car is

    \[\int^2_0|60|\,dt+∫^5_2|−40|\,dt=∫^2_060\,dt+∫^5_240\,dt=120+120=240.\nonumber \]

    Bringing these ideas together formally, we state the following definitions.

    Definition: Net Signed Area

    Let \(f(x)\) be an integrable function defined on an interval \([a,b]\). Let \(A_1\) represent the area between \(f(x)\) and the \(x\)-axis that lies above the axis and let \(A_2\) represent the area between \(f(x)\) and the \(x\)-axis that lies below the axis. Then, the net signed area between \(f(x)\) and the \(x\)-axis is given by

    \[∫^b_af(x)\,dx=A_1−A_2. \nonumber \]

    The total area between \(f(x)\) and the \(x\)-axis is given by

    \[∫^b_a|f(x)|\,dx=A_1+A_2. \nonumber \]

    Example \(\PageIndex{4}\): Finding the Total Area

    Find the total area between \(f(x)=x−2\) and the \(x\)-axis over the interval \([0,6].\)

    Solution

    Calculate the \(x\)-intercept as \((2,0)\) (set \(y=0,\) solve for \(x\)). To find the total area, take the area below the \(x\)-axis over the subinterval \([0,2]\) and add it to the area above the \(x\)-axis on the subinterval \([2,6]\) (Figure \(\PageIndex{7}\)).

    A graph of a increasing line f(x) = x-2 going through the points (-2,-4), (0,2), (2,0), (4,2), and (6,4). The area under the line in quadrant one and to the left of the line x=6 is shaded and labeled A1. The area above the line in quadrant four is shaded and labeled A2.
    Figure \(\PageIndex{7}\): The total area between the line and the \(x\)-axis over \([0,6]\) is \(A_2\) plus \(A_1\).

    We have

    \[∫^6_0|(x−2)|\,dx=A_2+A_1. \nonumber \]

    Then, using the formula for the area of a triangle, we obtain

    \[A_2=\dfrac{1}{2}bh=\dfrac{1}{2}⋅2⋅2=2 \nonumber \]

    \[A_1=\dfrac{1}{2}bh=\dfrac{1}{2}⋅4⋅4=8. \nonumber \]

    The total area, then, is

    \[A_1+A_2=8+2=10\,\text{units}^2. \nonumber \]

    Exercise \(\PageIndex{4}\)

    Find the total area between the function \(f(x)=2x\) and the \(x\)-axis over the interval \([−3,3].\)

    Hint

    Review the solving strategy in Example \(\PageIndex{4}\).

    Answer

    \(18\,\text{units}^2\)

    Properties of the Definite Integral

    The properties of indefinite integrals apply to definite integrals as well. Definite integrals also have properties that relate to the limits of integration. These properties, along with the rules of integration that we examine later in this chapter, help us manipulate expressions to evaluate definite integrals.

    Rule: Properties of the Definite Integral

    1. \[ \begin{equation} ∫^a_af(x)\,dx=0 \end{equation} \nonumber \]

    If the limits of integration are the same, the integral is just a line and contains no area.

    2. \[∫^a_bf(x)\,dx=−∫^b_af(x)\,dx \nonumber \]

    If the limits are reversed, then place a negative sign in front of the integral.

    3. \[∫^b_a[f(x)+g(x)]\,dx=∫^b_af(x)\,dx+∫^b_ag(x)\,dx \nonumber \]

    The integral of a sum is the sum of the integrals.

    4. \[∫^b_a[f(x)−g(x)]\,dx=∫^b_af(x)\,dx−∫^b_ag(x)\,dx \nonumber \]

    The integral of a difference is the difference of the integrals.

    5. \[∫^b_acf(x)\,dx=c∫^b_af(x)\,dx \nonumber \]

    for constant \(c\). The integral of the product of a constant and a function is equal to the constant multiplied by the integral of the function.

    6. \[∫^b_af(x)\,dx=∫^c_af(x)\,dx+∫^b_cf(x)\,dx \nonumber \]

    Although this formula normally applies when \(c\) is between \(a\) and \(b\), the formula holds for all values of \(a\), \(b\), and \(c\), provided \(f(x)\) is integrable on the largest interval.

    Example \(\PageIndex{5}\): Using the Properties of the Definite Integral

    Use the properties of the definite integral to express the definite integral of \(f(x)=−3x^3+2x+2\) over the interval \([−2,1]\) as the sum of three definite integrals.

    Solution

    Using integral notation, we have \(\displaystyle ∫^1_{−2}(−3x^3+2x+2)\,dx.\) We apply properties 3. and 5. to get

    \[\begin{align*} ∫^1_{−2}(−3x^3+2x+2)\,dx =∫^1_{−2}−3x^3\,dx+∫^1_{−2}2x\,dx+∫^1_{−2}2\,dx\\[4pt]
    =−3∫^1_{−2}x^3\,dx+2∫^1_{−2}x\,dx+∫^1_{−2}2\,dx.\end{align*} \nonumber \]

    Exercise \(\PageIndex{5}\)

    Use the properties of the definite integral to express the definite integral of \(f(x)=6x^3−4x^2+2x−3\) over the interval \([1,3]\) as the sum of four definite integrals.

    Hint

    Use the solving strategy from Example \(\PageIndex{5}\) and the properties of definite integrals.

    Answer

    \(\displaystyle 6∫^3_1x^3\,dx−4∫^3_1x^2\,dx+2∫^3_1x\,dx−∫^3_13\,dx \)

    Example \(\PageIndex{6}\): Using the Properties of the Definite Integral

    If it is known that \(\displaystyle ∫^8_0f(x)\,dx=10\) and \(\displaystyle ∫^5_0f(x)\,dx=5\), find the value of \(\displaystyle ∫^8_5f(x)\,dx\).

    Solution

    By property 6,

    \[∫^b_af(x)\,dx=∫^c_af(x)\,dx+∫^b_cf(x)\,dx. \nonumber \]

    Thus,

    \[ \begin{align*} ∫^8_0f(x)\,dx&=∫^5_0f(x)\,dx+∫^8_5f(x)\,dx \\[4pt] 10 &=5+∫^8_5f(x)\,dx \\[4pt] 5 &=∫^8_5f(x)\,dx. \end{align*}\]

    Exercise \(\PageIndex{6}\)

    If it is known that \(\displaystyle ∫^5_1f(x)\,dx=−3\) and \(\displaystyle ∫^5_2f(x)\,dx=4\), find the value of \(\displaystyle ∫^2_1f(x)\,dx.\)

    Hint

    Use the solving strategy from Example \(\PageIndex{6}\) and the rule on properties of definite integrals.

    Answer

    \(−7\)

    Comparison Properties of Integrals

    A picture can sometimes tell us more about a function than the results of computations. Comparing functions by their graphs as well as by their algebraic expressions can often give new insight into the process of integration. Intuitively, we might say that if a function \(f(x)\) is above another function \(g(x)\), then the area between \(f(x)\) and the \(x\)-axis is greater than the area between \(g(x)\) and the \(x\)-axis. This is true depending on the interval over which the comparison is made. The properties of definite integrals are valid whether \(a<b,\,a=b\), or \(a>b\). The following properties, however, concern only the case \(a≤b\), and are used when we want to compare the sizes of integrals.

    Comparison Theorem

    i. If \(f(x)≥0\) for \(a≤x≤b\), then

    \[∫^b_af(x)\,dx≥0. \nonumber \]

    ii. If \(f(x)≥g(x)\) for \(a≤x≤b\), then

    \[∫^b_af(x)\,dx≥∫^b_ag(x)\,dx. \nonumber \]

    iii. If \(m\) and \(M\) are constants such that \(m≤f(x)≤M\) for \(a≤x≤b\), then

    \[m(b−a)≤∫^b_af(x)\,dx≤M(b−a). \nonumber \]

    Example \(\PageIndex{7}\): Comparing Two Functions over a Given Interval

    Compare \(f(x)=\sqrt{1+x^2}\) and \(g(x)=\sqrt{1+x}\) over the interval \([0,1]\).

    Solution

    Graphing these functions is necessary to understand how they compare over the interval \([0,1].\) Initially, when graphed on a graphing calculator, \(f(x)\) appears to be above \(g(x)\) everywhere. However, on the interval \([0,1]\), the graphs appear to be on top of each other. We need to zoom in to see that, on the interval \([0,1],\,g(x)\) is above \(f(x)\). The two functions intersect at \(x=0\) and \(x=1\) (Figure \(\PageIndex{8}\)).

    A graph of the function f(x) = sqrt(1 + x^2) in red and g(x) = sqrt(1 + x) in blue over [-2, 3]. The function f(x) appears above g(x) except over the interval [0,1]. A second, zoomed-in graph shows this interval more clearly.
    Figure \(\PageIndex{8}\): (a) The function \(f(x)\) appears above the function \(g(x)\) except over the interval \([0,1]\) (b) Viewing the same graph with a greater zoom shows this more clearly.

    We can see from the graph that over the interval \([0,1],\,g(x)≥f(x)\). Comparing the integrals over the specified interval \([0,1],\) we also see that \(\displaystyle ∫^1_0g(x)\,dx≥∫^1_0f(x)\,dx\) (Figure \(\PageIndex{9}\)). The thin, red-shaded area shows just how much difference there is between these two integrals over the interval \([0,1].\)

    A graph showing the functions f(x) = sqrt(1 + x^2) and g(x) = sqrt(1 + x) over [-3, 3]. The area under g(x) in quadrant one over [0,1] is shaded. The area under g(x) and f(x) is included in this shaded area. The second, zoomed-in graph shows more clearly that equality between the functions only holds at the endpoints.
    Figure \(\PageIndex{9}\): (a) The graph shows that over the interval \([0,1],g(x)≥f(x),\) where equality holds only at the endpoints of the interval. (b) Viewing the same graph with a greater zoom shows this more clearly.

    Average Value of a Function

    We often need to find the average of a set of numbers, such as an average test grade. Suppose you received the following test scores in your algebra class: 89, 90, 56, 78, 100, and 69. Your semester grade is your average of test scores and you want to know what grade to expect. We can find the average by adding all the scores and dividing by the number of scores. In this case, there are six test scores. Thus,

    \[\dfrac{89+90+56+78+100+69}{6}=\dfrac{482}{6}≈80.33. \nonumber \]

    Therefore, your average test grade is approximately 80.33, which translates to a B− at most schools.

    Suppose, however, that we have a function \(v(t)\) that gives us the speed of an object at any time \(t\), and we want to find the object’s average speed. The function \(v(t)\) takes on an infinite number of values, so we can’t use the process just described. Fortunately, we can use a definite integral to find the average value of a function such as this.

    Let \(f(x)\) be continuous over the interval \([a,b]\) and let \([a,b]\) be divided into n subintervals of width \(Δx=(b−a)/n\). Choose a representative \(x^∗_i\) in each subinterval and calculate \(f(x^∗_i)\) for \(i=1,2,…,n.\) In other words, consider each \(f(x^∗_i)\) as a sampling of the function over each subinterval. The average value of the function may then be approximated as

    \[f_{ave} \approx \dfrac{f(x^∗_1)+f(x^∗_2)+⋯+f(x^∗_n)}{n}, \nonumber \]

    which is basically the same expression used to calculate the average of discrete values.

    But we know \(Δx=\dfrac{b−a}{n},\) so \(n=\dfrac{b−a}{Δx}\), and we get

    \[f_{ave} \approx \dfrac{f(x^∗_1)+f(x^∗_2)+⋯+f(x^∗_n)}{n}=\dfrac{f(x^∗_1)+f(x^∗_2)+⋯+f(x^∗_n)}{\left(\dfrac{b−a}{Δx}\right)}. \nonumber \]

    Following through with the algebra, the numerator is a sum that is represented as \(\sum_{i=1}^nf(x∗i),\) and we are dividing by a fraction. To divide by a fraction, invert the denominator and multiply. Thus, an approximate value for the average value of the function is given by

    \[\dfrac{\sum_{i=1}^nf(x^∗_i)}{\left(\dfrac{b−a}{Δx}\right)}=\left(\dfrac{Δx}{b−a}\right)\sum_{i=1}^nf(x^∗_i)=\left(\dfrac{1}{b−a}\right)\sum_{i=1}^nf(x^∗_i)Δx. \nonumber \]

    This is a Riemann sum. Then, to get the exact average value, take the limit as \(n\) goes to infinity. Thus, the average value of a function is given by

    \[\dfrac{1}{b−a}\lim_{n→∞}\sum_{i=1}^nf(x_i)Δx=\dfrac{1}{b−a}∫^b_af(x)dx. \nonumber \]

    Definition: Average Value of a Function

    Let \(f(x)\) be continuous over the interval \([a,b]\). Then, the average value of the function \(f(x)\) (or \(f_{ave}\)) on \([a,b]\) is given by

    \[f_{ave}=\dfrac{1}{b−a}∫^b_af(x)\,dx. \label{averagevalue} \]

    Example \(\PageIndex{8}\): Finding the Average Value of a Linear Function

    Find the average value of \(f(x)=x+1\) over the interval \([0,5].\)

    Solution

    First, graph the function on the stated interval, as shown in Figure \(\PageIndex{10}\).

    A graph in quadrant one showing the shaded area under the function f(x) = x + 1 over [0,5].
    Figure \(\PageIndex{10}\):The graph shows the area under the function \((x)=x+1\) over \([0,5].\)

    The region is a trapezoid lying on its side, so we can use the area formula for a trapezoid \(A=\dfrac{1}{2}h(a+b),\) where \(h\) represents height, and \(a\) and \(b\) represent the two parallel sides. Then,

    \(\displaystyle ∫^5_0x+1\,dx=\dfrac{1}{2}h(a+b)=\dfrac{1}{2}⋅5⋅(1+6)=\dfrac{35}{2}\).

    Thus the average value of the function is

    \(\displaystyle \dfrac{1}{5−0}∫^5_0x+1\,dx=\dfrac{1}{5}⋅\dfrac{35}{2}=\dfrac{7}{2}\).

    Exercise \(\PageIndex{7}\)

    Find the average value of \(f(x)=6−2x\) over the interval \([0,3].\)

    Hint

    Use the average value formula (Equation \ref{averagevalue}), and use geometry to evaluate the integral.

    Answer

    \(3\)

    Key Concepts

    • The definite integral can be used to calculate net signed area, which is the area above the \(x\)-axis less the area below the \(x\)-axis. Net signed area can be positive, negative, or zero.
    • The component parts of the definite integral are the integrand, the variable of integration, and the limits of integration.
    • Continuous functions on a closed interval are integrable. Functions that are not continuous may still be integrable, depending on the nature of the discontinuities.
    • The properties of definite integrals can be used to evaluate integrals.
    • The area under the curve of many functions can be calculated using geometric formulas.
    • The average value of a function can be calculated using definite integrals.

    Key Equations

    • Definite Integral

    \(\displaystyle∫^b_af(x)\,dx=\lim_{n→∞}\sum_{i=1}^nf(x^∗_i)Δx\)

    • Properties of the Definite Integral

    \(\displaystyle∫^a_af(x)\,dx=0\)

    \(\displaystyle∫^a_bf(x)\,dx=−∫^b_af(x)\,dx\)

    \(\displaystyle∫^b_a[f(x)+g(x)]\,dx=∫^b_af(x)\,dx+∫^b_ag(x)\,dx\)

    \(\displaystyle∫^b_a[f(x)−g(x)]\,dx=∫^b_af(x)\,dx−∫^b_ag(x)\,dx\)

    \(\displaystyle∫^b_acf(x)\,dx=c∫^b_af(x)\,dx\), for constant \(c\)

    \(\displaystyle∫^b_af(x)\,dx=∫^c_af(x)\,dx+∫^b_cf(x)\,dx\)

    Glossary

    average value of a function
    (or \(f_{ave})\) the average value of a function on an interval can be found by calculating the definite integral of the function and dividing that value by the length of the interval
    definite integral
    a primary operation of calculus; the area between the curve and the \(x\)-axis over a given interval is a definite integral
    integrable function
    a function is integrable if the limit defining the integral exists; in other words, if the limit of the Riemann sums as \(n\) goes to infinity exists
    integrand
    the function to the right of the integration symbol; the integrand includes the function being integrated
    limits of integration
    these values appear near the top and bottom of the integral sign and define the interval over which the function should be integrated
    net signed area
    the area between a function and the \(x\)-axis such that the area below the \(x\)-axis is subtracted from the area above the \(x\)-axis; the result is the same as the definite integral of the function
    total area
    total area between a function and the \(x\)-axis is calculated by adding the area above the \(x\)-axis and the area below the \(x\)-axis; the result is the same as the definite integral of the absolute value of the function
    variable of integration
    indicates which variable you are integrating with respect to; if it is \(x\), then the function in the integrand is followed by \(dx\)

    This page titled 5.2: The Definite Integral is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by OpenStax.