Introductory university-level calculus, linear algebra, abstract algebra, probability, statistics, and stochastic processes.
Applications of multiple integrals
Get link
Facebook
X
Pinterest
Email
Other Apps
-
We can use multiple integrals to compute areas and volumes of various shapes.
Area of a planar region
Definition (Area)
Let be a bounded closed region in . is said to have an area if the multiple integral of the constant function 1 over , , exists. Its value is denoted by :
Example. Let us calculate the area of the disk . Using the polar coordinates, , , and the ranges of and are and , respectively. Thus,
□
Volume of a solid figure
Definition (Volume)
Let be a solid figure in the space . is said to have a volume if the multiple integral
exists. Its value is called the volume of the solid figure (shape) .
The following spherical coordinates (See Figure 1) are a 3-dimensional () analog of the polar coordinates in . For the point , let be its distance from the origin,
be the angle between and the -axis,
be the angle between the -axis and the projection of on the - plane,
Exercise. Plot the function on the right-hand side of (Eq:atan2) and study the atan2 function ( with two arguments). □
Then, we have the following transformation of coordinates:
where , , . The triple is called the spherical coordinates of . The Jacobi determinant of the spherical coordinates is given by the following:
Accordingly, the change of variables to the spherical coordinates in a triple integral will be
Example. Let us calculate the volume of the sphere with radius centered at the origin:
Using the spherical coordinates, we have , and the ranges of are , , , respectively. Thus,
□
Example. Let be a right circular cylinder with radius and height , another right circular cylinder with radius and height . Let be a solid made by perpendicularly intersecting and at the midpoints of their axes. Let us find the volume of .
Let us place so that the axis of is on the -axis and the axis of is on the -axis, and the point of intersection is at the origin (Draw figures). Then
The volume of is given by
where
By symmetry, where
Let us define the region as
Then,
Thus, we have
□
Definition (Solid of revolution)
Let be a continuous function on such that for all . The solid in defined by the set
is called a solid of revolution. That is, the solid of revolution is obtained by rotating the graph of around the -axis. Accordingly, the -axis is called the axis of revolution.
Example. Let be the solid of revolution of around the -axis. We can see that its volume is given by
This can be proved as follows.
Let be the circle centered at the origin with radius in the plane. By using the polar coordinates , , we have where the ranges of and are and , respectively. Therefore
□
Area of a surface in space
Consider a surface in defined by parameterized functions:
We assume that are of class . When moves in a bounded closed region in , moves in a region on a (possibly curved) surface. Let us find the area of .
First, consider the rectangular region such that , and its partition such that
Hence, the region is partitioned into small rectangular regions
Let . The desired area is obtained as the limit of the sum
as (Recall that indicates the mesh of the partition).
We approximate the surface region by the parallelogram spanned by the two tangent vectors at :
where and , and , etc.
Quiz. Why is it reasonable to approximate by the parallelogram spanned by the above vectors and ? □
Now, recall that the area of the parallelogram spanned by and is given by the length of their vector product
Thus, the area of is approximated as
It is understood that all the derivatives are evaluated at .
Remark. The vector product
is normal to the surface at . □
By summing these over all small rectangles , and taking the limit of , we have just proved the following theorem.
Theorem (Surface area)
Let be the surface determined by the parametric representation with the functions
where moves in a bounded closed region . Then the area of is given by
Corollary
Let be a function defined on a neighbor of the bounded closed region in . The surface area of the graph
is given by
Proof. Consider the "parametric" representation
and apply the above theorem (Surface area). ■
Example. Let us find the surface area of
where .
Since , can move in the region . Let . Then,
Using the polar coordinates with appropriate ranges for and ,
□
Another application is the area of a surface of revolution.
Corollary (Surface area of revolution)
Let be a function on . Let be the surface obtained by rotating the graph of around the -axis. Then, its area is given by
Proof. The surface is given by the following parametric representation:
Now, apply the Theorem (Surface area), and we are done. ■
Defining the birth process Consider a colony of bacteria that never dies. We study the following process known as the birth process , also known as the Yule process . The colony starts with cells at time . Assume that the probability that any individual cell divides in the time interval is proportional to for small . Further assume that each cell division is independent of others. Let be the birth rate. The probability of a cell division for a population of cells during is . We assume that the probability that two or more births take place in the time interval is . That is, it can be ignored. Consequently, the probability that no cell divides during is . Note that this process is an example of the Markov chain with states \({n_0}, {n_0 + 1}, {n_0 + 2}...
Generational growth Consider the following scenario (see the figure below): A single individual (cell, organism, etc.) produces descendants with probability , independently of other individuals. The probability of this reproduction, , is known. That individual produces no further descendants after the first (if any) reproduction. These descendants each produce further descendants at the next subsequent time with the same probabilities. This process carries on, creating successive generations. Figure 1. An example of the branching process. Let be the random variable representing the population size (number of individuals) of generation . In the above figure, we have , , , , We shall assume as the initial condition. Ideally, our goal would be to find how the population size grows through generations, that is, to find the probability for e...
In mathematics, we must prove (almost) everything and the proofs must be done logically and rigorously. Therefore, we need some understanding of basic logic. Here, I will informally explain some rudimentary formal logic. Definitions (Proposition): A proposition is a statement that is either true or false. "True" and "false" are called the truth values, and are often denoted and . Here is an example. "Dr. Akira teaches at UBD." is a statement that is either true or false (we understand the existence of Dr. Akira and UBD), hence a proposition. The following statement is also a proposition, although we don't know if it's true or false (yet): Any even number greater than or equal to 4 is equal to a sum of two primes. See also: Goldbach's conjecture Next, we define several operations on propositions. Note that propositions combined with these operations are again propositions. (Conjunction, logical "and"): Let ...
Comments
Post a Comment