The double integral of f f f over a rectangle R = [ a , b ] × [ c , d ] R = [a,b] \times [c,d] R = [ a , b ] × [ c , d ] is defined as the limit of Riemann sums:
∬ R f ( x , y ) d A = lim ∥ P ∥ → 0 ∑ i , j f ( x i j ∗ , y i j ∗ ) Δ A i j \iint_R f(x,y)\, dA = \lim_{\lVert P \rVert \to 0} \sum_{i,j} f(x_{ij}^*, y_{ij}^*) \Delta A_{ij} ∬ R f ( x , y ) d A = lim ∥ P ∥ → 0 ∑ i , j f ( x ij ∗ , y ij ∗ ) Δ A ij
Theorem 2.1 (Fubini”s Theorem). If f f f is continuous on R = [ a , b ] × [ c , d ] R = [a,b] \times [c,d] R = [ a , b ] × [ c , d ] Then
∬ R f ( x , y ) d A = ∫ a b ( ∫ c d f ( x , y ) d y ) d x = ∫ c d ( ∫ a b f ( x , y ) d x ) d y \iint_R f(x,y)\, dA = \int_a^b \left(\int_c^d f(x,y)\, dy\right) dx = \int_c^d \left(\int_a^b f(x,y)\, dx\right) dy ∬ R f ( x , y ) d A = ∫ a b ( ∫ c d f ( x , y ) d y ) d x = ∫ c d ( ∫ a b f ( x , y ) d x ) d y
Proof (sketch). For a continuous function f f f on the compact rectangle R R R Define
F ( x ) = ∫ c d f ( x , y ) d y F(x) = \int_c^d f(x,y)\, dy F ( x ) = ∫ c d f ( x , y ) d y
Since f f f is continuous, F F F is continuous on [ a , b ] [a,b] [ a , b ] . For each partition P = ( x 0 , … , x m ) P = \\{(x_0, \ldots, x_m)\\} P = ( x 0 , … , x m ) of [ a , b ] [a,b] [ a , b ] Define Riemann sums for the outer integral:
S ( P ) = ∑ i = 1 m F ( x i ∗ ) Δ x i = ∑ i = 1 m ∫ c d f ( x i ∗ , y ) d y Δ x i S(P) = \sum_{i=1}^m F(x_i^*)\, \Delta x_i = \sum_{i=1}^m \int_c^d f(x_i^*, y)\, dy\, \Delta x_i S ( P ) = ∑ i = 1 m F ( x i ∗ ) Δ x i = ∑ i = 1 m ∫ c d f ( x i ∗ , y ) d y Δ x i
By Fubini’s theorem for Riemann integrals (proven via uniform continuity of f f f on the compact set R R R ), As ∥ P ∥ → 0 \lVert P \rVert \to 0 ∥ P ∥ → 0 these sums converge to both ∬ R f d A \iint_R f\, dA ∬ R f d A and ∫ a b F ( x ) d x \int_a^b F(x)\, dx ∫ a b F ( x ) d x . The Reversal of integration order follows by symmetry. ■ \blacksquare ■
For a general region D D D in R 2 \mathbb{R}^2 R 2 :
Type I region : D = ( x , y ) : a ≤ x ≤ b , g 1 ( x ) ≤ y ≤ g 2 ( x ) D = \\{(x,y) : a \leq x \leq b,\, g_1(x) \leq y \leq g_2(x)\\} D = ( x , y ) : a ≤ x ≤ b , g 1 ( x ) ≤ y ≤ g 2 ( x ) ∬ D f d A = ∫ a b ∫ g 1 ( x ) g 2 ( x ) f ( x , y ) d y d x \iint_D f\, dA = \int_a^b \int_{g_1(x)}^{g_2(x)} f(x,y)\, dy\, dx ∬ D f d A = ∫ a b ∫ g 1 ( x ) g 2 ( x ) f ( x , y ) d y d x
Type II region : D = ( x , y ) : c ≤ y ≤ d , h 1 ( y ) ≤ x ≤ h 2 ( y ) D = \\{(x,y) : c \leq y \leq d,\, h_1(y) \leq x \leq h_2(y)\\} D = ( x , y ) : c ≤ y ≤ d , h 1 ( y ) ≤ x ≤ h 2 ( y ) ∬ D f d A = ∫ c d ∫ h 1 ( y ) h 2 ( y ) f ( x , y ) d x d y \iint_D f\, dA = \int_c^d \int_{h_1(y)}^{h_2(y)} f(x,y)\, dx\, dy ∬ D f d A = ∫ c d ∫ h 1 ( y ) h 2 ( y ) f ( x , y ) d x d y
Problem. Evaluate ∬ D x y d A \iint_D xy\, dA ∬ D x y d A where D D D is the region bounded by y = x 2 y = x^2 y = x 2 and y = x + 2 y = x + 2 y = x + 2 .
Solution The curves intersect when x 2 = x + 2 x^2 = x + 2 x 2 = x + 2 I.e., x 2 − x − 2 = 0 x^2 - x - 2 = 0 x 2 − x − 2 = 0 So ( x − 2 ) ( x + 1 ) = 0 (x-2)(x+1) = 0 ( x − 2 ) ( x + 1 ) = 0 Giving x = − 1 x = -1 x = − 1 and x = 2 x = 2 x = 2 . As a Type I region, D = ( x , y ) : − 1 ≤ x ≤ 2 , x 2 ≤ y ≤ x + 2 D = \\{(x,y) : -1 \leq x \leq 2,\, x^2 \leq y \leq x+2\\} D = ( x , y ) : − 1 ≤ x ≤ 2 , x 2 ≤ y ≤ x + 2 .
∬ D x y d A = ∫ − 1 2 ∫ x 2 x + 2 x y d y d x = ∫ − 1 2 x [ y 2 2 ] x 2 x + 2 d x \iint_D xy\, dA = \int_{-1}^{2} \int_{x^2}^{x+2} xy\, dy\, dx = \int_{-1}^{2} x \left[\frac{y^2}{2}\right]_{x^2}^{x+2}\, dx ∬ D x y d A = ∫ − 1 2 ∫ x 2 x + 2 x y d y d x = ∫ − 1 2 x [ 2 y 2 ] x 2 x + 2 d x
= ∫ − 1 2 x 2 [ ( x + 2 ) 2 − x 4 ] d x = 1 2 ∫ − 1 2 [ x ( x + 2 ) 2 − x 5 ] d x = \int_{-1}^{2} \frac{x}{2}\left[(x+2)^2 - x^4\right]\, dx = \frac{1}{2} \int_{-1}^{2} \left[x(x+2)^2 - x^5\right]\, dx = ∫ − 1 2 2 x [ ( x + 2 ) 2 − x 4 ] d x = 2 1 ∫ − 1 2 [ x ( x + 2 ) 2 − x 5 ] d x
= 1 2 ∫ − 1 2 [ x 3 + 4 x 2 + 4 x − x 5 ] d x = \frac{1}{2} \int_{-1}^{2} \left[x^3 + 4x^2 + 4x - x^5\right]\, dx = 2 1 ∫ − 1 2 [ x 3 + 4 x 2 + 4 x − x 5 ] d x
= 1 2 [ x 4 4 + 4 x 3 3 + 2 x 2 − x 6 6 ] − 1 2 = \frac{1}{2}\left[\frac{x^4}{4} + \frac{4x^3}{3} + 2x^2 - \frac{x^6}{6}\right]_{-1}^{2} = 2 1 [ 4 x 4 + 3 4 x 3 + 2 x 2 − 6 x 6 ] − 1 2
= 1 2 [ ( 4 + 32 3 + 8 − 64 6 ) − ( 1 4 − 4 3 + 2 − 1 6 ) ] = \frac{1}{2}\left[\left(4 + \frac{32}{3} + 8 - \frac{64}{6}\right) - \left(\frac{1}{4} - \frac{4}{3} + 2 - \frac{1}{6}\right)\right] = 2 1 [ ( 4 + 3 32 + 8 − 6 64 ) − ( 4 1 − 3 4 + 2 − 6 1 ) ]
= 1 2 [ 36 3 − 9 12 ] = 1 2 [ 12 − 3 4 ] = 45 8 = \frac{1}{2}\left[\frac{36}{3} - \frac{9}{12}\right] = \frac{1}{2}\left[12 - \frac{3}{4}\right] = \frac{45}{8} = 2 1 [ 3 36 − 12 9 ] = 2 1 [ 12 − 4 3 ] = 8 45
■ \blacksquare ■
Problem. Evaluate ∬ D x d A \iint_D x\, dA ∬ D x d A where D D D is the region bounded by y = x y = x y = x , y = 2 x y = 2x y = 2 x And x + y = 2 x + y = 2 x + y = 2 .
Solution First, find the intersections. The lines y = x y = x y = x and y = 2 x y = 2x y = 2 x intersect at ( 0 , 0 ) (0, 0) ( 0 , 0 ) . The line x + y = 2 x + y = 2 x + y = 2 intersects y = x y = x y = x at ( 1 , 1 ) (1, 1) ( 1 , 1 ) and y = 2 x y = 2x y = 2 x at ( 2 / 3 , 4 / 3 ) (2/3, 4/3) ( 2/3 , 4/3 ) .
As a Type I region, we must split: for 0 ≤ x ≤ 2 / 3 0 \leq x \leq 2/3 0 ≤ x ≤ 2/3 , x ≤ y ≤ 2 x x \leq y \leq 2x x ≤ y ≤ 2 x ; for 2 / 3 ≤ x ≤ 1 2/3 \leq x \leq 1 2/3 ≤ x ≤ 1 , x ≤ y ≤ 2 − x x \leq y \leq 2 - x x ≤ y ≤ 2 − x .
∬ D x d A = ∫ 0 2 / 3 ∫ x 2 x x d y d x + ∫ 2 / 3 1 ∫ x 2 − x x d y d x \iint_D x\, dA = \int_0^{2/3} \int_x^{2x} x\, dy\, dx + \int_{2/3}^1 \int_x^{2-x} x\, dy\, dx ∬ D x d A = ∫ 0 2/3 ∫ x 2 x x d y d x + ∫ 2/3 1 ∫ x 2 − x x d y d x
= ∫ 0 2 / 3 x ( x − x ) d x . . . = \int_0^{2/3} x(x - x)\, dx... = ∫ 0 2/3 x ( x − x ) d x ...
Wait, this is getting messy. Let me use Type II instead. For each y y y , x x x ranges from y / 2 y/2 y /2 to y y y (for 0 ≤ y ≤ 4 / 3 0 \leq y \leq 4/3 0 ≤ y ≤ 4/3 ) and from y / 2 y/2 y /2 to 2 − y 2 - y 2 − y (for 4 / 3 ≤ y ≤ 1 4/3 \leq y \leq 1 4/3 ≤ y ≤ 1 ). Actually, the simplest approach is to split D D D at y = 4 / 3 y = 4/3 y = 4/3 .
For 0 ≤ y ≤ 1 0 \leq y \leq 1 0 ≤ y ≤ 1 : y / 2 ≤ x ≤ y y/2 \leq x \leq y y /2 ≤ x ≤ y (between y = x y = x y = x and y = 2 x y = 2x y = 2 x But only up to x + y = 2 x + y = 2 x + y = 2 ). Actually y = 2 x y = 2x y = 2 x gives x = y / 2 x = y/2 x = y /2 And y = x y = x y = x gives x = y x = y x = y . But x + y = 2 x + y = 2 x + y = 2 gives x = 2 − y x = 2 - y x = 2 − y . For y ≤ 1 y \leq 1 y ≤ 1 : both y ≤ 2 − y y \leq 2 - y y ≤ 2 − y (since y ≤ 1 y \leq 1 y ≤ 1 ) and y / 2 ≤ y y/2 \leq y y /2 ≤ y So the right boundary is y y y . But we also need x + y ≤ 2 x + y \leq 2 x + y ≤ 2 I.e., x ≤ 2 − y x \leq 2 - y x ≤ 2 − y . For y ≤ 1 y \leq 1 y ≤ 1 : y ≤ 2 − y y \leq 2 - y y ≤ 2 − y So the constraint x ≤ y x \leq y x ≤ y is tighter.
For 0 ≤ y ≤ 1 0 \leq y \leq 1 0 ≤ y ≤ 1 : y / 2 ≤ x ≤ y y/2 \leq x \leq y y /2 ≤ x ≤ y .
∬ D x d A = ∫ 0 1 ∫ y / 2 y x d x d y = ∫ 0 1 [ x 2 2 ] y / 2 y d y = ∫ 0 1 y 2 2 − y 2 8 d y = ∫ 0 1 3 y 2 8 d y = 3 8 ⋅ 1 3 = 1 8 \iint_D x\, dA = \int_0^1 \int_{y/2}^y x\, dx\, dy = \int_0^1 \left[\frac{x^2}{2}\right]_{y/2}^y\, dy = \int_0^1 \frac{y^2}{2} - \frac{y^2}{8}\, dy = \int_0^1 \frac{3y^2}{8}\, dy = \frac{3}{8} \cdot \frac{1}{3} = \frac{1}{8} ∬ D x d A = ∫ 0 1 ∫ y /2 y x d x d y = ∫ 0 1 [ 2 x 2 ] y /2 y d y = ∫ 0 1 2 y 2 − 8 y 2 d y = ∫ 0 1 8 3 y 2 d y = 8 3 ⋅ 3 1 = 8 1
■ \blacksquare ■
Triple integrals extend to R 3 \mathbb{R}^3 R 3 :
∭ E f ( x , y , z ) d V = ∬ D ( ∫ g 1 ( x , y ) g 2 ( x , y ) f ( x , y , z ) d z ) d A \iiint_E f(x,y,z)\, dV = \iint_D \left(\int_{g_1(x,y)}^{g_2(x,y)} f(x,y,z)\, dz\right) dA ∭ E f ( x , y , z ) d V = ∬ D ( ∫ g 1 ( x , y ) g 2 ( x , y ) f ( x , y , z ) d z ) d A
Problem. Evaluate ∭ E z d V \iiint_E z\, dV ∭ E z d V where E E E is the tetrahedron in the first octant bounded by The coordinate planes and x + y + z = 1 x + y + z = 1 x + y + z = 1 .
Solution The region E E E can be described as ( x , y , z ) : 0 ≤ x ≤ 1 , 0 ≤ y ≤ 1 − x , 0 ≤ z ≤ 1 − x − y \\{(x,y,z) : 0 \leq x \leq 1,\, 0 \leq y \leq 1-x,\, 0 \leq z \leq 1-x-y\\} ( x , y , z ) : 0 ≤ x ≤ 1 , 0 ≤ y ≤ 1 − x , 0 ≤ z ≤ 1 − x − y .
∭ E z d V = ∫ 0 1 ∫ 0 1 − x ∫ 0 1 − x − y z d z d y d x \iiint_E z\, dV = \int_0^1 \int_0^{1-x} \int_0^{1-x-y} z\, dz\, dy\, dx ∭ E z d V = ∫ 0 1 ∫ 0 1 − x ∫ 0 1 − x − y z d z d y d x
= ∫ 0 1 ∫ 0 1 − x [ z 2 2 ] 0 1 − x − y d y d x = ∫ 0 1 ∫ 0 1 − x ( 1 − x − y ) 2 2 d y d x = \int_0^1 \int_0^{1-x} \left[\frac{z^2}{2}\right]_0^{1-x-y}\, dy\, dx = \int_0^1 \int_0^{1-x} \frac{(1-x-y)^2}{2}\, dy\, dx = ∫ 0 1 ∫ 0 1 − x [ 2 z 2 ] 0 1 − x − y d y d x = ∫ 0 1 ∫ 0 1 − x 2 ( 1 − x − y ) 2 d y d x
Substituting u = 1 − x − y u = 1 - x - y u = 1 − x − y , d u = − d y du = -dy d u = − d y :
= ∫ 0 1 ( 1 − x ) 3 6 d x = 1 6 [ − ( 1 − x ) 4 4 ] 0 1 = 1 6 ⋅ 1 4 = 1 24 = \int_0^1 \frac{(1-x)^3}{6}\, dx = \frac{1}{6}\left[-\frac{(1-x)^4}{4}\right]_0^1 = \frac{1}{6} \cdot \frac{1}{4} = \frac{1}{24} = ∫ 0 1 6 ( 1 − x ) 3 d x = 6 1 [ − 4 ( 1 − x ) 4 ] 0 1 = 6 1 ⋅ 4 1 = 24 1
■ \blacksquare ■
Theorem 2.2 (Change of Variables). Let T : D ⊆ R n → R n T : D \subseteq \mathbb{R}^n \to \mathbb{R}^n T : D ⊆ R n → R n be a C 1 C^1 C 1 diffeomorphism with Jacobian determinant J T J_T J T . Then
∫ T ( D ) f ( u ) d u = ∫ D f ( T ( x ) ) ∣ J T ( x ) ∣ d x \int_{T(D)} f(\mathbf{u})\, d\mathbf{u} = \int_D f(T(\mathbf{x}))\, \lvert J_T(\mathbf{x})\rvert\, d\mathbf{x} ∫ T ( D ) f ( u ) d u = ∫ D f ( T ( x )) ∣ J T ( x )∣ d x
Derivation of the Jacobian factor (for n = 2 n = 2 n = 2 ). Let T ( x , y ) = ( u ( x , y ) , v ( x , y ) ) T(x, y) = (u(x,y),\, v(x,y)) T ( x , y ) = ( u ( x , y ) , v ( x , y )) be a C 1 C^1 C 1 Diffeomorphism. Partition D D D into small rectangles R i j R_{ij} R ij of area Δ x Δ y \Delta x\, \Delta y Δ x Δ y . The image T ( R i j ) T(R_{ij}) T ( R ij ) is approximately a parallelogram spanned by the vectors
a = T ( x + Δ x , y ) − T ( x , y ) ≈ ( ∂ u ∂ x Δ x , ∂ v ∂ x Δ x ) \mathbf{a} = T(x + \Delta x, y) - T(x, y) \approx \left(\frac{\partial u}{\partial x}\Delta x,\, \frac{\partial v}{\partial x}\Delta x\right) a = T ( x + Δ x , y ) − T ( x , y ) ≈ ( ∂ x ∂ u Δ x , ∂ x ∂ v Δ x )
b = T ( x , y + Δ y ) − T ( x , y ) ≈ ( ∂ u ∂ y Δ y , ∂ v ∂ y Δ y ) \mathbf{b} = T(x, y + \Delta y) - T(x, y) \approx \left(\frac{\partial u}{\partial y}\Delta y,\, \frac{\partial v}{\partial y}\Delta y\right) b = T ( x , y + Δ y ) − T ( x , y ) ≈ ( ∂ y ∂ u Δ y , ∂ y ∂ v Δ y )
The area of this parallelogram is ∣ a × b ∣ \lvert \mathbf{a} \times \mathbf{b} \rvert ∣ a × b ∣ Which equals
∣ ∂ u ∂ x ∂ v ∂ y − ∂ u ∂ y ∂ v ∂ x ∣ Δ x Δ y = ∣ J T ∣ Δ x Δ y \left\lvert \frac{\partial u}{\partial x}\frac{\partial v}{\partial y} - \frac{\partial u}{\partial y}\frac{\partial v}{\partial x} \right\rvert \Delta x\, \Delta y = \lvert J_T \rvert\, \Delta x\, \Delta y ∂ x ∂ u ∂ y ∂ v − ∂ y ∂ u ∂ x ∂ v Δ x Δ y = ∣ J T ∣ Δ x Δ y
Summing over all subrectangles and taking the limit gives the change of variables formula. ■ \blacksquare ■
Polar coordinates: x = r cos θ x = r\cos\theta x = r cos θ , y = r sin θ y = r\sin\theta y = r sin θ , ∣ J ∣ = r \lvert J \rvert = r ∣ J ∣ = r .
∬ D f ( x , y ) d A = ∬ D ′ f ( r cos θ , r sin θ ) r d r d θ \iint_D f(x,y)\, dA = \iint_{D'} f(r\cos\theta, r\sin\theta)\, r\, dr\, d\theta ∬ D f ( x , y ) d A = ∬ D ′ f ( r cos θ , r sin θ ) r d r d θ
Cylindrical coordinates: x = r cos θ x = r\cos\theta x = r cos θ , y = r sin θ y = r\sin\theta y = r sin θ , z = z z = z z = z , ∣ J ∣ = r \lvert J \rvert = r ∣ J ∣ = r .
∭ E f ( x , y , z ) d V = ∭ E ′ f ( r cos θ , r sin θ , z ) r d r d θ d z \iiint_E f(x,y,z)\, dV = \iiint_{E'} f(r\cos\theta, r\sin\theta, z)\, r\, dr\, d\theta\, dz ∭ E f ( x , y , z ) d V = ∭ E ′ f ( r cos θ , r sin θ , z ) r d r d θ d z
Spherical coordinates: x = ρ sin ϕ cos θ x = \rho\sin\phi\cos\theta x = ρ sin ϕ cos θ , y = ρ sin ϕ sin θ y = \rho\sin\phi\sin\theta y = ρ sin ϕ sin θ , z = ρ cos ϕ z = \rho\cos\phi z = ρ cos ϕ ∣ J ∣ = ρ 2 sin ϕ \lvert J \rvert = \rho^2 \sin\phi ∣ J ∣ = ρ 2 sin ϕ .
∭ E f ( x , y , z ) d V = ∭ E ′ f ( ρ sin ϕ cos θ , ρ sin ϕ sin θ , ρ cos ϕ ) ρ 2 sin ϕ d ρ d ϕ d θ \iiint_E f(x,y,z)\, dV = \iiint_{E'} f(\rho\sin\phi\cos\theta, \rho\sin\phi\sin\theta, \rho\cos\phi)\, \rho^2 \sin\phi\, d\rho\, d\phi\, d\theta ∭ E f ( x , y , z ) d V = ∭ E ′ f ( ρ sin ϕ cos θ , ρ sin ϕ sin θ , ρ cos ϕ ) ρ 2 sin ϕ d ρ d ϕ d θ
Problem. Evaluate ∬ D e − ( x 2 + y 2 ) d A \iint_D e^{-(x^2+y^2)}\, dA ∬ D e − ( x 2 + y 2 ) d A where D D D is the entire R 2 \mathbb{R}^2 R 2 plane.
Solution Use polar coordinates. The region D ′ D' D ′ is 0 ≤ r < ∞ 0 \leq r \lt \infty 0 ≤ r < ∞ , 0 ≤ θ ≤ 2 π 0 \leq \theta \leq 2\pi 0 ≤ θ ≤ 2 π .
∬ D e − ( x 2 + y 2 ) d A = ∫ 0 2 π ∫ 0 ∞ e − r 2 r d r d θ \iint_D e^{-(x^2+y^2)}\, dA = \int_0^{2\pi} \int_0^{\infty} e^{-r^2}\, r\, dr\, d\theta ∬ D e − ( x 2 + y 2 ) d A = ∫ 0 2 π ∫ 0 ∞ e − r 2 r d r d θ
The inner integral: ∫ 0 ∞ r e − r 2 d r = [ − 1 2 e − r 2 ] 0 ∞ = 1 2 \int_0^{\infty} r e^{-r^2}\, dr = \left[-\frac{1}{2}e^{-r^2}\right]_0^{\infty} = \frac{1}{2} ∫ 0 ∞ r e − r 2 d r = [ − 2 1 e − r 2 ] 0 ∞ = 2 1 .
= ∫ 0 2 π 1 2 d θ = π = \int_0^{2\pi} \frac{1}{2}\, d\theta = \pi = ∫ 0 2 π 2 1 d θ = π
■ \blacksquare ■
Remark. This is the classic Gaussian integral computation, yielding ∫ − ∞ ∞ e − x 2 d x = π \int_{-\infty}^{\infty} e^{-x^2}\, dx = \sqrt{\pi} ∫ − ∞ ∞ e − x 2 d x = π .
Problem. Evaluate ∭ E z d V \iiint_E z\, dV ∭ E z d V where E E E is the solid bounded above by the sphere x 2 + y 2 + z 2 = 2 x^2 + y^2 + z^2 = 2 x 2 + y 2 + z 2 = 2 and below by the paraboloid z = x 2 + y 2 z = x^2 + y^2 z = x 2 + y 2 .
Solution The surfaces intersect when x 2 + y 2 + ( x 2 + y 2 ) 2 = 2 x^2 + y^2 + (x^2 + y^2)^2 = 2 x 2 + y 2 + ( x 2 + y 2 ) 2 = 2 . Let r 2 = x 2 + y 2 r^2 = x^2 + y^2 r 2 = x 2 + y 2 . Then r 2 + r 4 = 2 r^2 + r^4 = 2 r 2 + r 4 = 2 I.e., ( r 2 + 2 ) ( r 2 − 1 ) = 0 (r^2 + 2)(r^2 - 1) = 0 ( r 2 + 2 ) ( r 2 − 1 ) = 0 So r = 1 r = 1 r = 1 (positive root). Use Cylindrical coordinates. The region E ′ E' E ′ is
0 ≤ r ≤ 1 , 0 ≤ θ ≤ 2 π , r 2 ≤ z ≤ 2 − r 2 0 \leq r \leq 1, \quad 0 \leq \theta \leq 2\pi, \quad r^2 \leq z \leq \sqrt{2 - r^2} 0 ≤ r ≤ 1 , 0 ≤ θ ≤ 2 π , r 2 ≤ z ≤ 2 − r 2
∭ E z d V = ∫ 0 2 π ∫ 0 1 ∫ r 2 2 − r 2 z r d z d r d θ \iiint_E z\, dV = \int_0^{2\pi} \int_0^1 \int_{r^2}^{\sqrt{2-r^2}} z\, r\, dz\, dr\, d\theta ∭ E z d V = ∫ 0 2 π ∫ 0 1 ∫ r 2 2 − r 2 z r d z d r d θ
= ∫ 0 2 π ∫ 0 1 r 2 [ ( 2 − r 2 ) − r 4 ] d r d θ = ∫ 0 2 π ∫ 0 1 r 2 ( 2 − r 2 − r 4 ) d r d θ = \int_0^{2\pi} \int_0^1 \frac{r}{2}\left[(2 - r^2) - r^4\right]\, dr\, d\theta = \int_0^{2\pi} \int_0^1 \frac{r}{2}(2 - r^2 - r^4)\, dr\, d\theta = ∫ 0 2 π ∫ 0 1 2 r [ ( 2 − r 2 ) − r 4 ] d r d θ = ∫ 0 2 π ∫ 0 1 2 r ( 2 − r 2 − r 4 ) d r d θ
= ∫ 0 2 π 1 2 [ r 2 − r 4 4 − r 6 6 ] 0 1 d θ = ∫ 0 2 π 1 2 ⋅ 7 12 d θ = 7 π 12 = \int_0^{2\pi} \frac{1}{2}\left[r^2 - \frac{r^4}{4} - \frac{r^6}{6}\right]_0^1\, d\theta = \int_0^{2\pi} \frac{1}{2} \cdot \frac{7}{12}\, d\theta = \frac{7\pi}{12} = ∫ 0 2 π 2 1 [ r 2 − 4 r 4 − 6 r 6 ] 0 1 d θ = ∫ 0 2 π 2 1 ⋅ 12 7 d θ = 12 7 π
■ \blacksquare ■
Problem. Evaluate ∭ E ( x 2 + y 2 + z 2 ) d V \iiint_E (x^2 + y^2 + z^2)\, dV ∭ E ( x 2 + y 2 + z 2 ) d V where E E E is the solid ball x 2 + y 2 + z 2 ≤ a 2 x^2 + y^2 + z^2 \leq a^2 x 2 + y 2 + z 2 ≤ a 2 .
Solution Use spherical coordinates. In spherical: x 2 + y 2 + z 2 = ρ 2 x^2 + y^2 + z^2 = \rho^2 x 2 + y 2 + z 2 = ρ 2 And E ′ E' E ′ is 0 ≤ ρ ≤ a 0 \leq \rho \leq a 0 ≤ ρ ≤ a , 0 ≤ ϕ ≤ π 0 \leq \phi \leq \pi 0 ≤ ϕ ≤ π , 0 ≤ θ ≤ 2 π 0 \leq \theta \leq 2\pi 0 ≤ θ ≤ 2 π .
∭ E ( x 2 + y 2 + z 2 ) d V = ∫ 0 2 π ∫ 0 π ∫ 0 a ρ 2 ⋅ ρ 2 sin ϕ d ρ d ϕ d θ \iiint_E (x^2 + y^2 + z^2)\, dV = \int_0^{2\pi} \int_0^{\pi} \int_0^a \rho^2 \cdot \rho^2 \sin\phi\, d\rho\, d\phi\, d\theta ∭ E ( x 2 + y 2 + z 2 ) d V = ∫ 0 2 π ∫ 0 π ∫ 0 a ρ 2 ⋅ ρ 2 sin ϕ d ρ d ϕ d θ
= ( ∫ 0 a ρ 4 d ρ ) ( ∫ 0 π sin ϕ d ϕ ) ( ∫ 0 2 π d θ ) = \left(\int_0^a \rho^4\, d\rho\right)\left(\int_0^{\pi} \sin\phi\, d\phi\right)\left(\int_0^{2\pi} d\theta\right) = ( ∫ 0 a ρ 4 d ρ ) ( ∫ 0 π sin ϕ d ϕ ) ( ∫ 0 2 π d θ )
= a 5 5 ⋅ 2 ⋅ 2 π = 4 π a 5 5 = \frac{a^5}{5} \cdot 2 \cdot 2\pi = \frac{4\pi a^5}{5} = 5 a 5 ⋅ 2 ⋅ 2 π = 5 4 π a 5
■ \blacksquare ■
Problem. Compute ∬ D ( x 2 + y 2 ) d A \iint_D (x^2 + y^2)\, dA ∬ D ( x 2 + y 2 ) d A where D D D is the region bounded by x 2 + y 2 = 4 x^2 + y^2 = 4 x 2 + y 2 = 4 .
Solution. Use polar coordinates. The region D ′ D' D ′ is 0 ≤ r ≤ 2 0 \leq r \leq 2 0 ≤ r ≤ 2 , 0 ≤ θ ≤ 2 π 0 \leq \theta \leq 2\pi 0 ≤ θ ≤ 2 π .
∬ D ( x 2 + y 2 ) d A = ∫ 0 2 π ∫ 0 2 r 2 ⋅ r d r d θ = ∫ 0 2 π ∫ 0 2 r 3 d r d θ \iint_D (x^2 + y^2)\, dA = \int_0^{2\pi} \int_0^2 r^2 \cdot r\, dr\, d\theta = \int_0^{2\pi} \int_0^2 r^3\, dr\, d\theta ∬ D ( x 2 + y 2 ) d A = ∫ 0 2 π ∫ 0 2 r 2 ⋅ r d r d θ = ∫ 0 2 π ∫ 0 2 r 3 d r d θ
= ∫ 0 2 π [ r 4 4 ] 0 2 d θ = ∫ 0 2 π 4 d θ = 8 π = \int_0^{2\pi} \left[\frac{r^4}{4}\right]_0^2 d\theta = \int_0^{2\pi} 4\, d\theta = 8\pi = ∫ 0 2 π [ 4 r 4 ] 0 2 d θ = ∫ 0 2 π 4 d θ = 8 π
■ \blacksquare ■
Problem. Evaluate ∬ D y x d A \iint_D \frac{y}{x}\, dA ∬ D x y d A where D D D is bounded by y = x y = x y = x , y = 2 x y = 2x y = 2 x And x = 1 x = 1 x = 1 .
Solution The region D = ( x , y ) : 0 ≤ x ≤ 1 , x ≤ y ≤ 2 x D = \\{(x,y) : 0 \leq x \leq 1,\, x \leq y \leq 2x\\} D = ( x , y ) : 0 ≤ x ≤ 1 , x ≤ y ≤ 2 x .
∬ D y x d A = ∫ 0 1 ∫ x 2 x y x d y d x = ∫ 0 1 1 x [ y 2 2 ] x 2 x d x \iint_D \frac{y}{x}\, dA = \int_0^1 \int_x^{2x} \frac{y}{x}\, dy\, dx = \int_0^1 \frac{1}{x}\left[\frac{y^2}{2}\right]_x^{2x}\, dx ∬ D x y d A = ∫ 0 1 ∫ x 2 x x y d y d x = ∫ 0 1 x 1 [ 2 y 2 ] x 2 x d x
= ∫ 0 1 1 x [ 4 x 2 2 − x 2 2 ] d x = ∫ 0 1 1 x ⋅ 3 x 2 2 d x = 3 2 ∫ 0 1 x d x = 3 4 = \int_0^1 \frac{1}{x}\left[\frac{4x^2}{2} - \frac{x^2}{2}\right]\, dx = \int_0^1 \frac{1}{x} \cdot \frac{3x^2}{2}\, dx = \frac{3}{2}\int_0^1 x\, dx = \frac{3}{4} = ∫ 0 1 x 1 [ 2 4 x 2 − 2 x 2 ] d x = ∫ 0 1 x 1 ⋅ 2 3 x 2 d x = 2 3 ∫ 0 1 x d x = 4 3
■ \blacksquare ■
Problem. Swap the order of integration and evaluate: ∫ 0 1 ∫ x 2 1 x e y 2 d y d x \int_0^1 \int_{x^2}^1 x e^{y^2}\, dy\, dx ∫ 0 1 ∫ x 2 1 x e y 2 d y d x .
Solution The region is 0 ≤ x ≤ 1 0 \leq x \leq 1 0 ≤ x ≤ 1 , x 2 ≤ y ≤ 1 x^2 \leq y \leq 1 x 2 ≤ y ≤ 1 Which is the same as 0 ≤ y ≤ 1 0 \leq y \leq 1 0 ≤ y ≤ 1 0 ≤ x ≤ y 0 \leq x \leq \sqrt{y} 0 ≤ x ≤ y .
∫ 0 1 ∫ x 2 1 x e y 2 d y d x = ∫ 0 1 ∫ 0 y x e y 2 d x d y = ∫ 0 1 e y 2 [ x 2 2 ] 0 y d y \int_0^1 \int_{x^2}^1 x e^{y^2}\, dy\, dx = \int_0^1 \int_0^{\sqrt{y}} x e^{y^2}\, dx\, dy = \int_0^1 e^{y^2}\left[\frac{x^2}{2}\right]_0^{\sqrt{y}}\, dy ∫ 0 1 ∫ x 2 1 x e y 2 d y d x = ∫ 0 1 ∫ 0 y x e y 2 d x d y = ∫ 0 1 e y 2 [ 2 x 2 ] 0 y d y
= ∫ 0 1 y 2 e y 2 d y = \int_0^1 \frac{y}{2} e^{y^2}\, dy = ∫ 0 1 2 y e y 2 d y
Let u = y 2 u = y^2 u = y 2 , d u = 2 y d y du = 2y\, dy d u = 2 y d y :
= 1 4 ∫ 0 1 e u d u = 1 4 ( e − 1 ) = \frac{1}{4}\int_0^1 e^u\, du = \frac{1}{4}(e - 1) = 4 1 ∫ 0 1 e u d u = 4 1 ( e − 1 )
■ \blacksquare ■
Remark. This integral cannot be evaluated in the original order because e y 2 e^{y^2} e y 2 has no elementary Antiderivative with respect to y y y . Swapping the order was essential.
:::caution Common Pitfalls
Order of integration limits. When setting up ∫ a b ∫ g 1 ( x ) g 2 ( x ) f d y d x \int_a^b \int_{g_1(x)}^{g_2(x)} f\, dy\, dx ∫ a b ∫ g 1 ( x ) g 2 ( x ) f d y d x Verify that g 1 ( x ) ≤ g 2 ( x ) g_1(x) \leq g_2(x) g 1 ( x ) ≤ g 2 ( x ) for all x ∈ [ a , b ] x \in [a, b] x ∈ [ a , b ] . If the region is described as “between two curves,” determine which curve is above the other.Forgetting the Jacobian. In a change of variables, the Jacobian determinant ∣ J ∣ \lvert J \rvert ∣ J ∣ must be included. For polar coordinates, this factor is r r r ; omitting it is one of the most common errors.Spherical coordinate conventions. Different texts use different conventions for ϕ \phi ϕ and θ \theta θ . Here, ϕ ∈ [ 0 , π ] \phi \in [0, \pi] ϕ ∈ [ 0 , π ] is the polar angle (from the positive z z z -axis) and θ ∈ [ 0 , 2 π ] \theta \in [0, 2\pi] θ ∈ [ 0 , 2 π ] is the azimuthal angle.Region description. When swapping integration order, carefully redraw the region and re-derive the bounds. The new bounds may require splitting the integral into multiple pieces.:::