0% found this document useful (0 votes)
36 views7 pages

.Arch7.1! Area Between Curves

Calculus 2 unam

Uploaded by

israelnafuka9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views7 pages

.Arch7.1! Area Between Curves

Calculus 2 unam

Uploaded by

israelnafuka9
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

7.

1: Area Between Curves


We begin this chapter with a reminder of a few key concepts from Chapter 5. Let f be a continuous function on [a, b] which is
partitioned into n subintervals as
$$a<x_1 < x_2 < \cdots < x_n<x_{n+1}=b.\]
Let dx denote the length of the i
i
th
subinterval, and let c be any x-value in that subinterval. Definition 5.3.1 states that the sum
i

$$\sum_{i=1}^n f(c_i)\ dx_i\]


is a Riemann Sum. Riemann Sums are often used to approximate some quantity (area, volume, work, pressure, etc.). The
approximation becomes exact by taking the limit
$$\lim_{||dx_i||\to0} \sum_{i=1}^n f(c_i) \ dx_i,\]
where || dx i || the length of the largest subinterval in the partition. Theorem 5.3.2 connects limits of Riemann Sums to definite
integrals:
$$\lim_{||dx_i||\to0} \sum_{i=1}^n f(c_i)\ dx_i = \int_a^b f(x)\ dx.\]
Finally, the Fundamental Theorem of Calculus states how definite integrals can be evaluated using antiderivatives.
This chapter employs the following technique to a variety of applications. Suppose the value Q of a quantity is to be calculated. We
first approximate the value of Q using a Riemann Sum, then find the exact value via a definite integral. We spell out this technique
in the following Key Idea.

Key Idea 22: Definite Integral Strategy


Let a quantity be given whose value Q is to be computed.
1. Divide the quantity into n smaller "subquantities" of value Q . i

2. Identify a variable x and function f (x) such that each subquantity can be approximated with the product f (c ) dx , wherei i

dx represents a small change in x. Thus Q ≈ f (c ) dx . A sample approximation f (c ) dx of Q is called a differential


i i i i i i 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.

Area Between Curves


We are often interested in knowing the area of a region. Forget momentarily that we addressed this already in Section 5.5.4 and
approach it instead using the technique described in Key Idea 22.
Let Q be the area of a region bounded by continuous functions f and g . If we break the region into many subregions, we have an
obvious equation:

Total Area= sum of the areas of the subregions. (7.1.1)

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

$$Q = \sum_{i=1}^n \big(f(c_i)-g(c_i)\big)\ dx.\]


b
Taking the limit as n → ∞ gives the exact area as ∫ a
(f (x) − g(x)) dx.

Theroem 7.1.1: Area Between Curves

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]

bounded by the curves y = f (x), y = g(x) and the lines x = a and x = b is


$$\int_a^b \big(f(x)-g(x)\big)\ dx.\]

Example 7.1.1: Finding area enclosed by curves


1
Find the area of the region bounded by f (x) = sin x + 2 , g(x) = cos(2x) − 1 , x =0 and x = 4π , as shown in Figure
2
7.1.2.

Figure 7.1.2 : Graphing an enclosed region in Example 7.1.1.


Solution
The graph verifies that the upper boundary of the region is given by f and the lower bound is given by g . Therefore the area of
the region is the value of the integral

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 .

Example 7.1.2: Finding total area enclosed by curves

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.

FIgure 7.1.3 : Graphing a region enclosed by two functions in Example 7.1.2.


Solution
4
A quick calculation shows that f = g at x = 1, 2 and 4. One can proceed thoughtlessly by computing ∫ (f (x) − g(x)) dx , 1

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

Total Area =∫ (g(x) − f (x)) dx + ∫ (f (x) − g(x)) dx


1 2

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.

Example 7.1.3: Finding area: integrating with respect to y

Find the area of the region enclosed by the functions y = √−


x + 2 , y = −(x − 1 )
2
+3 and y = 2 , as shown in Figure 7.1.4.

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

Thus we compute the area as the sum of two integrals:


1 2
− 2
Total Area =∫ ((√x + 2) − 2) dx + ∫ (( − (x − 1 ) + 3) − 2) dx
0 1

= 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.

Example 7.1.4: Finding the area of a triangle

Compute the area of the regions bounded by the lines


1 5
y = x +1 , y = −2x + 7 and y = − x+ , as shown in Figure 7.1.6.
2 2

Figure 7.1.6 : Graphing a triangular region in Example 7.1.4


Solution
Recognize that there are two "top" functions to this region, causing us to use two definite integrals.
2 3
1 5 1 5
Total Area =∫ ((x + 1) − (− x+ )) dx + ∫ ((−2x + 7) − (− x+ )) dx
1
2 2 2
2 2

= 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.

Example 7.1.5: Numerically approximating area

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

You might also like