Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

13.1: Iterated Integrals and Area

( \newcommand{\kernel}{\mathrm{null}\,}\)

In the previous chapter we found that we could differentiate functions of several variables with respect to one variable, while treating all the other variables as constants or coefficients. We can integrate functions of several variables in a similar way. For instance, if we are told that fx(x,y)=2xy, we can treat y as staying constant and integrate to obtain f(x,y):

f(x,y)=fx(x,y)dx=2xydx=x2y+C.

Make a careful note about the constant of integration, C. This "constant'' is something with a derivative of 0 with respect to x, so it could be any expression that contains only constants and functions of y. For instance, if f(x,y)=x2y+siny+y3+17, then fx(x,y)=2xy. To signify that C is actually a function of y, we write:

f(x,y)=fx(x,y)dx=x2y+C(y).

Using this process we can even evaluate definite integrals.

Example 13.1.1: Integrating functions of more than one variable

Evaluate the integral 2y12xydx.

Solution

We find the indefinite integral as before, then apply the Fundamental Theorem of Calculus to evaluate the definite integral:

2y12xydx=x2y|2y1=(2y)2y(1)2y=4y3y.

We can also integrate with respect to y. In general,

h2(y)h1(y)fx(x,y)dx=f(x,y)|h2(y)h1(y)=f(h2(y),y)f(h1(y),y),

and

g2(x)g1(x)fy(x,y)dy=f(x,y)|g2(x)g1(x)=f(x,g2(x))f(x,g1(x)).

Note that when integrating with respect to x, the bounds are functions of y (of the form x=h1(y) and x=h2(y)) and the final result is also a function of y. When integrating with respect to y, the bounds are functions of x (of the form y=g1(x) and y=g2(x)) and the final result is a function of x. Another example will help us understand this.

Example 13.1.2: Integrating functions of more than one variable

Evaluate x1(5x3y3+6y2)dy.

Solution

We consider x as staying constant and integrate with respect to y:

x1(5x3y3+6y2)dy=(5x3y22+6y33)|x1=(52x3x2+2x3)(52x3+2)=92x352x2.

Note how the bounds of the integral are from y=1 to y=x and that the final answer is a function of x.

In the previous example, we integrated a function with respect to y and ended up with a function of x. We can integrate this as well. This process is known as iterated integration, or multiple integration.

Example 13.1.3: Integrating an integral

Evaluate 21(x1(5x3y3+6y2)dy)dx.

Solution

We follow a standard "order of operations'' and perform the operations inside parentheses first (which is the integral evaluated in Example 13.1.2.)

21(x1(5x3y3+6y2)dy)dx=21([5x3y22+6y33]|x1)dx=21(92x352x2)dx=(98x454x22x)|21=898.

Note how the bounds of x were x=1 to x=2 and the final result was a number.

The previous example showed how we could perform something called an iterated integral; we do not yet know why we would be interested in doing so nor what the result, such as the number 89/8, means. Before we investigate these questions, we offer some definitions.

Definition: Iterated Integration

Iterated integration is the process of repeatedly integrating the results of previous integrations. Integrating one integral is denoted as follows.

Let a, b, c and d be numbers and let g1(x), g2(x), h1(y) and h2(y) be functions of x and y, respectively. Then:

  1. dch2(y)h1(y)f(x,y)dxdy=dc(h2(y)h1(y)f(x,y)dx)dy.
  2. bag2(x)g1(x)f(x,y)dydx=ba(g2(x)g1(x)f(x,y)dy)dx.

Again make note of the bounds of these iterated integrals.

With dch2(y)h1(y)f(x,y)dxdy, x varies from h1(y) to h2(y), whereas y varies from c to d. That is, the bounds of x are curves, the curves x=h1(y) and x=h2(y), whereas the bounds of y are constants, y=c and y=d. It is useful to remember that when setting up and evaluating such iterated integrals, we integrate "from curve to curve, then from point to point.''

We now begin to investigate why we are interested in iterated integrals and what they mean.

Area of a plane region

Consider the plane region R bounded by axb and g1(x)yg2(x), shown in Figure 13.1.1. We learned in Section 7.1 (in Calculus I) that the area of R is given by

ba(g2(x)g1(x))dx.

13.1.PNG
Figure 13.1.1: Calculating the area of a plane region R with an iterated integral.

We can view the expression (g2(x)g1(x)) as

(g2(x)g1(x))=g2(x)g1(x)1dy=g2(x)g1(x)dy,

meaning we can express the area of R as an iterated integral:

area of R=ba(g2(x)g1(x))dx=ba(g2(x)g1(x)dy)dx=bag2(x)g1(x)dydx.

In short: a certain iterated integral can be viewed as giving the area of a plane region.

A region R could also be defined by cyd and h1(y)xh2(y), as shown in Figure 13.1.2. Using a process similar to that above, we have
the area of R=dch2(y)h1(y)dxdy.

13.2.PNG
Figure 13.1.2: Calculating the area of a plane region R with an iterated integral.

We state this formally in a theorem.

THEOREM 13.1.1: Area of a plane region

  1. Let R be a plane region bounded by axb and g1(x)yg2(x), where g1 and g2 are continuous functions on [a,b]. The area A of R is A=bag2(x)g1(x)dydx.
  2. Let R be a plane region bounded by cyd and h1(y)xh2(y), where h1 and h2 are continuous functions on [c,d]. The area A of R is A=dch2(y)h1(y)dxdy.

