Multiple Integrals Quick Reference

Double: ∫∫ f(x,y) dA
Triple: ∫∫∫ f(x,y,z) dV
Fubini's: ∫∫ f(x,y) dxdy = ∫[∫f(x,y)dy]dx
Jacobian: |∂(x,y)/∂(u,v)| for change of variables

Introduction to Multiple Integrals

Multiple integrals extend the concept of integration to functions of several variables. They are essential tools in multivariable calculus with applications in physics, engineering, probability, and many other fields.

Why Multiple Integrals Matter:

  • Calculate volumes under surfaces in 3D space
  • Determine mass, center of mass, and moments of inertia
  • Solve problems in electromagnetism and fluid dynamics
  • Compute probabilities in multivariate distributions
  • Essential for advanced engineering and physics calculations

In this comprehensive guide, we'll explore double and triple integrals, change of variables, and practical applications with detailed examples and interactive tools.

Double Integrals

A double integral extends the concept of a definite integral to functions of two variables. It represents the volume under a surface z = f(x,y) over a region R in the xy-plane.

R f(x,y) dA = ∫abg₁(x)g₂(x) f(x,y) dy dx

Where:

  • f(x,y): The function being integrated
  • R: The region of integration in the xy-plane
  • dA: The differential area element (dxdy or dydx)
  • g₁(x), g₂(x): Functions describing the boundaries of R

Fubini's Theorem: If f is continuous on a rectangular region R = [a,b] × [c,d], then:

R f(x,y) dA = ∫abcd f(x,y) dy dx = ∫cdab f(x,y) dx dy

1️⃣

Rectangular Regions

For rectangular regions R = [a,b] × [c,d]:

R f(x,y) dA = ∫abcd f(x,y) dy dx

The order of integration can be changed.

2️⃣

Type I Regions

Regions bounded by vertical lines and functions of x:

R = {(x,y) | a ≤ x ≤ b, g₁(x) ≤ y ≤ g₂(x)}

R f(x,y) dA = ∫abg₁(x)g₂(x) f(x,y) dy dx

3️⃣

Type II Regions

Regions bounded by horizontal lines and functions of y:

R = {(x,y) | c ≤ y ≤ d, h₁(y) ≤ x ≤ h₂(y)}

R f(x,y) dA = ∫cdh₁(y)h₂(y) f(x,y) dx dy

💡

Tips for Success

• Sketch the region of integration

• Choose the order that simplifies the limits

• Check if changing the order makes integration easier

• Use symmetry when possible

Example: Evaluate ∬R (x + y) dA where R is the rectangle [0,2] × [1,3]

Step 1: Set up the integral with appropriate limits

R (x + y) dA = ∫0213 (x + y) dy dx

Step 2: Integrate with respect to y first

13 (x + y) dy = [xy + y²/2]13
= (3x + 9/2) - (x + 1/2) = 2x + 4

Step 3: Integrate with respect to x

02 (2x + 4) dx = [x² + 4x]02
= (4 + 8) - (0 + 0) = 12

Answer:R (x + y) dA = 12

Double Integral Practice

Enter function and limits, then click "Calculate Integral"

Triple Integrals

Triple integrals extend the concept to functions of three variables, representing the integral over a volume in 3D space.

E f(x,y,z) dV = ∫abg₁(x)g₂(x)h₁(x,y)h₂(x,y) f(x,y,z) dz dy dx

Where:

  • f(x,y,z): The function being integrated
  • E: The region of integration in 3D space
  • dV: The differential volume element (dxdydz)
  • g₁(x), g₂(x), h₁(x,y), h₂(x,y): Functions describing the boundaries of E
1️⃣

Rectangular Box

For a rectangular box E = [a,b] × [c,d] × [p,q]:

E f(x,y,z) dV = ∫abcdpq f(x,y,z) dz dy dx

The order of integration can be changed in 6 different ways.

2️⃣

General Regions

For general regions, the limits depend on the shape:

E = {(x,y,z) | a ≤ x ≤ b, g₁(x) ≤ y ≤ g₂(x), h₁(x,y) ≤ z ≤ h₂(x,y)}

The innermost integral has limits that may depend on the outer variables.

3️⃣

Cylindrical Coordinates

For problems with cylindrical symmetry:

x = r cos θ, y = r sin θ, z = z

dV = r dz dr dθ

