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

Section5.3The Definite Integral

Motivating Questions
  • How does increasing the number of subintervals affect the accuracy of the approximation generated by a Riemann sum?

  • What is the definition of the definite integral of a function \(f\) over the interval \([a,b]\text{?}\)

  • What does the definite integral measure exactly, and what are some of the key properties of the definite integral?

In Section5.2, we introduced the definite integral \(\displaystyle \int\limits_a^b f(x) dx\text{.}\)

The definite integral of a continuous function \(f\) on the interval \([a,b]\text{,}\) denoted \(\displaystyle \int\limits_a^b f(x) \, dx\text{,}\) is the real number given by

\begin{equation*} \int\limits_a^b f(x) \, dx = \lim_{n \to \infty} \sum_{i=1}^{n} f(x_i^*) \Delta x\text{,} \end{equation*}

where \(\Delta x = \frac{b-a}{n}\text{,}\) \(x_i = a + i\Delta x\) (for \(i = 0, \ldots, n\)), and \(x_i^*\) satisfies \(x_{i-1} \le x_i^* \le x_i\) (for \(i = 1, \ldots, n\)).

We call the values \(a\) and \(b\) the limits of integration. The process of determining the real number \(\displaystyle \int\limits_a^b f(x) \, dx\) is called evaluating the definite integral.

While there are several different interpretations of the definite integral, for now the most important is that \(\displaystyle \int\limits_a^b f(x) \, dx\) measures the net signed area bounded by \(y = f(x)\) and the \(x\)-axis on the interval \([a,b]\text{.}\)

For example, if \(f\) is the function pictured in Figure5.44, and \(A_1\text{,}\) \(A_2\text{,}\) and \(A_3\) are the exact areas bounded by \(f\) and the \(x\)-axis on the respective intervals \([a,b]\text{,}\) \([b,c]\text{,}\) and \([c,d]\text{,}\) then

\begin{gather*} \int\limits_a^b f(x) \, dx = A_1, \ \int\limits_b^c f(x) \, dx = -A_2,]\int\limits_c^d f(x) \, dx = A_3,\\ \text{ and } \int\limits_a^d f(x) \, dx = A_1 - A_2 + A_3\text{.} \end{gather*}
Figure5.46A continuous function \(f\) on the interval \([a,d]\text{.}\)

To compute the value of a definite integral from the definition, we have to take the limit of a sum. While this is possible to do in select circumstances, it is also tedious and time-consuming. Luckily, we have a very useful theorem, called the fundamental theorem of calculus, which tells us how to compute a definite integral of a continuous function.

SubsectionThe Fundamental Theorem of Calculus

Fundamental Theorem of Calculus

If \(f(x)\) is a continuous function on \([a,b]\text{,}\) and \(F\) is any antiderivative of \(f(x)\text{,}\) then \(\displaystyle \int\limits_a^b f(x) \, dx = F(b) - F(a)\text{.}\)

A common alternate notation for \(F(b) - F(a)\) is

\begin{equation*} F(b) - F(a) = \left. F(x) \right|_a^b\text{,} \end{equation*}

where we read the righthand side as the function \(F\) evaluated from \(a\) to \(b\text{.}\) In this notation, the FTC (fundamental theorem of calculus) says that

\begin{equation*} \int\limits_a^b f(x) \, dx = \left. F(x) \right|_a^b\text{.} \end{equation*}

The value of the FTC is that is allows us to compute the definite integral using the rules that we found in Section5.1. For instance since \(\frac{d}{dx}[\frac{1}{3}x^3] = x^2\text{,}\) the FTC tells us that

\begin{align*} \int\limits_0^1 x^2 \, dx =\mathstrut \amp \left. \frac{1}{3} \, x^3 \right|_0^1\\ =\mathstrut \amp \frac{1}{3} \, (1)^3 - \frac{1}{3} \, (0)^3\\ =\mathstrut \amp \frac{1}{3}\text{.} \end{align*}

