Applications of multiple integrals

We can use multiple integrals to compute areas and volumes of various shapes.



Area of a planar region

Definition (Area)

Let D be a bounded closed region in R2. D is said to have an area if the multiple integral of the constant function 1 over D, Ddxdy, exists. Its value is denoted by μ(D):

μ(D)=Ddxdy.

Example. Let us calculate the area of the disk D={(x,y)x2+y2a2}. Using the polar coordinates, x=rcosθ,y=rsinθ, dxdy=rdrdθ, and the ranges of r and θ are [0,a] and [0,2π], respectively. Thus,

μ(D)=Ddxdy=0a(02πrdθ)dr=2π0ardr=2π[r22]0a=πa2.

Volume of a solid figure

Definition (Volume)

Let V be a solid figure in the (x,y,z) space R3. V is said to have a volume if the multiple integral

μ(V)=Vdxdydz

exists. Its value μ(V) is called the volume of the solid figure (shape) V.

The following spherical coordinates (See Figure 1) are a 3-dimensional (R3) analog of the polar coordinates in R2. For the point P=(x,y,z)R3, let r be its distance from the origin,

r=x2+y2+z2,

θ be the angle between OP and the z-axis,

θ=arccoszx2+y2+z2,

φ be the angle between the x-axis and the projection of OP on the x-y plane,

