Multiple integral on a rectangular region

We extend the notion of integral to multivariate functions. For a bivariate function f(x,y) on a closed region D, its double integral

Df(x,y)dxdy

is defined similarly to what we did for univariate functions, using the Riemann sums.



In this and the following posts, we mainly deal with integrating bivariate (two-variable) functions (i.e., double integral). Roughly speaking, a double integral corresponds to the volume of a solid between a region on the x-y plane and a two-variable function z=f(x,y) in R3.

Riemann sums

The integral of multivariate functions can be defined in much the same manner as univariate functions. In the case of univariate functions, we first considered integrals on a closed interval. In the case of bivariate functions, we first consider integrals on a bounded closed region, but the region can be of any shape. We start with a rectangular region.

Let f(x,y) be a bounded function on the rectangular region D=[a,b]×[c,d]. We define a partition of D to be the pair of the partition of the closed interval [a,b] and the partition of the closed interval [c,d]:

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

By this partition Δ, the rectangular region D is partitioned into nm small rectangular regions:

Dij=[ai,ai+1]×[cj,cj+1]

for each i=0,1,,n1 and each j=0,1,,m1. For each of these small regions, let us define the following:

Mij=sup{f(x,y)(x,y)Dij},mij=inf{f(x,y)(x,y)Dij}.

That is, Mij and mij are the supremum and infimum, respectively, of f(x,y) in each rectangular region Dij. The sum of the volumes of the quadrangular prisms with base Dij and height Mij, given by

SΔ=i=0n1j=0m1Mij(ai+1ai)(cj+1cj),

is called the upper Riemann sum of f(x,y) with respect to the partition Δ. Similarly,

sΔ=i=0n1j=0m1mij(ai+1ai)(cj+1cj)

is called the lower Riemann sum of f(x,y) with respect to the partition Δ.

Just as in the case of univariate functions, SΔ and sΔ are monotone decreasing, and increasing, respectively, with refinements of Δ.

We say the partition Δ is a refinement of the partition Δ if the partitions of [a,b] and [c,d] in Δ are refinements of the partitions of [a,b] and [c,d] in Δ. In other words, each small rectangle in Δ is partitioned into smaller rectangles in Δ. We have

SΔSΔ, sΔsΔ.

For a sequence of refinements of partitions Δ,Δ,Δ,, we have (as in the case of univariate functions),

sΔsΔsΔSΔSΔSΔ.

Thus, supΔsΔ (the supremum of lower Riemann sums over all possible partitions) and infΔSΔ (the infimum of upper Riemann sums over all possible partitions) exist. Clearly, the following holds:

(Eq:supinfS)supΔsΔinfΔSΔ

Definition (Definite (double) integral)

The function f(x,y) that is bounded on the rectangular region D=[a,b]×[c,d] is said to be Riemann-integrable if

supΔsΔ=infΔSΔ.

Then, we write

Df(x,y)dxdy=supΔsΔ(=infΔSΔ)

and call it the definite (double) integral of f(x,y) on D.

In the following, we simply say "integrable" to mean Riemann-integrable.

We can also define the triple integral of the form

Df(x,y,z)dxdydz

where D=[a,b]×[c,d]×[e,f] is a cuboid region (a "box") in R3 (analog of a rectangular region in R2), and f(x,y,z) is a 3-variable function. 

More generally, we can define the multiple integrals of the form

Df(x1,,xn)dx1dxn

where D=[a1,b1]×[a2,b2]××[an,bn] is a "box" in Rn and f(x1,x2,,xn) is an n-variable function.

Properties of multiple integrals

From the above definition, the following theorems should be trivial.

Theorem (Integration is a linear operation)

Let f(x,y) and g(x,y) be integrable functions on a rectangular region D. Let k,lR. Then, kf(x,y)+lg(x,y) is also integrable on D, and we have

D(kf(x,y)+lg(x,y))dxdy=kDf(x,y)dxdy+lDg(x,y)dxdy.

Theorem (Integration is additive)

Let f(x,y) be an integrable function on a rectangular region D. Suppose D is partitioned into a finite number of rectangular regions D1,D2,,Dr. Then, f(x,y) is integrable on each Di, and we have

Df(x,y)dxdy=i=1rDif(x,y)dxdy.

Just as for univariate functions, we have the following theorem.

Theorem (Continuous functions are integrable)

Let f(x,y) be a continuous function on a rectangular region D=[a,b]×[c,d]. Then f(x,y) is integrable on D.

Proof. Omitted. ■


Comments

Popular posts from this blog

Birth process

Branching processes: Mean and variance

Informal introduction to formal logic