In general finding an antiderivative can be far from simple; it is often difficult or even impossible. While we can differentiate just about any function, even some relatively simple functions don't have an elementary antiderivative. A significant portion of integral calculus (which is the main focus of second semester college calculus) is devoted to the problem of finding antiderivatives. For now we will focus only on applying the rules that we found in Section5.1 to definite integrals.

Example5.47

Use the Fundamental Theorem of Calculus (FTC) and the rules developed in Section5.1 to evaluate the following integral:

\begin{equation*} \int\limits_1^4 \left(4x^2+\frac{3}{x}+5e^{2x}\right) dx \end{equation*}

We do this in two steps, first we apply the rules of integration to find the antiderivative:

\begin{equation*} \int\limits_1^4 \left(4x^2+\frac{3}{x}+5e^{2x}\right) dx=\left.\left(\frac{4x^3}{3}+3\ln|x|+5\frac{e^{2x}}{2}\right)\right|_1^4 \end{equation*}

Second, we plug in the bounds of integration, always plugging in the top value to every \(x\) first and subtract plugging in the bottom value to every \(x\text{.}\)

\(\bf{Note}:\) it is very important to have parentheses around the each term, especially the second so the minus sign distributes to every term. Thus:

\begin{equation*} \int\limits_1^4 \left(4x^2+\frac{3}{x}+5e^{2x}\right) dx=\left(\frac{4(4)^3}{3}+3\ln|4|+5\frac{e^{2(4)}}{2}\right)-\left(\frac{4(1)^3}{3}+3\ln|1|+5\frac{e^{2(1)}}{2}\right) \end{equation*}
Example5.48

Use the FTC and the rules derived in Section5.1 to evaluate the three given definite integrals.

  1. \(\displaystyle \int\limits_0^1 \left(x^3 - x + 2\right) \,dx\)

  2. \(\displaystyle \int\limits_1^{6} \left(2e^{4t} - \frac{4}{t} - \pi \right) \, dt\)

  3. \(\displaystyle \int\limits_1^9 (3\sqrt{x}-\frac{3}{x^2}) \, dx\)

Answer
  1. \(\displaystyle \int\limits_0^1 \left(x^3 - x +2\right) \,dx=\frac{7}{4}\)

  2. \(\displaystyle \int\limits_1^{6} \left(2e^{4t} - \frac{4}{t} - \pi \right) \, dt= \frac{1}{2}\left(e^{24}-e^{4}\right)-\ln(6)-5\pi\)

  3. \(\displaystyle \int\limits_1^9 (3\sqrt{y}-\frac{3}{y^2}) \, dy=\frac{148}{3}\)

Solution
  1. First use the FTC and apply the power rule, constant rule, and sum and difference rule from Section5.1. Second, plug in the bounds appropriately to get:

    \begin{align*} \int\limits_0^1 \left(x^3 - x + 2\right) \,dx =\mathstrut \amp \left. \frac{1}{4} x^4 - \frac{1}{2}x^2 + 2x \right|_0^1\\ =\mathstrut \amp \left(\frac{1}{4} (1)^4 - \frac{1}{2}(1)^2 + 2(1) \right) - \left(\frac{1}{4} (0)^4 - \frac{1}{2}(0)^2 + 2(0) \right)\\ =\mathstrut \amp \frac{1}{4} - \frac{1}{2} + 2 - \left(0 - 0 + 0 \right)\\ =\mathstrut \amp -\frac{1}{4} + 2\\ =\mathstrut \amp \frac{7}{4} \text{.} \end{align*}
  2. First use the FTC and apply the Natural Log, Exponential rule, constant rule, and sum and difference rule from Section5.1. Second, plug in the bounds appropriately to get:

    \begin{align*} \int\limits_1^{6} \left(2e^{4t} - \frac{4}{t} - \pi \right) \, dt=\mathstrut \amp \left. \left(2\frac{e^{4t}}{4}-4\ln|t|- \pi t \right) \right|_1^{6}\\ =\mathstrut \amp \left(\frac{1}{2}e^{4(6)}-4\ln|6|-\pi(6)\right)-\left(\frac{1}{2}e^{4(1)}-4\ln|1|-\pi(1)\right)\\ =\mathstrut \amp \frac{1}{2}\left(e^{24}-e^{4}\right)-\ln(6)-5\pi\text{.} \end{align*}
  3. First use the FTC and apply the power rule and sum and difference rule from Section5.1. Second, plug in the bounds appropriately to get:

    \begin{align*} \int\limits_1^9 (3\sqrt{y}-\frac{3}{y^2}) \, dy =\mathstrut \amp \left. \left(3\frac{x^{3/2}}{3/2} +3y^{-1}\right)\right|_1^9= \left.\left(2y^{3/2}+\frac{3}{y}\right)\right|_1^9\\ =\mathstrut \amp \left(2(9)^{3/2}+\frac{3}{9}\right)-\left(2(1)^{3/2}+\frac{3}{1}\right)\\ =\mathstrut \amp \frac{163}{3}-5=\frac{148}{3}\text{.} \end{align*}