(Eq:atan2)φ=atan2(y,x)={arctan(y/x)if x>0,arctan(y/x)+πif x<0 and y0,arctan(y/x)πif x<0 and y<0,+π2if x=0 and y>0,π2if x=0 and y<0,undefinedif x=y=0.

Figure 1. The spherical coordinate system.
    (Figure by Andeggs, source)


Exercise. Plot the function on the right-hand side of (Eq:atan2) and study the atan2 function (arctan with two arguments). □

Then, we have the following transformation of coordinates:

x=rsinθcosφ,y=rsinθsinφ,z=rcosθ

where r[0,), θ[0,π], φ[0,2π]. The triple (r,θ,φ) is called the spherical coordinates of (x,y,z). The Jacobi determinant of the spherical coordinates is given by the following:

|xrxθxφyryθyφzrzθzφ|=|sinθcosφrcosθcosφrsinθsinφsinθsinφrcosθsinφrsinθcosφcosθrsinθ0|=r2sinθ.

Accordingly, the change of variables to the spherical coordinates in a triple integral will be

Df(x,y,z)dxdydz=Ef(x(r,θ,φ),y(r,θ,φ),z(r,θ,φ))r2sinθdrdθdφ.

Example. Let us calculate the volume of the sphere with radius a centered at the origin:

B={(x,y,z)x2+y2+z2a2}.

Using the spherical coordinates, we have dxdydz=r2sinθdrdθdφ, and the ranges of r,θ,φ are [0,a], [0,π], [0,2π], respectively. Thus,

Bdxdydz=0adr0πdθ02πr2sinθdφ=0ar2dr0πsinθdθ02πdφ=[r33]0a[cosθ]0π(2π)=4πa33.

Example. Let C1 be a right circular cylinder with radius a and height h, C2 another right circular cylinder with radius a and height w. Let C be a solid made by perpendicularly intersecting C1 and C2 at the midpoints of their axes. Let us find the volume of C.

Let us place C so that the axis of C1 is on the x-axis and the axis of C2 is on the z-axis, and the point of intersection is at the origin (Draw figures). Then

C1={(x,y,z)y2+z2a2, h2xh2},C2={(x,y,z)x2+y2a2, w2zw2},C=C1C2.

The volume of C is given by

μ(C)=μ(C1C2)=μ(C1)+μ(C2)μ(C1C2)

where

μ(C1)=πa2h,μ(C2)=πa2w,C1C2={(x,y,z)x2+y2a2, y2+z2a2}.

By symmetry, μ(C1C2)=8μ(W) where

W={(x,y,z)x2+y2a2, y2+z2a2, x0, y0, z0}.

Let us define the region D as

D={(x,y)x2+y2a2, x0, y0}.

Then,

μ(C1C2)=8Wdxdydz=8Ddxdy0a2y2dz=8Da2y2dxdy=80ady0a2y2a2y2dx=80a(a2y2)dy=8[a2yy33]0a=16a33.

Thus, we have

μ(C)=πa2(h+w)16a33.

Definition (Solid of revolution)

Let f(x) be a continuous function on [a,b] such that f(x)>0 for all x[a,b]. The solid in R3 defined by the set

V={(x,y,z)axb, y2+z2{f(x)}2}

is called a solid of revolution. That is, the solid of revolution is obtained by rotating the graph of y=f(x) around the x-axis. Accordingly, the x-axis is called the axis of revolution.

Example. Let V be the solid of revolution of y=f(x) around the x-axis. We can see that its volume is given by

μ(V)=πab{f(x)}2dx.

This can be proved as follows. 

Let D(x) be the circle centered at the origin with radius f(x) in the (y,z) plane. By using the polar coordinates y=rcosθ, z=rsinθ, we have dydz=rdrdθ where the ranges of r and θ are [0,f(x)] and [0,2π], respectively. Therefore

μ(V)=Vdxdydz=abdxD(x)dydz=abdx0f(x)rdr02πdθ=ab2π[r22]r=0r=f(x)dx=πab{f(x)}2dx.

Area of a surface in space

Consider a surface in R3 defined by parameterized functions:

(u,v)Φ(u,v)=(x(u,v),y(u,v),z(u,v)).

We assume that x(u,v),y(u,v),z(u,v) are of class C1. When (u,v) moves in a bounded closed region in R2, Φ(u,v) moves in a region S=Φ(D) on a (possibly curved) surface. Let us find the area of S.

First, consider the rectangular region D~=[a,b]×[c,d] such that DD~, and its partition Δ such that

Δ:{a=a0<a1<a2<<an1<an=b,c=c0<c1<c2<<cm1<cm=d.

Hence, the region D~ is partitioned into nm small rectangular regions

D~ij=[ai,ai+1]×[cj,cj+1] (i=0,1,,n1;j=0,1,,m1).

Let Dij=DD~ij. The desired area is obtained as the limit of the sum

i=0n1j=0m1μ(Φ(Dij))

as |Δ|0 (Recall that |Δ| indicates the mesh of the partition).

We approximate the surface region Φ(Dij) by the parallelogram spanned by the two tangent vectors at Φ(ai,cj):

u=(xu(ai,cj),yu(ai,cj),zu(ai,cj))Δai,v=(xv(ai,cj),yv(ai,cj),zv(ai,cj))Δcj

where Δai=ai+1ai and Δcj=cj+1cj, and xu(ai,cj)=xu(ai,cj), etc.

Quiz. Why is it reasonable to approximate Φ(Dij) by the parallelogram spanned by the above vectors u and v? □

Now, recall that the area of the parallelogram spanned by u=(u1,u2,u3) and v=(v1,v2,v3) is given by the length of their vector product

u×v=(u2v3u3v2,v1u3v3u1,u1v2u2v1).

Thus, the area of Φ(Dij) is approximated as

μ(Φ(Dij))(yuzvzuyv)2+(zuxvxuzv)2+(xuyvyuxv)2ΔaiΔcj.

It is understood that all the derivatives are evaluated at (ai,cj).

Remark. The vector product

u×v=(yuzvzuyv,zuxvxuzv,xuyvyuxv)

is normal to the surface S at Φ(ai,cj). □

By summing these over all small rectangles Dij, and taking the limit of |Δ|0, we have just proved the following theorem.

Theorem (Surface area)

Let S be the surface determined by the parametric representation with the C1 functions

(u,v)Φ(u,v)=(x(u,v),y(u,v),z(u,v))

where (u,v) moves in a bounded closed region D. Then the area of S is given by

μ(S)=D(yuzvzuyv)2+(zuxvxuzv)2+(xuyvyuxv)2dudv.

Corollary

Let z=f(x,y) be a C1 function defined on a neighbor of the bounded closed region D in R2. The surface area of the graph Γ

Γ={(x,y,z)(x,y)D, z=f(x,y)}

is given by

μ(Γ)=D{fx(x,y)}2+{fy(x,y)}2+1 dxdy.

Proof. Consider the "parametric" representation

(x,y)(x,y,f(x,y))

and apply the above theorem (Surface area). ■

Example. Let us find the surface area of

S={(x,y,z)z=a2(x2+y2), z0}

where a>0.

Since z0, (x,y) can move in the region D={(x,y)x2+y2a2}. Let f(x,y)=a2(x2+y2). Then,

fx(x,y)=2x,fy(x,y)=2y.

Using the polar coordinates x=rcosθ,y=rsinθ with appropriate ranges for r and θ,

μ(S)=D4x2+4y2+1dxdy=02πdθ0ar4r2+1dr=2π[112(4r2+1)32]r=0r=a=π6{(4a2+1)31}.

Another application is the area of a surface of revolution.

Corollary (Surface area of revolution)

Let y=f(x) be a C1 function on [a,b]. Let S be the surface obtained by rotating the graph of y=f(x) around the x-axis. Then, its area is given by

μ(S)=2πab|f(x)|1+{f(x)}2dx.

Proof. The surface S is given by the following parametric representation:

(x,θ)(x,f(x)cosθ,f(x)sinθ), (axb, 0θ2π).

Now, apply the Theorem (Surface area), and we are done. ■




Comments

Popular posts from this blog

Birth process

Branching processes: Mean and variance

Informal introduction to formal logic