The following examples should help us understand this theorem.

Example 13.1.4: Area of a rectangle

Find the area A of the rectangle with corners (1,1) and (3,3), as shown in Figure 13.1.3.

13.3.PNG
Figure 13.1.3: Calculating the area of a rectangle with an iterated integral in Example 13.1.4.

Solution

Multiple integration is obviously overkill in this situation, but we proceed to establish its use.

The region R is bounded by x=1, x=3, y=1 and y=3. Choosing to integrate with respect to y first, we have
A=31311dydx=31(y |31)dx=312dx=2x|31=8.

We could also integrate with respect to x first, giving:
A=31311dxdy=31(x |31)dy=314dy=4y|31=8.

Clearly there are simpler ways to find this area, but it is interesting to note that this method works.

Example 13.1.5: Area of a triangle

Find the area A of the triangle with vertices at (1,1), (3,1) and (5,5), as shown in Figure 13.1.4.

13.4.PNG
Figure 13.1.4: Calculating the area of a triangle with iterated integrals in Example 13.1.5.

Solution

The triangle is bounded by the lines as shown in the figure. Choosing to integrate with respect to x first gives that x is bounded by x=y to x=y+52, while y is bounded by y=1 to y=5. (Recall that since x-values increase from left to right, the leftmost curve, x=y, is the lower bound and the rightmost curve, x=(y+5)/2, is the upper bound.) The area is

A=51y+52ydxdy=51(x |y+52y)dy=51(12y+52)dy=(14y2+52y)|51=4.

We can also find the area by integrating with respect to y first. In this situation, though, we have two functions that act as the lower bound for the region R, y=1 and y=2x5. This requires us to use two iterated integrals. Note how the x-bounds are different for each integral:

A=31x11dydx+53x2x51dydx=31(y)|x1dx+53(y)|x2x5dx=31(x1)dx+53(x+5)dx=2+2=4.

As expected, we get the same answer both ways.

Example 13.1.6: Area of a plane region

Find the area of the region enclosed by y=2x and y=x2, as shown in Figure 13.1.5.

13.5.PNG
Figure 13.1.5: Calculating the area of a plane region with iterated integrals in Example 13.1.6.

Solution

Once again we'll find the area of the region using both orders of integration.

Using dydx:

202xx21dydx=20(2xx2)dx=(x213x3)|20=43.

Using dxdy:

40yy/21dxdy=40(yy/2)dy=(23y3/214y2)|40=43.

Changing Order of Integration

In each of the previous examples, we have been given a region R and found the bounds needed to find the area of R using both orders of integration. We integrated using both orders of integration to demonstrate their equality.

We now approach the skill of describing a region using both orders of integration from a different perspective. Instead of starting with a region and creating iterated integrals, we will start with an iterated integral and rewrite it in the other integration order. To do so, we'll need to understand the region over which we are integrating.

The simplest of all cases is when both integrals are bound by constants. The region described by these bounds is a rectangle (see Example 13.1.4), and so:

badc1dydx=dcba1dxdy.

When the inner integral's bounds are not constants, it is generally very useful to sketch the bounds to determine what the region we are integrating over looks like. From the sketch we can then rewrite the integral with the other order of integration.

Examples will help us develop this skill.

Example 13.1.7: Changing the order of integration

Rewrite the iterated integral 60x/301dydx with the order of integration dxdy.

Solution

We need to use the bounds of integration to determine the region we are integrating over.

The bounds tell us that y is bounded by 0 and x/3; x is bounded by 0 and 6. We plot these four curves: y=0, y=x/3, x=0 and x=6 to find the region described by the bounds. Figure 13.1.6 shows these curves, indicating that R is a triangle.

13.6.PNG
Figure 13.1.6: Sketching the region R described by the iterated integral in Example 13.1.7.

To change the order of integration, we need to consider the curves that bound the x-values. We see that the lower bound is x=3y and the upper bound is x=6. The bounds on y are 0 to 2. Thus we can rewrite the integral as 2063y1dxdy.

Example 13.1.8: Changing the order of integration

Change the order of integration of 40(y+4)/2y2/41dxdy.

Solution

We sketch the region described by the bounds to help us change the integration order. x is bounded below and above (i.e., to the left and right) by x=y2/4 and x=(y+4)/2 respectively, and y is bounded between 0 and 4. Graphing the previous curves, we find the region R to be that shown in Figure 13.1.7.

13.7.PNG
Figure 13.1.7: Drawing the region determined by the bounds of integration in Example 13.1.8.

To change the order of integration, we need to establish curves that bound y. The figure makes it clear that there are two lower bounds for y: y=0 on 0x2, and y=2x4 on 2x4. Thus we need two double integrals. The upper bound for each is y=2x. Thus we have
40(y+4)/2y2/41dxdy=202x01dydx+422x2x41dydx.

This section has introduced a new concept, the iterated integral. We developed one application for iterated integration: area between curves. However, this is not new, for we already know how to find areas bounded by curves.

In the next section we apply iterated integration to solve problems we currently do not know how to handle. The "real" goal of this section was not to learn a new way of computing area. Rather, our goal was to learn how to define a region in the plane using the bounds of an iterated integral. That skill is very important in the following sections.


This page titled 13.1: Iterated Integrals and Area 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.

Support Center

How can we help?