Example5.49

Use the Fundamental Theorem of Calculus to evaluate each of the following integrals exactly.

  1. \(\displaystyle \int\limits_{-1}^4 (2-2x) \, dx\)

  2. \(\displaystyle \int\limits_0^1 e^x \, dx\)

  3. \(\displaystyle \int\limits_{-1}^{1} x^5 \, dx\)

  4. \(\displaystyle \int\limits_0^2 (3x^3 - 2x^2 - e^x) \, dx\)

Answer
  1. \(\displaystyle \int\limits_{-1}^4 (2-2x) \, dx = -5\text{.}\)

  2. \(\displaystyle \int\limits_0^1 e^x \, dx = e-1\text{.}\)

  3. \(\displaystyle \int\limits_{-1}^{1} x^5 \, dx = 0\text{.}\)

  4. \(\displaystyle \int\limits_0^2 (3x^3 - 2x^2 - e^x) \, dx = \frac{17}{3} - e^2\text{.}\)

Solution
  1. First use the FTC and apply the power rule, constant rule, and sum and difference rule from Section5.1.

    \begin{equation*} \int\limits_{-1}^4 (2-2x) \, dx = \left. 2x - x^2 \right|_{-1}^4\text{.} \end{equation*}

    Second, plug in the bounds appropriately to get:

    \begin{equation*} \int\limits_{-1}^4 (2-2x) \, dx = (2 \cdot 4 - 4^2) - (2(-1) - (-1)^2) = -8 + 3 = -5\text{.} \end{equation*}
  2. First use the FTC and apply the Exponential rule from Section5.1. Second, plug in the bounds appropriately to get:

    \begin{equation*} \int\limits_0^1 e^x \, dx = \left. e^x \right|_0^1 = e^1 - e^0 = e-1\text{.} \end{equation*}
  3. First use the FTC and apply the power rule from Section5.1. Second, plug in the bounds appropriately to get:

    \begin{equation*} \int\limits_{-1}^{1} x^5 \, dx = \left. \frac{1}{6}x^6 \right|_{-1}^1 = \frac{1}{6} (1)^6 - \frac{1}{6}(-1)^6 = 0\text{.} \end{equation*}
  4. First use the FTC and apply the appropriate rules from Section5.1. Second, plug in the bounds appropriately to get:

    \begin{align*} \int\limits_0^2 (3x^3 - 2x^2 - e^x) \, dx =\mathstrut \amp \left. \frac{3}{4} x^4 - \frac{2}{3} x^3 - e^x \right|_0^2\\ =\mathstrut \amp \frac{3}{4} (2)^4 - \frac{2}{3} (2)^3 - e^2 - (\frac{3}{4} (0)^4 - \frac{2}{3} (0)^3 - e^0)\\ =\mathstrut \amp 12 - \frac{16}{3} - e^2 - (0 - 0 - 1)\\ =\mathstrut \amp \frac{17}{3} - e^2\text{.} \end{align*}

