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,
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
and here is the definition for the region in Case 2.
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,
In Case 2 where D={(x,y)|h1(y)≤x≤h2(y),c≤y≤d} the integral is defined to be,
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.
2.
3. If the region D can be split into two separate regions D1 and D2 then the integral can be written as
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.
(a)
Solution: Okay, this first one is set up to just use the formula above so let’s do that.
(b) D is the region bounded by y=and y = x3.
Solution: 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,
We can now do the integral,
(c) D is the triangle with vertices (0,3), (1,1), and (5,3).
Solution: 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.
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,
Note the U 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,
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,
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
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.
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.
(a)
Solution: 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,
These inequalities tell us that we want the region with y = x 2 y=x2 on the lower boundary and y = 9 y=9 on the upper boundary that lies between x = 0 x=0 and x = 3 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.
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,
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.
(b)
Solution: 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 variables that we get from this integral.
and here is a sketch of this region.
So, if we reverse the order of integration we get the following limits.
The integral is then,
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 x y -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 x y -plane is given by,
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 .
Solution: Here is the graph of the surface and we’ve tried to show the region in the xy-plane below the surface.
Here is a sketch of the region in the xy-plane by itself.
By setting the two bounding equations equal we can see that they will intersect at x=2 and x=−2. So, the inequalities that will define the region D in the xy-plane are,
The volume is then given by,
Example 4 Find the volume of the solid enclosed by the planes 4x+2y+z=10, y=3x, z=0, x=0.
Solution: This example is a little different from the previous one. Here the region D D is not explicitly given so we’re going to have to find it. First, notice that the last two planes are really telling us that we won’t go past the xy-plane and the yz-plane when we reach them. The first plane, 4 x + 2 y + z = 10 4x+2y+z=10, is the top of the volume and so we are really looking for the volume under, z= 10-4x-2y and above the region D in the xy-plane. The second plane, y=3x (yes that is a plane), gives one of the sides of the volume as shown below.
The region D will be the region in the x y -plane (i.e. z = 0 ) that is bounded by y = 3 x , x = 0 , and the line where z + 4 x + 2 y = 10 intersects the x y -plane. We can determine where z + 4 x + 2 y = 10 intersects the x y -plane by plugging z = 0 into it.
0+4x+2y=10 => 2x+y=5 => y=-2x+5
So, here is a sketch the region D.
The region D is really where this solid will sit on the xy-plane and here are the inequalities that define the region.
Here is the volume of this solid.
Note that more generally,
gives the net volume between the graph of z = f ( x , y ) and the region D in the x y -plane. Regions that are below the x y -plane have a negative volume and regions that are above the x y -plane have a positive volume. We saw a similar idea in Calculus I where,
gives the net area between the curve given by y = f ( x ) y=f(x) and the x x-axis on the interval [ a , b ] [a,b]. The second geometric interpretation of a double integral is the following.
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,
Or in terms of a double integral we have,
This is exactly the same formula we had in Calculus I.
112 videos|65 docs|3 tests
|
1. What is the definition of a double integral over a general region? |
2. How is the region of integration determined for a double integral over a general region? |
3. Can the order of integration be changed for a double integral over a general region? |
4. What are the steps involved in evaluating a double integral over a general region? |
5. What are some common applications of double integrals over general regions? |
|
Explore Courses for Mathematics exam
|