E f(x,y,z) dV = ∭E f(r,θ,z) r dz dr dθ

4️⃣

Spherical Coordinates

For problems with spherical symmetry:

x = ρ sin φ cos θ, y = ρ sin φ sin θ, z = ρ cos φ

dV = ρ² sin φ dρ dφ dθ

E f(x,y,z) dV = ∭E f(ρ,φ,θ) ρ² sin φ dρ dφ dθ

Example: Evaluate ∭E z dV where E is the tetrahedron bounded by x=0, y=0, z=0, and x+y+z=1

Step 1: Set up the integral with appropriate limits

For a fixed x and y, z goes from 0 to 1-x-y

For a fixed x, y goes from 0 to 1-x

x goes from 0 to 1

E z dV = ∫0101-x01-x-y z dz dy dx

Step 2: Integrate with respect to z first

01-x-y z dz = [z²/2]01-x-y = (1-x-y)²/2

Step 3: Integrate with respect to y

01-x (1-x-y)²/2 dy = [-(1-x-y)³/6]01-x = (1-x)³/6

Step 4: Integrate with respect to x

01 (1-x)³/6 dx = [-(1-x)⁴/24]01 = 1/24

Answer:E z dV = 1/24

Triple Integral Practice

Enter function and limits, then click "Calculate Integral"

Change of Variables in Multiple Integrals

The change of variables formula allows us to transform integrals to different coordinate systems, often simplifying the integration process.

R f(x,y) dA = ∬S f(x(u,v), y(u,v)) |J(u,v)| dA'

Where:

  • J(u,v): The Jacobian determinant of the transformation
  • |J(u,v)|: The absolute value of the Jacobian
  • S: The region in the uv-plane corresponding to R in the xy-plane
📐

Jacobian Determinant

For a transformation T: (u,v) → (x,y):

J(u,v) = ∂(x,y)/∂(u,v) = |∂x/∂u ∂x/∂v|
                                |∂y/∂u ∂y/∂v|

The area element transforms as dA = |J(u,v)| du dv

🔄

Polar Coordinates

x = r cos θ, y = r sin θ

J(r,θ) = |cos θ -r sin θ| = r
                    |sin θ  r cos θ|

dA = r dr dθ

🔵

Cylindrical Coordinates

x = r cos θ, y = r sin θ, z = z

J(r,θ,z) = r

dV = r dz dr dθ

Spherical Coordinates

x = ρ sin φ cos θ, y = ρ sin φ sin θ, z = ρ cos φ

J(ρ,φ,θ) = ρ² sin φ

dV = ρ² sin φ dρ dφ dθ

Example: Evaluate ∬R e^(x²+y²) dA where R is the disk x²+y² ≤ 4

Step 1: Change to polar coordinates

x = r cos θ, y = r sin θ, dA = r dr dθ

The region R becomes: 0 ≤ r ≤ 2, 0 ≤ θ ≤ 2π

R e^(x²+y²) dA = ∫002 e^(r²) r dr dθ

Step 2: Integrate with respect to r

Let u = r², then du = 2r dr, so r dr = du/2

02 e^(r²) r dr = ∫04 e^u (du/2) = [e^u/2]04 = (e⁴ - 1)/2

Step 3: Integrate with respect to θ

0 (e⁴ - 1)/2 dθ = (e⁴ - 1)/2 [θ]0 = π(e⁴ - 1)

Answer:R e^(x²+y²) dA = π(e⁴ - 1)

Change of Variables Practice

Enter function and select coordinate system, then click "Transform Integral"

Applications of Multiple Integrals

Multiple integrals have numerous practical applications in physics, engineering, and other fields.

📏

Area and Volume

Area: A = ∬R dA

Volume: V = ∬R f(x,y) dA (under surface)

Volume in 3D: V = ∭E dV

Used to calculate areas of irregular regions and volumes of 3D objects.

⚖️

Mass and Center of Mass

Mass: m = ∬R ρ(x,y) dA

Center of Mass: (x̄, ȳ) = (1/m ∬ xρ dA, 1/m ∬ yρ dA)

3D Center of Mass: (x̄, ȳ, z̄) with triple integrals

Essential for physics and engineering calculations.

🌀

Moments of Inertia

Moment about x-axis: Ix = ∬ y²ρ dA

Moment about y-axis: Iy = ∬ x²ρ dA

Polar moment: I0 = ∬ (x²+y²)ρ dA

