The Definite Integral - Calculus Volume 1
The Definite Integral - Calculus Volume 1
In the preceding section we defined the area under a curve in terms of Riemann sums:
n
∗
A = lim ∑ f (x ) Δx.
i
n→∞
i=1
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
b n
lim ∑ f 5.8
∗
∫ f (x) dx = (x ) Δx,
i
n→∞
a
i=1
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 b b
Previously, we discussed the fact that if f (x) is continuous on [a, b] , then the limit
n
lim ∑ f (x ) Δx
∗
i
exists and is unique. This leads to the following theorem, which we state without
n→∞
i=1
proof.
THEOREM 5.1
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 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 5.7
[Hide Solution]
Solution
We first want to set up a Riemann sum. Based on the limits of integration, we have a = 0
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,
2 2i
x i = x 0 + iΔx = 0 + i [ ] = .
n n
n n
8 2
∑ f (x i ) Δx = ∑i
3
n
i=1 i=1
n(n+1)(2n+1)
8
= [ ]
3 6
n
3 2
8 2n +3n +n
= [ ]
3 6
n
3 2
16n +24n +8n
=
3
6n
8 4 8
= + + .
3 n 6n
2
Now, to calculate the definite integral, we need to take the limit as n → ∞. We get
2 n
2
∫ x dx = lim ∑ f (x i ) Δx
n→∞
0
i=1
8 4 8
= lim ( + + )
3 n 6n
2
n→∞
8 4 8
= lim ( ) + lim ( ) + lim ( )
3 n 6n
2
n→∞ n→∞ n→∞
8 8
= + 0 + 0 = .
3 3
CHECKPOINT 5.7
Use the definition of the definite integral to evaluate ∫ (2x − 1) dx. Use a right-
0
EXAMPLE 5.8
6 −−−−−−−−−−
2
Use the formula for the area of a circle to evaluate ∫ √ 9 − (x − 3) dx.
3
[Hide Solution]
Solution
The function describes a semicircle with radius 3. To find
6 −−−−−−−−−−
2
∫ √ 9 − (x − 3) dx,
3
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 = ( ) πr . The shaded area in Figure 5.16 covers one-half of the semicircle, or
1 2
A = (
1 2
) πr . Thus,
4
6
−−−−−−−−−−
2 1 2
∫ √ 9 − (x − 3) = π(3)
4
9
= π
4
≈ 7.069.
Figure 5.16 The value of the integral of the function f (x)
over the interval [3, 6] is the area of the shaded region.
CHECKPOINT 5.8
Use the formula for the area of a trapezoid to evaluate ∫ (2x + 3) dx.
2
∗
∑ f (x ) Δx = (Area of rectangles above the x-axis) − (Area of rectangles below the x-axi
i
i=1
Figure 5.17 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 5.18.
Then,
2 n
= A1 − A2 .
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 5.9
Find the net signed area between the curve of the function f (x) = 2x and the x-axis
over the interval [−3, 3] .
[Hide Solution]
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 5.19). Using the geometric formula for
the area of a triangle, A = 12 bh, the area of triangle A1, above the axis, is
1
A1 = 3 (6) = 9,
2
where 3 is the base and 2 (3) = 6 is the height. The area of triangle A2, below the axis, is
1
A2 = (3) (6) = 9,
2
where 3 is the base and 6 is the height. Thus, the net area is
3
∫ 2xdx = A 1 − A 2 = 9 − 9 = 0.
−3
Figure 5.19 The area above the curve and below the x-axis
equals the area below the curve and above the x-axis.
Analysis
If A1 is the area above the x-axis and A2 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.
CHECKPOINT 5.9
Find the net signed area of f (x) = x − 2 over the interval [0, 6] , illustrated in the
following image.
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 75 mph for 2 hours,
then it is 150 mi away from its original position (Figure 5.20). Using integral notation, we have
∫ 75dt = 150.
0
Figure 5.20 The area under the curve v (t) = 75 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 mi 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 5.21). Again, using integral notation, we have
2 5
= 0.
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 x-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
2 5 2 5
= 120 + 120
= 240.
DEFINITION
Let f (x) be an integrable function defined on an interval [a, b] . Let A1 represent the area
between f (x) and the x-axis that lies above the axis and let A2 represent the area between
f (x) and the x-axis that lies below the axis. Then, the net signed area between f (x) and
∫ f (x) dx = A 1 − A 2 .
a
∫ |f (x)| dx = A 1 + A 2 .
EXAMPLE 5.10
Find the total area between f (x) = x − 2 and the x-axis over the interval [0, 6] .
[Hide Solution]
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 5.22).
Figure 5.22 The total area between the line and the x-axis
over [0, 6] is A2 plus A1.
We have
∫ |(x − 2)| dx = A 2 + A 1 .
0
1 1
A2 = bh = ⋅ 2 ⋅ 2 = 2
2 2
1 1
A1 = bh = ⋅ 4 ⋅ 4 = 8.
2 2
A 1 + A 2 = 8 + 2 = 10.
CHECKPOINT 5.10
Find the total area between the function f (x) = 2x and the x-axis over the interval
[−3, 3] .
1.
a
∫ f (x) dx = 0 5.9
a
If the limits of integration are the same, the integral is just a line and contains no area.
2.
a b
If the limits are reversed, then place a negative sign in front of the integral.
3.
b b b
b b b
b b
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 c b
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 5.11
Use the properties of the definite integral to express the definite integral of
f (x) = −3x + 2x + 2 over the interval [−2, 1] as the sum of three definite integrals.
3
[Hide Solution]
Solution
1
5. to get
1 1 1 1
3 3
∫ (−3x + 2x + 2) dx = ∫ −3x dx + ∫ 2xdx + ∫ 2dx
−2 −2 −2 −2
1 1 1
3
= −3 ∫ x dx + 2 ∫ xdx + ∫ 2dx.
−2 −2 −2
CHECKPOINT 5.11
Use the properties of the definite integral to express the definite integral of
f (x) = 6x − 4x + 2x − 3 over the interval [1, 3] as the sum of four definite
3 2
integrals.
EXAMPLE 5.12
8 5
∫ f (x) dx.
5
[Hide Solution]
Solution
By property 6.,
b c b
Thus,
8 5 8
10 = 5 + ∫ f (x) dx
5
5 = ∫ f (x) dx.
5
CHECKPOINT 5.12
5 5
∫ f (x) dx.
1
THEOREM 5.2
Comparison Theorem
i. If f (x) ≥ 0 for a ≤ x ≤ b, then
∫ f (x) dx ≥ 0.
a
b b
m (b − a) ≤ ∫ f (x) dx
a
≤ M (b − a) .
EXAMPLE 5.13
[Hide Solution]
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 5.23).
Figure 5.23 (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
1 1
∫ g (x) dx ≥ ∫ f (x) dx (Figure 5.24). The thin, red-shaded area shows just how
0 0
much difference there is between these two integrals over the interval [0, 1] .
Figure 5.24 (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.
89 + 90 + 56 + 78 + 100 + 69 482
= ≈ 80.33.
6 6
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 in each subinterval and calculate f (x ) for
∗ ∗
i i
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 (x ∗ ) + f (x ∗ ) + ⋯ + f (x ∗
n
)
1 2
,
n
which is basically the same expression used to calculate the average of discrete values.
b−a b−a
But we know Δx =
n
, so n =
Δx
, and we get
f (x ∗ ) + f (x ∗ ) + ⋯ + f (x ∗
n
) f (x ∗ ) + f (x ∗ ) + ⋯ + f (x ∗
n
)
1 2 1 2
= .
n (b−a)
Δx
Following through with the algebra, the numerator is a sum that is represented as ∑ f (x ∗i ) , and we
i=1
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
n
∗
∑ f (x ) n
i
i=1 Δx ∗
= ( ) ∑ f (x )
(b−a) b−a i
Δx i=1
1 ∗
= ( ) ∑ f (x ) Δx.
b−a i
i=1
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
n b
1 1
lim ∑ f (x i ) Δx = ∫ f (x) dx.
b − a n→∞ b − a a
i=1
DEFINITION
Let f (x) be continuous over the interval [a, b] . Then, the average value of the function
f (x) (or fave) on [a, b] is given by
b
1
fave = ∫ f (x) dx.
b − a a
EXAMPLE 5.14
[Hide Solution]
Solution
First, graph the function on the stated interval, as shown in Figure 5.25.
Figure 5.25 The graph shows the area under the function f (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
h (a + b) , where h represents height, and a and b represent the two parallel
1
A =
2
sides. Then,
5
1
∫ x + 1dx = h (a + b)
2
0
1
= ⋅ 5 ⋅ (1 + 6)
2
35
= .
2
5
1 1 35 7
∫ x + 1dx = ⋅ = .
5 − 0 0
5 2 2