As we saw from Section5.2, the definite integral \(\displaystyle \int\limits_a^b f(x) dx\) gives the exact area under the curve \(f(x)\) on the interval \([a,b]\text{.}\)

Example5.50

Find the exact area under the curve \(f(x)=x^2+1\) on the interval \([-1,2]\text{,}\) shown below.

Figure5.51Area under the curve \(f(x)=x^2+1\text{.}\)

Answer

The exact area under the curve \(f(x)=x^2+1\) on the interval \([-1,2]\) is \(\displaystyle \frac{18}{3}.\)

Solution

To find the exact area we compute the definite integral

\begin{equation*} \int\limits_{-1}^2 f(x) dx=\int\limits_{-1}^2\left(x^2+1\right)dx=\left.\left(\frac{x^3}{3}+x\right)\right|_{-1}^2 \end{equation*}
\begin{equation*} =\left(\frac{2^3}{3}+2\right)-\left(\frac{(-1)^3}{3}+(-1)\right)=\frac{18}{3}. \end{equation*}

SubsectionThe Total Change Theorem

We can also use definite integrals to express the change in position and the distance traveled by a moving object. If \(v\) is a velocity function on an interval \([a,b]\text{,}\) then the change in position of the object, \(s(b) - s(a)\text{,}\) is given by

\begin{equation*} s(b) - s(a) = \int\limits_a^b v(t) \, dt\text{.} \end{equation*}

If the velocity function is nonnegative on \([a,b]\text{,}\) then \(\int\limits_a^b v(t) \,dt\) tells us the total distance the object traveled. If the velocity is sometimes negative on \([a,b]\text{,}\) we can use definite integrals to find the areas bounded by the function on each interval where \(v\) does not change sign, and the sum of these areas will tell us the distance the object traveled.

The total distance traveled given the velocity is not the only total change that we can compute using a definite integral.

Total Change Theorem

If \(f\) is a continuously differentiable function on \([a,b]\) with derivative \(f'\text{,}\) then \(\displaystyle f(b) - f(a) = \int\limits_a^b f'(x) \, dx\text{.}\) That is, the definite integral of the rate of change of a function on \([a,b]\) is the total change of the function itself on \([a,b]\text{.}\)

The Total Change Theorem enables us to answer questions about a function whose rate of change we know.

Example5.52

A company finds that the marginal profit, in dollars per foot, from drilling a well that is \(x\) feet deep is given by

\begin{equation*} P'(x)=4x^{1/6} \end{equation*}

Find the total profit from drilling a well that is \(130\) feet deep.

