.Arch7.1! Area Between Curves
.Arch7.1! Area Between Curves
2. Identify a variable x and function f (x) such that each subquantity can be approximated with the product f (c ) dx , wherei i
element.
3. Recognize that Q = ∑ Q ≈ ∑ f (c ) dx , which is a Riemann Sum.
n
i=1 i
n
i=1 i i
b
4. Taking the appropriate limit gives Q = ∫ a
f (x) dx
This Key Idea will make more sense after we have had a chance to use it several times. We begin with Area Between Curves,
which we addressed briefly in Section 5.5.4.
The issue to address next is how to systematically break a region into subregions. A graph will help. Consider Figure 7.1.1a where
a region between two curves is shaded. While there are many ways to break this into subregions, one particularly efficient way is to
"slice" it vertically, as shown in Figure 7.1.1b, into n equally spaced slices.
7.1.1 https://math.libretexts.org/@go/page/4192
Figure 7.1.1 : Subdividing a region into vertical slices and approximating the areas with rectangles.
We now approximate the area of a slice. Again, we have many options, but using a rectangle seems simplest. Picking any x-value
c in the i slice, we set the height of the rectangle to be f (c ) − g(c ) , the difference of the corresponding y -values. The width of
th
i i i
the rectangle is a small difference in x-values, which we represent with dx. Figure 7.1.1c shows sample points c chosen in each i
subinterval and appropriate rectangles drawn. (Each of these rectangles represents a differential element.) Each slice has an area
approximately equal to (f (c ) − g(c )) dx ; hence, the total area is approximately the Riemann Sum
i i
Let f (x) and g(x) be continuous functions defined on [a, b] where f (x) ≥ g(x) for all x in . The area of the region
[a, b]
7.1.2 https://math.libretexts.org/@go/page/4192
4π 4π
1
∫ (f (x) − g(x)) dx =∫ ( sin x + 2 − ( cos(2x) − 1)) dx
0 0 2
1 4π
∣
= − cos x − sin(2x) + 3x
∣
4 0
2
= 12π ≈ 37.7 units .
Find the total area of the region enclosed by the functions f (x) = −2x + 5 and g(x) = x
3
− 7x
2
+ 12x − 3 as shown in
Figure 7.1.3.
but this ignores the fact that on [1, 2], g(x) > f (x) . (In fact, the thoughtless integration returns −9/4, hardly the expected
value of an area.) Thus we compute the total area by breaking the interval [1, 4] into two subintervals, [1, 2] and [2, 4] and
using the proper integrand in each.
2 4
2 4
3 2 3 2
=∫ (x − 7x + 14x − 8) dx + ∫ (−x + 7x − 14x + 8) dx
1 2
= 5/12 + 8/3
2
= 37/12 = 3.083 units .
The previous example makes note that we are expecting area to be positive. When first learning about the definite integral, we
interpreted it as "signed area under the curve," allowing for "negative area." That doesn't apply here; area is to be positive.
The previous example also demonstrates that we often have to break a given region into subregions before applying Theorem
7.1.1. The following example shows another situation where this is applicable, along with an alternate view of applying the
Theorem.
7.1.3 https://math.libretexts.org/@go/page/4192
Figure 7.1.4 : Graphing a region for Example 7.1.3.
Solution
We give two approaches to this problem. In the first approach, we notice that the region's "top" is defined by two different
curves. On [0, 1], the top function is y = √−
x + 2 ; on [1, 2], the top function is y = −(x − 1 ) + 3 .
2
= 2/3 + 2/3
= 4/3.
The second approach is clever and very useful in certain situations. We are used to viewing curves as functions of x; we input
an x-value and a y -value is returned. Some curves can also be described as functions of y : input a y -value and an x-value is
returned. We can rewrite the equations describing the boundary by solving for x:
$$y=\sqrt{x}+2 \quad \Rightarrow\quad x=(y-2)^2\]
$$y=-(x-1)^2+3 \quad \Rightarrow \quad x=\sqrt{3-y}+1.\]
Figure 7.1.5 :The region used in Example 7.1.3 with boundaries relabeled as functions of y .
Figure 7.1.5 shows the region with the boundaries relabeled. A differential element, a horizontal rectangle, is also pictured.
The width of the rectangle is a small change in y : Δy. The height of the rectangle is a difference in x-values. The "top" x-
value is the largest value, i.e., the rightmost. The "bottom" x-value is the smaller, i.e., the leftmost. Therefore the height of the
rectangle is
$$\big(\sqrt{3-y}+1\big) - (y-2)^2.\]
7.1.4 https://math.libretexts.org/@go/page/4192
The area is found by integrating the above function with respect to y with the appropriate bounds. We determine these by
considering the y -values the region occupies. It is bounded below by y = 2 , and bounded above by y = 3 . That is, both the
"top" and "bottom" functions exist on the y interval [2, 3]. Thus
3
− −−− 2
Total Area =∫ (√ 3 − y + 1 − (y − 2 ) ) dy
2
2 1 3
3/2 3 ∣
=(− (3 − y ) +y − (y − 2 ) )
∣2
3 3
= 4/3.
This calculus--based technique of finding area can be useful even with shapes that we normally think of as "easy." Example 7.1.4
1
computes the area of a triangle. While the formula " × base × height " is well known, in arbitrary triangles it can be nontrivial to
2
compute the height. Calculus makes the problem simple.
= 3/4 + 3/4
= 3/2.
We can also approach this by converting each function into a function of y . This also requires 2 integrals, so there isn't really
any advantage to doing so. We do it here for demonstration purposes.
7 −y
The "top" function is always x = while there are two "bottom" functions. Being mindful of the proper integration
2
bounds, we have
7.1.5 https://math.libretexts.org/@go/page/4192
2 3
7 −y 7 −y
Total Area =∫ ( − (5 − 2y)) dy + ∫ ( − (y − 1)) dy
1 2 2 2
= 3/4 + 3/4
= 3/2.
Of course, the final answer is the same. (It is interesting to note that the area of all 4 subregions used is 3/4. This is
coincidental.)
While we have focused on producing exact answers, we are also able to make approximations using the principle of Theorem
7.1.1. The integrand in the theorem is a distance ("top minus bottom"); integrating this distance function gives an area. By taking
discrete measurements of distance, we can approximate an area using numerical integration techniques developed in Section ??? .
The following example demonstrates this.
To approximate the area of a lake, shown in Figure 7.1.7a, the "length" of the lake is measured at 200-foot increments as
shown in Figure 7.1.7b, where the lengths are given in hundreds of feet. Approximate the area of the lake.
Solution
The measurements of length can be viewed as measuring "top minus bottom" of two functions. The exact answer is found by
12
integrating ∫ (f (x) − g(x)) dx , but of course we don't know the functions f and g . Our discrete measurements instead
0
allow us to approximate.
Figure 7.1.7 : (a) A sketch of a lake, and (b) the lake with length measurements.
We have the following data points:
$$(0,0),\ (2,2.25),\ (4,5.08),\ (6,6.35),\ (8,5.21),\ (10,2.76),\ (12,0).\]
b −a
We also have that dx = =2 , so Simpson's Rule gives
n
2
Area ≈ (1 ⋅ 0 + 4 ⋅ 2.25 + 2 ⋅ 5.08 + 4 ⋅ 6.35 + 2 ⋅ 5.21 + 4 ⋅ 2.76 + 1 ⋅ 0)
3
¯
¯¯ 2
= 44.01 3 units .
Since the measurements are in hundreds of feet, units = (100 ft) = 10, 000 ft , giving a total area of 440, 133 ft . (Since
2 2 2 2
we are approximating, we'd likely say the area was about 440, 000 ft , which is a little more than 10 acres.)
2
In the next section we apply our applications--of--integration techniques to finding the volumes of certain solids.
7.1.6 https://math.libretexts.org/@go/page/4192
Contributors and Attributions
Gregory Hartman (Virginia Military Institute). Contributions were made by Troy Siemers and Dimplekumar Chalishajar of
VMI and Brian Heinold of Mount Saint Mary's University. This content is copyrighted by a Creative Commons Attribution -
Noncommercial (BY-NC) License. http://www.apexcalculus.com/
Integrated by Justin Marshall.
This page titled 7.1: Area Between Curves is shared under a CC BY-NC 3.0 license and was authored, remixed, and/or curated by Gregory
Hartman et al. via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon
request.
7.1.7 https://math.libretexts.org/@go/page/4192