Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Calculus III - Double Integrals Over General Regions

Download as pdf or txt
Download as pdf or txt
You are on page 1of 9

3/2/2020 Calculus III - Double Integrals over General Regions

Paul's Online Notes


Home / Calculus III / Multiple Integrals / Double Integrals over General
Regions

Section 4-3 : Double Integrals Over General Regions


In the previous section we looked at double integrals over rectangular regions. The problem with this is that most
of the regions are not rectangular so we need to now look at the following double integral,

∬ f (x, y) dA

where D is any region.

There are two types of regions that we need to look at. Here is a sketch of both of them.

We will often use set builder notation to describe these regions. Here is the definition for the region in Case 1

D = {(x, y) |a ≤ x ≤ b, g1 (x) ≤ y ≤ g2 (x)}

and here is the definition for the region in Case 2.

D = {(x, y) |h1 (y) ≤ x ≤ h2 (y) , c ≤ y ≤ d}

This notation is really just a fancy way of saying we are going to use all the points, (x, y), in which both of the
coordinates satisfy the two given inequalities.

The double integral for both of these cases are defined in terms of iterated integrals as follows.

In Case 1 where D = {(x, y) |a ≤ x ≤ b, g1 (x) ≤ y ≤ g2 (x)} the integral is defined to be,

b g 2 (x)

∬ f (x, y) dA = ∫ ∫ f (x, y) dy dx
a g 1 (x)

In Case 2 where D = {(x, y) |h1 (y) ≤ x ≤ h2 (y) , c ≤ y ≤ d} the integral is defined to be,

tutorial.math.lamar.edu/Classes/CalcIII/DIGeneralRegion.aspx 1/9
3/2/2020 Calculus III - Double Integrals over General Regions
d h 2 (y)

∬ f (x, y) dA = ∫ ∫ f (x, y) dx dy
c h 1 (y)

Here are some properties of the double integral that we should go over before we actually do some examples.
Note that all three of these properties are really just extensions of properties of single integrals that have been
extended to double integrals.

Properties

1. ∬ f (x, y) + g (x, y) dA = ∬ f (x, y) dA + ∬ g (x, y) dA

D D D

2. ∬ cf (x, y) dA = c ∬ f (x, y) dA , where c is any constant.


D D

3. If the region D can be split into two separate regions D1 and D2 then the integral can be written as

∬ f (x, y) dA = ∬ f (x, y) dA + ∬ f (x, y) dA

D D1 D2

Let’s take a look at some examples of double integrals over general regions.

Example 1 Evaluate each of the following integrals over the given region D.
x

(a) ∬ e
y
,
dA D = {(x, y) |1 ≤ y ≤ 2, y ≤ x ≤ y }
3

(b) , is the region bounded by y and y .


3 3
∬ 4xy − y dA D = √x = x

(c) , is the triangle with vertices (0, 3), (1, 1), and (5, 3).
2
∬ 6x − 40y dA D

(a) ∬ e
y
,
dA D = {(x, y) |1 ≤ y ≤ 2, y ≤ x ≤ y }
3
Hide Solution 
D

Okay, this first one is set up to just use the formula above so let’s do that.
3
2 y 2 3
x x x y
y y y ∣
∬ e dA = ∫ ∫ e dx dy = ∫ ye dy

y
1 y 1
D

2
2
y 1
= ∫ ye − ye dy
1

2
1 2 ∣ 1 1
y 2 1 4 1
= ( e − y e )∣ = e − 2e
2 2 ∣ 2
1

tutorial.math.lamar.edu/Classes/CalcIII/DIGeneralRegion.aspx 2/9
3/2/2020 Calculus III - Double Integrals over General Regions

(b) ∬ , is the region bounded by y and y . Hide Solution 


3 3
4xy − y dA D = √x = x

In this case we need to determine the two inequalities for x and y that we need to do the integral. The best way
to do this is the graph the two curves. Here is a sketch.

So, from the sketch we can see that that two inequalities are,
3
0 ≤ x ≤ 1 x ≤ y ≤ √x

We can now do the integral,


1 √x
3 3
∬ 4xy − y dA = ∫ ∫ 4xy − y dy dx
3
0 x
D

1 √x
∣1
2 4
= ∫ (2xy − y )∣ dx
0
4 ∣ 3
x

1
7 1
2 7 12
= ∫ x − 2x + x dx
0
4 4

1
7 1 1 ∣ 55
3 8 13
= ( x − x + x )∣ =
12 4 52 ∣ 156
0

(c) ∬ , is the triangle with vertices (0, 3), (1, 1), and (5, 3). Hide Solution 
2
6x − 40y dA D

We got even less information about the region this time. Let’s start this off by sketching the triangle.

Since we have two points on each edge it is easy to get the equations for each edge and so we’ll leave it to
you to verify the equations.
tutorial.math.lamar.edu/Classes/CalcIII/DIGeneralRegion.aspx 3/9
3/2/2020 Calculus III - Double Integrals over General Regions

