In the previous example, we had to evaluate two separate integrals to calculate the area of the region. However, there is another approach that requires only one integral. What if we treat the curves as functions of y, instead of as functions of x?
Review the last example.
Consider the region depicted in the following figure. Find the area of R.
Figure 7.
Note that the left graph, shown in red, is represented by the function y=f(x)=x2. We could just as easily solve this for x and represent the curve by the function x=v(y)=√y. However, based on the graph, it is clear we are interested in the positive square root.
Similarly, the right graph is represented by the function y=g(x)=2−x, but could just as easily be represented by the function x=u(y)=2−y.
When the graphs are represented as functions of y, we see the region is bounded on the left by the graph of one function and on the right by the graph of the other function. Therefore, if we integrate with respect to y, we need to evaluate only one integral.
Let’s develop a formula for this type of integration.
Let u(y) and v(y) be continuous functions over an interval [c,d] such that u(y)≥v(y) for all y∈[c,d]. We want to find the area between the graphs of the functions, as shown in the following figure.
Figure 8. We can find the area between the graphs of two functions, u(y) and v(y).
This time, we are going to partition the interval on the y-axis and use horizontal rectangles to approximate the area between the functions. So, for i=0,1,2,…,n, let Q={yi} be a regular partition of [c,d]. Then, for i=1,2,…,n, choose a point y∗i∈[yi−1,yi], then over each interval [yi−1,yi] construct a rectangle that extends horizontally from v(y∗i) to u(y∗i).
Figure 9. (a) Approximating the area between the graphs of two functions, u(y) and v(y), with rectangles. (b) The area of a typical rectangle.
The height of each individual rectangle is Δy and the width of each rectangle is u(y∗i)−v(y∗i). Adding the areas of all the rectangles, we see that the area between the curves is approximated by:
A≈n∑i=1[u(y∗i)−v(y∗i)]Δy.
This is a Riemann sum, so we take the limit as n→∞, and we get:
A=limn→∞n∑i=1[u(y∗i)−v(y∗i)]Δy=∫dc[u(y)−v(y)]dy.
These findings are summarized in the following theorem.
finding the area between two curves, integrating along the y-axis
Let u(y) and v(y) be continuous functions such that u(y)≥v(y) for all y∈[c,d].
Let R denote the region bounded on the right by the graph of u(y), on the left by the graph of v(y), and above and below by the lines y=d and y=c, respectively.
Then, the area of R is given by:
A=∫dc[u(y)−v(y)]dy.
Back to our previous example, let’s integrate with respect to y. Let R be the region depicted in the following figure. Find the area of R by integrating with respect to y.
Figure 11.
53 units2
Watch the following video to see the worked solution to this example.
For closed captioning, open the video on its original page by clicking the Youtube logo in the lower right-hand corner of the video display. In YouTube, the video will begin at the same starting point as this clip, but will continue playing until the very end.
Let R be the region depicted in the figure below. Find the area of R by integrating with respect to y.
Figure 10. The area of region R can be calculated using one integral only when the curves are treated as functions of y.
We must first express the graphs as functions of y. As we saw at the beginning of this section, the curve on the left can be represented by the function x=v(y)=√y, and the curve on the right can be represented by the function x=u(y)=2−y.
Now we have to determine the limits of integration.
The region is bounded below by the x-axis, so the lower limit of integration is y=0. The upper limit of integration is determined by the point where the two graphs intersect, which is the point (1,1), so the upper limit of integration is y=1.