These are the respective double integrals. Note that all of these properties uses the same approach for the proof so :].
∬Dc⋅f(x,y)dA=c⋅∬Df(x,y)dA
If f(x,y)≤g(x,y) for all (x,y)∈D. ∬Df(x,y)dA≤∬Dg(x,y)dA
Suppose D=D1∪D2 where D1 and D2 do not overlap, except at boundary points. ∬Df(x,y)dA=∬D1f(x,y)dA+∬D2f(x,y)dA
∬DkdA This is the volume under the graph of the constant function, plane, above D. In otherwods, cylinder of height k with waist D. Which means we have an area of D⋅k.
In the special case k=1, we get the area of D.
Computing volume
To understand how we can compute volumes with double integrals, let’s do this example.
Example 1
Find the volume of the solid that lies under the paraboloid, z=x2+y2 and above the region in the xy-plane, bounded by the line, y=2x and parabola y=x2.
So, f(x,y)=x2+y2. We have a region bounded by functions of x, which means we have a type I region.
Let’s find the intersection points:
2x=x2x2−2x=0x(x−2)=0x1=0x2=2
We want to compute the volume under the paraboloid. This means:
We have a bounded region with functions of x, these means type I region.
Therefore, the volume must be:
∫01∫2x−2x+12−x−2ydydx
I’ll same myself some time (for now) and just give us the final answer:
31
Triple integrals over general regions
We know how to compute the ∭ over a rectangular box. Let’s use the same approach as for general regions for the double integral.
f(x,y,z) is defined on some bounded solid, E. Let’s enclose E in a rectangular box and define f~.
Let’s call this rectangular box for B.
f~={f(x,y,z)0(x,y,z)∈E(x,y,z)∈/E
This means that:
∭Ef(x,y,z)dV=∬Bf~(x,y,z)dV
The main idea here is that, when computing several integrals, we can view our variables as “inner” and “outer” variables.
In the case for computing double integrals, we only have one inner and one outer, so it’s not that interesting.
However, in the case for three or more variables, we must have this view.
If we for example make z the inner variable and x and y the outer variables then:
∭Ef(x,y,z)dV=∬D∫g1(x,y)g2(x,y)f(x,y,z)dzdA
Let’s properly define it.
Definition 1 (Triple integral over a general region)
To find the triple integral, over solid E. Choose one inner variable and two outer variables. Fix the outer variables, then determine how the inner variable changes. Then integrate, at first over inner variable, then over outer variables.
Find ∭ExdV, where E is the ball x2+y2+z2≤1. E lies between the upper hemisphere and lower hemisphere above the unit disc, with radius 1 in the xy-plane.