Now, there are two ways to describe this region. If we use functions of x, as shown in the image we will have to
break the region up into two different pieces since the lower function is different depending upon the value of x.
In this case the region would be given by D = D1 ∪ D2 where,

D1 = {(x, y) |0 ≤ x ≤ 1, −2x + 3 ≤ y ≤ 3}

1 1
D2 = {(x, y) |1 ≤ x ≤ 5, x + ≤ y ≤ 3}
2 2

Note the ∪ is the “union” symbol and just means that D is the region we get by combing the two regions. If we
do this then we’ll need to do two separate integrals, one for each of the regions.

To avoid this we could turn things around and solve the two equations for x to get,

1 3
y = −2x + 3 ⇒ x = − y +
2 2
1 1
y = x + ⇒ x = 2y − 1
2 2

If we do this we can notice that the same function is always on the right and the same function is always on the
left and so the region is,

1 3
D = {(x, y) | − y + ≤ x ≤ 2y − 1, 1 ≤ y ≤ 3}
2 2

Writing the region in this form means doing a single integral instead of the two integrals we’d have to do
otherwise.

Either way should give the same answer and so we can get an example in the notes of splitting a region up
let’s do both integrals.

Solution 1

2 2 2
∬ 6x − 40y dA = ∬ 6x − 40y dA + ∬ 6x − 40y dA

D D1 D2

1 3 5 3

2 2
= ∫ ∫ 6x − 40y dy dx + ∫ ∫ 6x − 40y dy dx
1 1
0 −2x+3 1 x+
2 2

1 5
3 3
2 2 2 2
= ∫ (6x y − 20y )∣
∣ dx + ∫ (6x y − 20y )∣
∣1 1 dx
−2x+3 x+
2 2
0 1

1 5 2
2 1 1
3 3 2
= ∫ 12x − 180 + 20(3 − 2x) dx + ∫ −3x + 15x − 180 + 20( x + ) dx
0 1
2 2

5
1 3
∣ ∣
10 3 3 40 1 1
4 4 3
= (3x − 180x − (3 − 2x) )∣ + (− x + 5x − 180x + ( x + ) )∣

3 ∣ 4 3 2 2
0 ∣
1

935
= −
3

That was a lot of work. Notice however, that after we did the first substitution that we didn’t multiply everything
out. The two quadratic terms can be easily integrated with a basic Calc I substitution and so we didn’t bother to
multiply them out. We’ll do that on occasion to make some of these integrals a little easier.

Solution 2
This solution will be a lot less work since we are only going to do a single integral.

tutorial.math.lamar.edu/Classes/CalcIII/DIGeneralRegion.aspx 4/9
3/2/2020 Calculus III - Double Integrals over General Regions
3 2y−1
2 2
∬ 6x − 40y dA = ∫ ∫ 6x − 40y dx dy
1 3
1 − y+
2 2
D

3
2y−1
3
= ∫ (2x − 40xy)∣
∣ 1 3 dy
− y+
2 2
1

3 3
3 1 3
2
= ∫ 100y − 100y + 2(2y − 1) − 2(− y + ) dy
1
2 2

3
4

100 1 4 1 3
2 3
= (50y − y + (2y − 1) + (− y + ) )∣

3 4 2 2

1

935
= −
3

So, the numbers were a little messier, but other than that there was much less work for the same result. Also
notice that again we didn’t cube out the two terms as they are easier to deal with using a Calc I substitution.

As the last part of the previous example has shown us we can integrate these integrals in either order (i.e. x
followed by y or y followed by x), although often one order will be easier than the other. In fact, there will be
times when it will not even be possible to do the integral in one order while it will be possible to do the integral in
the other order.

Also, do not forget about Calculus I substitutions. Students often just get in a hurry and multiply everything out
after doing the integral evaluation and end up missing a really simple Calculus I substitution that avoids the
hassle of multiplying everything out. Calculus I substitutions don’t always show up, but when they do they almost
always simplify the work for the rest of the problem.

Let’s see a couple of examples of these kinds of integrals.

Example 2 Evaluate the following integrals by first reversing the order of integration.
3 9
3

(a)
3 y
∫ ∫ x e dy dx
2
0 x

8 2

(b) ∫ ∫ √x
4
+ 1 dx dy
3
0 √y

3 9
3

(a) ∫ Hide Solution 


3 y
∫ x e dy dx
2
0 x

First, notice that if we try to integrate with respect to y we can’t do the integral because we would need a y 2 in
front of the exponential in order to do the y integration. We are going to hope that if we reverse the order of
integration we will get an integral that we can do.

Now, when we say that we’re going to reverse the order of integration this means that we want to integrate with
respect to x first and then y. Note as well that we can’t just interchange the integrals, keeping the original
limits, and be done with it. This would not fix our original problem and in order to integrate with respect to x we
can’t have x’s in the limits of the integrals. Even if we ignored that the answer would not be a constant as it
should be.

So, let’s see how we reverse the order of integration. The best way to reverse the order of integration is to first
sketch the region given by the original limits of integration. From the integral we see that the inequalities that
define this region are,