In this example we use the Total Change Theorem: since we are given the marginal profit, \(P'(x)\text{,}\) we can integrate from \([0,130]\) to find the total profit.

\begin{equation*} \int\limits_0^{130}4x^{1/6}dx=\left.\left(4\frac{x^{7/6}}{7/6}\right)\right|_0^{130}=\frac{24}{7}(130)^{7/6}-0=1003.18 \end{equation*}

Thus the total profit is \(\$1003.18\text{.}\)

Example5.53

A company estimates that its sales will grow continuously at a rate given by the function

\begin{equation*} S'(t)=14e^{0.7t} \end{equation*}

where \(S'(t)\) is the rate at which sales are increasing, in dollars per day, on day \(t\text{.}\)

  1. Find the total accumulated sales for the first \(8\) days.

  2. Find the total accumulated sales from the \(2^{nd}\) day through the \(10^{th}\) day.

Answer
  1. The total accumulated sales for the first \(8\) days is \(5,388.528\) sales.

  2. The total accumulated sales from the \(2^{nd}\) day through the \(10^{th}\) day is \(21,892.3881\) sales.

Solution
  1. To find the total accumulated sales for the first \(8\) days we use the total change theorem and integrate \(S'(t)\) on the interval \([0,8]\text{.}\)

    \begin{equation*} \int\limits_0^8 S'(t)dt=\int\limits_0^8 14e^{0.7t} dt=\left.\left(\frac{14e^{0.7t}}{0.7}\right)\right|_0^8 \end{equation*}
    \begin{equation*} = 20e^{0.7(8)}-20e^{0.7(0)}=20(e^{5.6}-1)=5,388.528. \end{equation*}
  2. To find the total accumulated sales from the \(2^{nd}\) day through the \(10^{th}\) day again we need to integrate. Here we must be careful with our bounds. The 2nd day starts when the first day ends, thus we must integrate from \(x=1\text{,}\) the end of the first day, to \(x=10\text{.}\) So the total accumulated sales are

    \begin{equation*} \int\limits_1^{10} S'(t)dt=\int\limits_1^{10} 14e^{0.7t} dt=\left.\left(\frac{14e^{0.7t}}{0.7}\right)\right|_1^{10} \end{equation*}
    \begin{equation*} = 20e^{0.7(10)}-20e^{0.7(1)}=20(e^{7}-e^{0.7})=21,892.388. \end{equation*}
Example5.54

The traffic flow rate past a certain point on a highway is

\begin{equation*} q(t)=1500+2100t360t^2 \end{equation*}

where t is in hours and \(t=0\) is 8 AM. How many cars pass by during the time interval from 8 to 10 AM?

Answer

From 8 to 10 am a total of \(6240\) cars pass by.

Solution

Although this is not given as a derivative, we are still given a rate of change. Thus, we can again apply the Total Change Theorem here to find the total amount of cars that pass by the point. We must determine the bounds of integration, here \(t=0\) is 8am and since we want to go from 8am to 10 am, which is 2 hours later, the bounds are \(t=0\) to \(t=2\text{.}\) Thus

\begin{equation*} \int\limits_0^2\left(1500+2100t360t^2\right)dt=\left.\left(1500t+2100\frac{t^2}{2}-360\frac{t^3}{3}\right)\right|_0^2 \end{equation*}
\begin{equation*} =\left(1500(2)+1050(2)^2-120(2)^2\right)-\left(1500(0)+1050(0)^2-120(0)^3\right)=6240 \end{equation*}
Example5.55

Suppose that pollutants are leaking out of an underground storage tank at a rate of \(r(t)\) gallons/day, where \(t\) is measured in days. It is conjectured that \(r(t)\) is given by the formula \(r(t) = 0.0069t^3 -0.125t^2+11.079\) over a certain 12-day period. The graph of \(y=r(t)\) is given in Figure5.56. What is the meaning of \(\displaystyle \int\limits_4^{10} r(t) \, dt\) and what is its value? What is the average rate at which pollutants are leaving the tank on the time interval \(4 \le t \le 10\text{?}\)

Figure5.56The rate \(r(t)\) of pollution leaking from a tank, measured in gallons per day.
Solution

Since \(r(t) \ge 0\text{,}\) the value of \(\displaystyle \int\limits_4^{10} r(t) \, dt\) is the area under the curve on the interval \([4,10]\text{.}\) A Riemann sum for this area will have rectangles with heights measured in gallons per day and widths measured in days, so the area of each rectangle will have units of

\begin{equation*} \frac{\text{gallons} }{\text{day} } \cdot \text{days} = \text{gallons}\text{.} \end{equation*}

Thus, the definite integral tells us the total number of gallons of pollutant that leak from the tank from day 4 to day 10. The Total Change Theorem tells us the same thing: if we let \(R(t)\) denote the total number of gallons of pollutant that have leaked from the tank up to day \(t\text{,}\) then \(R'(t) = r(t)\text{,}\) and

\begin{equation*} \int\limits_4^{10} r(t) \, dt = R(10) - R(4)\text{,} \end{equation*}

the number of gallons that have leaked from day 4 to day 10.

To compute the exact value of the integral, we use the Fundamental Theorem of Calculus. Antidifferentiating \(r(t) = 0.0069t^3 -0.125t^2+11.079\text{,}\) we find that

\begin{align*} \int\limits_4^{10} 0.0069t^3 -0.125t^2+11.079 \, dt =\mathstrut \amp \left. 0.0069 \cdot \frac{1}{4} \, t^4 - 0.125 \cdot \frac{1}{3} t^3 + 11.079t \right|_4^{10}\\ \approx\mathstrut \amp 44.282\text{.} \end{align*}

Thus, approximately 44.282 gallons of pollutant leaked over the six day time period.

To find the average rate at which pollutant leaked from the tank over \(4 \le t \le 10\text{,}\) we compute the average value of \(r\) on \([4,10]\text{.}\) Thus,

\begin{equation*} r_{\operatorname{AVG} [4,10]} = \frac{1}{10-4} \int\limits_4^{10} r(t) \, dt \approx \frac{44.282}{6} = 7.380 \end{equation*}

gallons per day.

Example5.57

During a 40-minute workout, a person riding an exercise machine burns calories at a rate of \(c\) calories per minute, where the function \(y = c(t)\) is given in Figure5.58. On the interval \(0 \le t \le 10\text{,}\) the formula for \(c\) is \(c(t) = -0.05t^2 + t + 10\text{,}\) while on \(30 \le t \le 40\text{,}\) its formula is \(c(t) = -0.05t^2 + 3t - 30\text{.}\)

Figure5.58The rate \(c(t)\) at which a person exercising burns calories, measured in calories per minute.
  1. What is the exact total number of calories the person burns during the first 10 minutes of her workout?

  2. Let \(C(t)\) be an antiderivative of \(c(t)\text{.}\) What is the meaning of \(C(40) - C(0)\) in the context of the person exercising? Include units in your answer.

Answer
  1. The person burned approximately 133.33 calories in the first 10 minutes of the workout.

  2. \(C(40) - C(0) = \int_0^{40} C'(t) \, dt = \int^{40} c(t) \, dt\) is the total calories burned on \([0,40]\text{.}\)

Solution
  1. Since the units on a rectangle in a Riemann sum are cal/min for the height and min for the width, the units of the area of such a rectangle are calories, and hence the units of area under the curve \(y = c(t)\) are given in total calories. Hence, the total calories burned during the first 10 minutes of the workout is given by the definite integral \(\int\limits_0^{10} c(t) \, dt\text{.}\) We use the FTC and evaluate the integral, finding that

    \begin{align*} \int\limits_0^{10} (-0.05t^2 + t + 10) \, dt =\mathstrut \amp \left. \left( -\frac{0.05}{3} t^3 + \frac{1}{2} t^2 + 10t \right) \right|_0^{10}\\ =\mathstrut \amp \left( -\frac{0.05}{3} (10)^3 + \frac{1}{2} (10)^2 + 10(10) \right) - (0)\\ =\mathstrut \amp \frac{400}{3} \ \text{calories}\text{.} \end{align*}

    Thus, the person burned approximately 133.33 calories in the first 10 minutes of the workout.

  2. We observe first that by the Total Change Theorem,

    \begin{equation*} \displaystyle C(40) - C(0) = \int\limits_0^{40} C'(t) \, dt = \int\limits_0^{40} c(t) \, dt\text{,} \end{equation*}

    and therefore, as discussed in (a), the meaning of this value is the total calories burned on \([0,40]\text{.}\)

SubsectionSummary

  • The limit of Riemann sums can often be tricky to compute. Luckily, we have the fundamental theorem of calculus, often abbreviated FTC, which tells us that if \(f'(x) \) is a continuous function on \([a,b] \text{,}\) and \(f \) is any antiderivative of \(f' \text{,}\) then

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

    So, to compute the definite integral, we need to find an antiderivative of \(f'\text{,}\) evaluate at the endpoints of the interval, and compute the difference.

  • The total change theorem tells us that the definite integral of the rate of change of a function on \([a,b] \) is the total change of the function itself on \([a,b] \text{.}\) In the setting where we consider the integral of a velocity function \(v\text{,}\) \(\int_a^b v(t) \,dt\) measures the exact change in position of the moving object on \([a,b]\text{;}\) when \(v\) is nonnegative, \(\int_a^b v(t) \,dt\) is the object's distance traveled on \([a,b]\text{.}\)

SubsectionExercises