BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus III: Multivariable CalculusChapter Study Guide: The Divergence Theorem
Study Guide845 words

Chapter Study Guide: The Divergence Theorem

The Divergence Theorem

Chapter Study Guide: The Divergence Theorem

Learning Objectives

After studying this chapter, you should be able to:

  • State the Divergence Theorem (Gauss's Theorem) and its required conditions.
  • Calculate the divergence of a 3D vector field F\mathbf{F}F.
  • Evaluate surface integrals (flux) across closed surfaces by converting them into triple integrals over a solid region.
  • Interpret the physical meaning of divergence as a "source" or "sink" density within a volume.
  • Determine when the Divergence Theorem is applicable versus when Stokes' Theorem or direct surface integration is required.

Key Terms & Glossary

  • Divergence (div F): A scalar field that represents the quantity of a vector field's "source" or "sink" at a given point. Formula: ∇⋅F\nabla \cdot \mathbf{F}∇⋅F.
  • Flux: The net rate of flow of a vector field through a surface. For a closed surface, it represents the net flow out of the region.
  • Closed Surface: A surface that completely encloses a solid 3D region (e.g., a sphere, a cube, or a closed cylinder).
  • Outward Orientation: The standard convention where the unit normal vector n\mathbf{n}n points away from the enclosed solid region EEE.

The "Big Idea"

The Divergence Theorem is the 3D analog of Green's Theorem (flux form). It bridges the gap between what happens on the boundary of a solid (the surface) and what happens inside the solid (the volume). In essence, it tells us that the total expansion or contraction of a fluid inside a region must equal the net flow across its boundary.

[!TIP] Think of it as a "Conservation of Flow" principle: The total amount of "stuff" created or destroyed inside a volume must be accounted for by the flow through the walls of that volume.

Formula / Concept Box

ConceptFormula / Definition
Divergencediv F=∇⋅F=∂P∂x+∂Q∂y+∂R∂z\text{div } \mathbf{F} = \nabla \cdot \mathbf{F} = \frac{\partial P}{\partial x} + \frac{\partial Q}{\partial y} + \frac{\partial R}{\partial z}div F=∇⋅F=∂x∂P​+∂y∂Q​+∂z∂R​
Divergence Theorem∬SF⋅dS=∭E(∇⋅F) dV\iint_S \mathbf{F} \cdot d\mathbf{S} = \iiint_E (\nabla \cdot \mathbf{F}) \, dV∬S​F⋅dS=∭E​(∇⋅F)dV
Required ConditionsSSS is a closed, piecewise-smooth surface; F\mathbf{F}F has continuous partial derivatives on EEE.

Hierarchical Outline

  1. Foundations of Divergence
    • Vector Fields: F=⟨P,Q,R⟩\mathbf{F} = \langle P, Q, R \rangleF=⟨P,Q,R⟩.
    • The Del Operator: ∇=⟨∂∂x,∂∂y,∂∂z⟩\nabla = \langle \frac{\partial}{\partial x}, \frac{\partial}{\partial y}, \frac{\partial}{\partial z} \rangle∇=⟨∂x∂​,∂y∂​,∂z∂​⟩.
  2. The Divergence Theorem Statement
    • Relating a Surface Integral (Flux) to a Triple Integral.
    • Importance of the Closed Surface S=∂ES = \partial ES=∂E.
  3. Computational Strategy
    • Step 1: Verify the surface is closed.
    • Step 2: Compute div F\text{div } \mathbf{F}div F.
    • Step 3: Set up the triple integral over region EEE using appropriate coordinates (Rectangular, Cylindrical, or Spherical).
  4. Physical Interpretations
    • Positive Divergence (>0>0>0): Source point (fluid expanding).
    • Negative Divergence (<0<0<0): Sink point (fluid compressing).

Visual Anchors

Decision Flow: Calculating Flux

Loading Diagram...
Figure 1 — Mermaid diagram

Geometry of the Theorem

Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

(Figure: The Divergence Theorem relates the volume integral over the interior EEE to the flux through the boundary surface SSS via the outward normal n\mathbf{n}n.)

Definition-Example Pairs

  • Term: Source Density

  • Definition: The divergence at a point measures how much the vector field spreads out from that point.

  • Real-World Example: In a heated room, a space heater acts as a source of heat flux (positive divergence), while a cold window acts as a heat sink (negative divergence).

  • Term: Flux Integral

  • Definition: The integral ∬SF⋅n dS\iint_S \mathbf{F} \cdot \mathbf{n} \, dS∬S​F⋅ndS.

  • Real-World Example: Measuring the total volume of air passing through an air-conditioning vent every minute.

Worked Examples

Example 1: Flux of a Radial Field

Problem: Find the flux of F=⟨x,y,z⟩\mathbf{F} = \langle x, y, z \rangleF=⟨x,y,z⟩ across the unit sphere x2+y2+z2=1x^2 + y^2 + z^2 = 1x2+y2+z2=1.

Solution:

  1. Check Conditions: The sphere is a closed surface. We can use the Divergence Theorem.
  2. Compute Divergence: ∇⋅F=∂∂x(x)+∂∂y(y)+∂∂z(z)=1+1+1=3\nabla \cdot \mathbf{F} = \frac{\partial}{\partial x}(x) + \frac{\partial}{\partial y}(y) + \frac{\partial}{\partial z}(z) = 1 + 1 + 1 = 3∇⋅F=∂x∂​(x)+∂y∂​(y)+∂z∂​(z)=1+1+1=3
  3. Apply Theorem: ∬SF⋅dS=∭E3 dV\iint_S \mathbf{F} \cdot d\mathbf{S} = \iiint_E 3 \, dV∬S​F⋅dS=∭E​3dV
  4. Evaluate: Since EEE is a sphere of radius 1, its volume is V=43π(1)3V = \frac{4}{3}\pi(1)^3V=34​π(1)3. Flux=3×(43π)=4π\text{Flux} = 3 \times \left(\frac{4}{3}\pi\right) = 4\piFlux=3×(34​π)=4π

Comparison Tables

FeatureStokes' TheoremDivergence Theorem
Dimension2D Surface Boundary →\to→ 1D Curve3D Solid Boundary →\to→ 2D Surface
Integrandcurl F\text{curl } \mathbf{F}curl Fdiv F\text{div } \mathbf{F}div F
Result TypeVector-based circulationScalar-based flux
Surface TypeOpen (usually)Must be Closed

Checkpoint Questions

  1. Can you apply the Divergence Theorem to find the flux through a single face of a cube? Why or why not?
  2. If ∇⋅F=0\nabla \cdot \mathbf{F} = 0∇⋅F=0 everywhere inside a solid EEE, what is the net flux through the boundary surface SSS?
  3. What coordinate system is most efficient for calculating the Divergence Theorem integral over a cylinder x2+y2≤4,0≤z≤5x^2 + y^2 \leq 4, 0 \leq z \leq 5x2+y2≤4,0≤z≤5?
▶Click to see answers
  1. No, the surface must be closed. A single face is an open surface.
  2. The net flux is 0 (incompressible flow).
  3. Cylindrical coordinates.

[!IMPORTANT] Always ensure your normal vector n\mathbf{n}n is oriented outward. If the problem asks for inward flux, calculate the outward flux using the theorem and then multiply by −1-1−1.

All Calculus III: Multivariable Calculus Study Resources

Related Notes

  • Applications of Vectors: Force, Volume, and Geometric Analysis842 words
  • Arc Length and Curvature: Multivariable Calculus Study Guide780 words
  • Calculus III: Area and Arc Length in Polar Coordinates Study Guide875 words
  • Calculus of Parametric Curves: Comprehensive Study Guide892 words
  • Calculus of Vector-Valued Functions: A Comprehensive Study Guide825 words
  • Conic Sections: Geometric Foundations and Polar Representations845 words
  • Mastering Conservative Vector Fields: Path Independence and Potential Functions925 words
  • Mastering Cylindrical and Spherical Coordinates925 words
  • Study Guide: Directional Derivatives and the Gradient985 words
  • Divergence and Curl: Vector Calculus Study Guide860 words
  • Double Integrals in Polar Coordinates875 words
  • Study Guide: Double Integrals over General Regions875 words

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Calculus III: Multivariable Calculus ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.

Loading Diagram...
Flowchart, top to bottom. Calculate Flux across Surface S connects to Is S Closed?. B -- No connects to Use Direct Surface Integral or Stokes Theorem. B -- Yes connects to Is div F simple?. D -- Yes connects to Use Divergence Theorem: Triple Integral over E. D -- No connects to Use Direct Surface Integral.