Double Integration (rectangular)

Wize Concept
Iterated Double Integral. If DR2D \subset \mathbb{R}^2 is defined by
g1(x)yg2(x),axb,g_1(x)\leq y\leq g_2(x),\quad a\leq x\leq b,
where g1(x)g_1(x) and g2(x)g_2(x) are continuous for axba \leq x \leq b and f(x,y)f(x, y) is continuous on DD, then
Df(x,y)dA=ab(g1(x)g2(x)f(x,y)dy)dx\iint\limits_{D}f(x,y)dA=\int_a^b\Bigg(\int_{g_1(x)}^{g_2(x)}f(x,y)dy\Bigg)dx
If DR2D \subset \mathbb{R}^2 is defined by
h1(y)xh2(y),cyd,h_1(y)\le x\le h_2(y),\quad c\le y\le d,
where h1(y)h_1(y) and h2(y)h_2(y) are continuous for cydc \le y \le d and f(x,y)f(x, y) is continuous on DD, then
Df(x,y)dA=cd(h1(y)h2(y)f(x,y)dx)dy\iint\limits_{D}f(x,y)dA=\int_c^d\Bigg(\int_{h_1(y)}^{h_2(y)}f(x,y)dx\Bigg)dy

\to Notes:
  1. It may be useful (or even necessary) to reverse the order of integration. Consider (1) the shape of the region DD, and (2) the form of the integrand f(x,y)f(x, y).

Strategy

To determine the shape of DD and/or change the order of integration, eg from dydxdy dx to dxdydx dy:
  1. Using the inequality on the outer variable xx, sketch the xx extents of the region.
  2. Sketch the inequalities given by the inner variable yy within the allowable xx. This is easiest to do by sketching the boundaries, then determining which side of the line the inequality gives.
  3. Determine the new constant bound on yy.
  4. Determine the new variable bounds on xx. Think about a slice with a fixed yy, and determine the inequality on xx in terms of yy.
It is possible to algebraically determine the bounds in the changed order of integration, but a sketch is usually easier.

Practice: Double integration

Compute Dln(ln(x))dA\displaystyle \iint_D\ln(\ln(x))dA where DD is the region bounded by y=0y = 0, xy=1xy = 1, x=ex=e, and x=e2x=e^2.

Practice: Changing the Order of a Double Integration

By changing the order of integration, the iterated integral 0204x2f(x,y)dydx\displaystyle\int_0^2\int_0^{4-x^2} f (x, y)dy\,dx is the same as:

Practice: Double Integral

Evaluate
01x1ey2dydx\int_0^1\int_x^1e^{y^2}dydx

Interpretation of a Double Integral

Wize Concept
Interpretation of Double Integral. We can interpret the double integral as:
1. Area. If we fix f(x,y)=1f(x, y) = 1 for all (x,y)D(x, y) \in D, then the double integral can be interpreted as the area of the set DD:
A(D)=D1dAA(D)=\iint\limits_{D}1dA
2. Volume. If f(x,y)0f(x, y)\geq0 for all (x,y)D(x, y) \in D, then the double integral can be interpreted as the volume of the 3D3-D set defined by
S={(x,y,z):0zf(x,y), (x,y)D},S=\{(x,y,z):0\le z\le f(x,y),\ (x,y)\in D\},
which is the solid region of height f(x,y)f(x, y) and base DD.
V(S)=Df(x,y)dA.V(S)=\iint\limits_{D}f(x,y)dA.


Practice: Volume under a surface

Find the volume under the surface z=xx2+y23z=-\frac{x}{\sqrt[3]{x^2+y^2}} and above the triangle formed by y=xy = x, y=2y = -2, and the yy-axis.