Unit 4 — Multiple Integration (8 Hours)
Multiple integration extends the concept of integration to functions of two and three variables and provides essential tools for calculating areas, volumes, centroids, and moments of inertia in engineering and physics.
1. What Are Multiple Integrals?
A multiple integral is a generalization of the definite integral to functions of more than one variable. While single integrals compute area under a curve, double integrals compute volume under a surface, and triple integrals compute hypervolumes or accumulated quantities in 3D space.
Why They Matter
- Calculate areas of complex planar regions
- Compute volumes of solids and surfaces
- Find centroids and moments of inertia in mechanics
- Evaluate probabilities in multivariate statistics
- Solve field problems in electromagnetism and fluid dynamics
2. Double Integral
2.1 Definition
Let f(x,y) be defined on a closed region R in the xy-plane. The double integral of f over R is:
∬Rf(x,y)dA=
where P is a partition of R into n subregions of area ΔAi.
2.2 Evaluation Over Rectangular Regions
If R=[a,b]×[c,d], then:
∬Rf(x,y)dA
Fubini's Theorem: If f is continuous on R, the order of integration can be interchanged.
2.3 Evaluation Over General Regions
Type I Region (bounded by vertical lines x=a, x=b and curves y=g1, ):
∬Rf(x,y)dA=
Type II Region (bounded by horizontal lines y=c, y=d and curves x=h1, ):
∬Rf(x,y)dA=
2.4 Applications to Area
The area of a region R in the plane is:
A=∬RdA=∬Rdxd
If the region is bounded by y=f(x), y=g(x), x=a, :
A=∫ab∫
3. Triple Integral
3.1 Definition
Let f(x,y,z) be defined on a closed region V in R3. The triple integral is:
∭Vf(x,y,z)
3.2 Evaluation Over Rectangular Boxes
If V=[a,b]×[c,d]×[p,q]:
∭Vf(x,y,z)dV=
The order of integration can be permuted (six possible orders) if f is continuous.
3.3 Evaluation Over General 3D Regions
For a region bounded by surfaces z=u1(x,y) and z=u over a region in the -plane:
∭Vf(x,y,z)
3.4 Applications to Volume
The volume of a solid region V is:
V=∭VdV=∭Vd
If V lies between z=z1(x,y) and z over region :
V=∬R[z2(x,y)
4. Change of Order of Integration
4.1 Understanding Limits of Integration
When evaluating ∫ab∫g, the inner limits may depend on the outer variable. Changing the order requires redescribing the region.
4.2 Reversing the Order
Procedure:
- Sketch the region R using the given limits
- Identify the bounding curves
- Express x as a function of y (or vice versa)
- Rewrite the integral with new limits
Example Transformation:
Given:
∫ab∫y
After changing order:
∫cd∫x
4.3 Evaluation of Difficult Multiple Integrals
Some integrals are impossible or very difficult in one order but straightforward in the other. Always consider changing the order when:
- The inner integral has no elementary antiderivative
- The integrand involves functions like ex2, xsin,
5. Change of Variables
5.1 Transformation of Variables
When changing from (x,y) to (u,v) where x=x(u,v) and :
∬Rf(x,
5.2 Jacobian of Transformation
The Jacobian determinant for 2D:
J=∂(u
For 3D transformations (x,y,z)→(u,v,w):
5.3 Common Coordinate Transformations
Polar Coordinates: x=rcosθ, y=rsinθ
∂(r,θ)∂(x,y)=r
Cylindrical Coordinates: x=rcosθ, y=rsinθ, z=z
∂(r,θ,z)∂(x,y,
Spherical Coordinates: x=ρsinϕcosθ, y=ρsinϕsinθ,
∂(ρ,ϕ,θ)∂(x,
5.4 Applications
- Simplifying circular or spherical domains
- Evaluating Gaussian integrals: ∫−∞∞e−x2dx
6. Beta and Gamma Functions
6.1 Definition of Beta Function
The Beta function is defined as:
B(m,n)=∫01x
Alternative Forms:
B(m,n)=2∫0
B(m,n)=∫0∞
6.2 Definition of Gamma Function
The Gamma function is defined as:
Γ(n)=∫0∞e−x
Important Values:
| n | Γ(n) |
|---|
| 1 | 1 |
|
6.3 Relationship Between Beta and Gamma Functions
B(m,n)=Γ(m+n)Γ(m)Γ(n)
6.4 Important Properties
Gamma Function Properties:
- Γ(n+1)=nΓ(n) (Recursion relation)
- Γ(n+1)=n! for positive integers
Beta Function Properties:
- B(m,n)=B(n,m) (Symmetry)
- B(m, for positive integers
6.5 Wallis' Integrals
∫
where n!! is the double factorial.
Using Gamma functions:
∫0
7. Dirichlet's Integral
7.1 Definition and Evaluation
Dirichlet's Integral generalizes the Beta function to multiple variables. For positive constants l,m,n:
∭Vxl
where V is the region bounded by x≥0, y≥0, z≥0 and .
General Form:
\idotsintV
over the region xi≥0 and ∑xi≤1.
7.2 Applications to Area and Volume
Area of a 2D Simplex (Triangle):
Setting n=2 with x+y≤1:
∬Rdxdy=Γ(3)
Volume of a 3D Simplex (Tetrahedron):
Setting n=3 with x+y+z≤1:
∭Vdxdydz=
7.3 Generalization with Linear Constraint
For the region x+y+z≤h with x,y,z≥0:
∭Vx
8. Liouville's Extensions of Dirichlet's Integral
8.1 Extended Form
Liouville extended Dirichlet's integral to more general regions. If f is continuous and xi≥0 with ∑xi:
8.2 First Extension
For x,y,z≥0 and x+y+z≤1:
∭V
8.3 Second Extension (Over Infinite Domain)
For x,y,z≥0:
∭
8.4 Applications in Multiple Integration
- Reducing multiple integrals to single integrals
- Evaluating integrals of the form \idotsintf(∑xi)dV
- Computing statistical moments over simplex regions
- Simplifying integrals in probability theory (Dirichlet distributions)
9. Engineering Applications
| Domain | Application |
|---|
| Mechanical Engineering | Moments of inertia: I=∭Vr2ρdV |
| Civil Engineering | Centroid and center of mass calculations |
|
10. Common Mistakes to Avoid
| Mistake | Correction |
|---|
| Forgetting the Jacobian when changing variables | Always multiply by ∥J∥ |
| Using wrong limits after changing integration order | Always sketch the region first |
| Assuming Fubini's theorem applies to discontinuous functions | Verify continuity before interchanging |
| Confusing Beta and Gamma arguments | B(m,n) integrates ; integrates |
11. Best Practices & Architecture
- Always sketch the region before setting up limits of integration
- Choose coordinates wisely — polar for circles, cylindrical for cylinders, spherical for spheres
- Verify Jacobian sign — use absolute value for geometric applications
- Exploit symmetry — even/odd properties can reduce computation by half
- Use Gamma/Beta functions for integrals involving powers of sine, cosine, or exponential decay
- Apply Dirichlet/Liouville when integrating over simplex regions with power-law integrands
12. Practice Problems
Problem 1: Evaluate ∫01∫0x(x+ and verify by changing the order of integration.
Problem 2: Find the area enclosed by the parabola y=x2 and the line y=2x using a double integral.
Problem 3: Evaluate ∬Rex2+y2 where is the unit disk using polar coordinates.
Problem 4: Find the volume of the solid bounded by the paraboloid z=x2+y2 and the plane z=4.
Problem 5: Prove that B(21,21) using the relationship with Gamma functions.
Problem 6: Evaluate ∫0∞x4e−2xdx using Gamma functions.
Problem 7: Evaluate the Dirichlet integral ∭Vxyzdxdydz over the region x+ in the first octant.
Problem 8: Use Liouville's extension to evaluate ∭V(x+y+z)dxdydz over , .
13. Mini Project
Title: Volume and Center of Mass of a Complex 3D Component
Objective: Use triple integrals, coordinate transformations, and special functions to analyze an engineering component.
Given:
- A machine component occupies the region bounded by the cylinder x2+y2=4, the plane z=0, and the paraboloid
Tasks:
- Set up and evaluate the triple integral for the volume using cylindrical coordinates
- Compute the total mass M=∭VρdV
- Find the center of mass coordinates (:
Deliverable: A computational notebook (Python/MATLAB) with symbolic integration, 3D visualization of the region, and validation of results using alternative coordinate systems.
Quick Reference Formula Sheet
| Concept | Formula |
|---|
| Double integral (Type I) | ∫ab∫ |
End of Unit 4 — Multiple Integration