Used in rotational dynamics and structural engineering.

📊

Probability

Joint PDF: P(a ≤ X ≤ b, c ≤ Y ≤ d) = ∫abcd f(x,y) dy dx

Expected value: E[g(X,Y)] = ∬ g(x,y)f(x,y) dxdy

Covariance: Cov(X,Y) = ∬ (x-μx)(y-μy)f(x,y) dxdy

Fundamental for multivariate probability distributions.

Real-World Problem: Find the center of mass of a semicircular lamina

Problem: A semicircular lamina of radius R has constant density ρ. Find its center of mass.

Step 1: Set up the integral for mass

Using polar coordinates: x = r cos θ, y = r sin θ, dA = r dr dθ

The region: 0 ≤ r ≤ R, 0 ≤ θ ≤ π

m = ∬ ρ dA = ρ ∫0π0R r dr dθ = ρ ∫0π [r²/2]0R dθ = ρ ∫0π R²/2 dθ = ρπR²/2

Step 2: Calculate Mx (moment about x-axis)

Mx = ∬ yρ dA = ρ ∫0π0R (r sin θ) r dr dθ
= ρ ∫0π sin θ dθ ∫0R r² dr = ρ [-cos θ]0π [r³/3]0R
= ρ (2)(R³/3) = 2ρR³/3

Step 3: Calculate My (moment about y-axis)

My = ∬ xρ dA = ρ ∫0π0R (r cos θ) r dr dθ
= ρ ∫0π cos θ dθ ∫0R r² dr = ρ [sin θ]0π [r³/3]0R
= ρ (0)(R³/3) = 0

Step 4: Find the center of mass

x̄ = My/m = 0
ȳ = Mx/m = (2ρR³/3) / (ρπR²/2) = 4R/(3π)

Answer: The center of mass is at (0, 4R/(3π))

Interactive Practice

Multiple Integrals Practice Tool

Practice multiple integrals with randomly generated problems or create your own.

Select a practice type and click "Generate Problem"

Challenge: Evaluate ∬R xy dA where R is the region bounded by y = x² and y = 2x.

Solution:

1. Find intersection points: x² = 2x → x(x-2) = 0 → x=0,2

2. Set up the integral: ∬R xy dA = ∫022x xy dy dx

3. Integrate with respect to y: ∫2x xy dy = x [y²/2]2x = x(2x² - x⁴/2) = 2x³ - x⁵/2

4. Integrate with respect to x: ∫02 (2x³ - x⁵/2) dx = [x⁴/2 - x⁶/12]02 = (8 - 64/12) = 8/3

Answer: 8/3

Challenge: Find the volume of the solid bounded by z = 4 - x² - y² and z = 0.

Solution:

1. The region is a paraboloid with maximum at z=4 when x=y=0

2. In the xy-plane, the projection is x²+y² ≤ 4 (a disk of radius 2)

3. Use polar coordinates: x = r cos θ, y = r sin θ, dA = r dr dθ

4. Volume = ∬R (4 - x² - y²) dA = ∫002 (4 - r²) r dr dθ

5. ∫02 (4r - r³) dr = [2r² - r⁴/4]02 = 8 - 4 = 4

6. ∫0 4 dθ = 8π

Answer:

Multiple Integrals Tips & Tricks

These strategies can make working with multiple integrals easier and more efficient:

Sketch the Region

Always sketch the region of integration to understand the boundaries.

This helps determine the correct limits and order of integration.

Choose the Right Order

Select the order that gives the simplest limits.

Sometimes changing the order makes the integral much easier to evaluate.

Use Symmetry

If the region and function have symmetry, you can often integrate over part of the region and multiply.

This can significantly reduce computation time.

Change Coordinates

For circular, cylindrical, or spherical regions, changing to appropriate coordinates often simplifies the integral.

Remember to include the Jacobian factor.

Common Multiple Integral Mistakes to Avoid
Mistake Example Correction
Incorrect limits Using constant limits for variable-dependent boundaries Carefully determine how the inner limits depend on outer variables
Forgetting the Jacobian Using dA = dr dθ instead of r dr dθ in polar coordinates Always include the Jacobian factor when changing variables
Wrong order of integration Integrating in an order that makes the limits complicated Try different orders to find the simplest approach
Misapplying Fubini's Theorem Changing order on non-rectangular regions without adjusting limits Redraw the region with the new order to find correct limits