tutorial.math.lamar.edu/Classes/CalcIII/DIGeneralRegion.aspx 5/9
3/2/2020 Calculus III - Double Integrals over General Regions

0 ≤ x ≤ 3

2
x ≤ y ≤ 9

These inequalities tell us that we want the region with y = x2 on the lower boundary and y = 9 on the upper
boundary that lies between x = 0 and x = 3. Here is a sketch of that region.

Since we want to integrate with respect to x first we will need to determine limits of x (probably in terms of y)
and then get the limits on the y’s. Here they are for this region.

0 ≤ x ≤ √y

0 ≤ y ≤ 9

Any horizontal line drawn in this region will start at x = 0 and end at x = √y and so these are the limits on
the x’s and the range of y’s for the regions is 0 to 9.

The integral, with the order reversed, is now,


3 9 9 √y
3 3
3 y 3 y
∫ ∫ x e dy dx = ∫ ∫ x e dx dy
0 x2 0 0

and notice that we can do the first integration with this order. We’ll also hope that this will give us a second
integral that we can do. Here is the work for this integral.
3 9 9 √y
3 3
3 y 3 y
∫ ∫ x e dy dx = ∫ ∫ x e dx dy
2
0 x 0 0

9 √y
1 3 ∣
4 y
= ∫ x e ∣ dy
4 ∣
0 0

9
1 3
2 y
= ∫ y e dy
0
4
9
1 y
3 ∣
= e ∣
12 ∣
0

1
729
= (e − 1)
12

So, as we hoped, we were able to do the integral once we interchanged the order of integration.

8 2

(b) ∫ ∫ √x
4
+ 1 dx dy Hide Solution 
3
0 √y

As with the first integral we cannot do this integral by integrating with respect to x first so we’ll hope that by
reversing the order of integration we will get something that we can integrate. Here are the limits for the
tutorial.math.lamar.edu/Classes/CalcIII/DIGeneralRegion.aspx 6/9
3/2/2020 Calculus III - Double Integrals over General Regions

variables that we get from this integral.

√y ≤ x ≤ 2
3

0 ≤ y ≤ 8

and here is a sketch of this region.

So, if we reverse the order of integration we get the following limits.

0 ≤ x ≤ 2

3
0 ≤ y ≤ x

The integral is then,


3
8 2 2 x
4 4
∫ ∫ √x + 1 dx dy = ∫ ∫ √x + 1 dy dx
0 3
√y 0 0

2 3
x
4 ∣
= ∫ y √x + 1 dx

0
0

2
1 3
3 4
= ∫ x √x + 1 dx = (17 2 − 1)
6
0

The final topic of this section is two geometric interpretations of a double integral. The first interpretation is an
extension of the idea that we used to develop the idea of a double integral in the first section of this chapter. We
did this by looking at the volume of the solid that was below the surface of the function z = f (x, y) and over the
rectangle R in the xy-plane. This idea can be extended to more general regions.

The volume of the solid that lies below the surface given by z = f (x, y) and above the region D in the xy-
plane is given by,

V = ∬ f (x, y) dA

Example 3 Find the volume of the solid that lies below the surface given by z = 16xy + 200 and lies above the
region in the xy-plane bounded by y = x2 and y = 8 − x2 .
Show Solution 

Example 4 Find the volume of the solid enclosed by the planes 4x + 2y + z , ,


= 10 y = 3x z = 0 x = 0 , .
Show Solution 

tutorial.math.lamar.edu/Classes/CalcIII/DIGeneralRegion.aspx 7/9
3/2/2020 Calculus III - Double Integrals over General Regions

Note that more generally,

V = ∬ f (x, y) dA

gives the net volume between the graph of z = f (x, y) and the region D in the xy-plane. Regions that are
below the xy-plane have a negative volume and regions that are above the xy-plane have a positive volume.

We saw a similar idea in Calculus I where,


b

A = ∫ f (x) dx
a

gives the net area between the curve given by y = f (x) and the x-axis on the interval [a, b].

The second geometric interpretation of a double integral is the following.

Area of D = ∬ dA

This is easy to see why this is true in general. Let’s suppose that we want to find the area of the region shown
below.

From Calculus I we know that this area can be found by the integral,
b

A = ∫ g2 (x) − g1 (x) dx
a

Or in terms of a double integral we have,

Area of D = ∬ dA

b g2 (x)

= ∫ ∫ dy dx
a g1 (x)

b b
g2 (x)
= ∫ y| dx = ∫ g2 (x) − g1 (x) dx
g1 (x)
a a

This is exactly the same formula we had in Calculus I.

© 2003 - 2020 Paul Dawkins Page Last Modified : 11/26/2018


tutorial.math.lamar.edu/Classes/CalcIII/DIGeneralRegion.aspx 8/9
3/2/2020 Calculus III - Double Integrals over General Regions

tutorial.math.lamar.edu/Classes/CalcIII/DIGeneralRegion.aspx 9/9

You might also like