BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus III: Multivariable CalculusDivergence and Curl: Vector Calculus Study Guide
Study Guide860 words

Divergence and Curl: Vector Calculus Study Guide

Divergence and Curl

Divergence and Curl: Vector Calculus Study Guide

This guide covers the fundamental derivatives of vector fields: Divergence and Curl. These operators allow us to measure the rate of expansion and the rotation of a vector field at any given point in space.


Learning Objectives

After studying this guide, you should be able to:

  • Calculate the divergence of a 2D or 3D vector field.
  • Calculate the curl of a 3D vector field using the determinant method.
  • Interpret the physical significance of divergence (flux density) and curl (rotation).
  • Use the curl test to determine if a vector field is conservative.
  • Understand the identity div(curl F)=0\text{div}(\text{curl } \mathbf{F}) = 0div(curl F)=0.

Key Terms & Glossary

  • Del Operator (∇\nabla∇): The vector differential operator defined as ⟨∂∂x,∂∂y,∂∂z⟩\langle \frac{\partial}{\partial x}, \frac{\partial}{\partial y}, \frac{\partial}{\partial z} \rangle⟨∂x∂​,∂y∂​,∂z∂​⟩.
  • Divergence: A scalar field that represents the volume density of the outward flux of a vector field from an infinitesimal point.
  • Curl: A vector field that represents the infinitesimal rotation of a 3D vector field.
  • Solenoidal: A vector field where div F=0\text{div } \mathbf{F} = 0div F=0 (incompressible).
  • Irrotational: A vector field where curl F=0\text{curl } \mathbf{F} = \mathbf{0}curl F=0.
  • Conservative Field: A field that is the gradient of some scalar potential function ϕ\phiϕ (i.e., F=∇ϕ\mathbf{F} = \nabla \phiF=∇ϕ).

The "Big Idea"

Just as the derivative of a single-variable function measures the rate of change, Divergence and Curl measure the "structural" changes of a vector field.

  • Divergence asks: "Is the fluid at this point expanding or compressing?" (Source vs. Sink).
  • Curl asks: "If I placed a tiny paddle wheel here, would it spin, and in which direction?" (Vorticity).

Formula / Concept Box

OperatorNotationDefinition (for F=⟨P,Q,R⟩\mathbf{F} = \langle P, Q, R \rangleF=⟨P,Q,R⟩)Result Type
Gradient∇f\nabla f∇f⟨fx,fy,fz⟩\langle f_x, f_y, f_z \rangle⟨fx​,fy​,fz​⟩Vector
Divergence∇⋅F\nabla \cdot \mathbf{F}∇⋅FPx+Qy+RzP_x + Q_y + R_zPx​+Qy​+Rz​Scalar
Curl∇×F\nabla \times \mathbf{F}∇×F∣ijk∂x∂y∂zPQR∣\begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ \partial_x & \partial_y & \partial_z \\ P & Q & R \end{vmatrix}​i∂x​P​j∂y​Q​k∂z​R​​Vector

[!IMPORTANT] The Conservative Test: For a simply connected region, F\mathbf{F}F is conservative if and only if curl F=0\text{curl } \mathbf{F} = \mathbf{0}curl F=0.


Hierarchical Outline

  1. The Del Operator (∇\nabla∇)
    • Foundational tool for multivariable differentiation.
  2. Divergence (∇⋅F\nabla \cdot \mathbf{F}∇⋅F)
    • Computation: Dot product of ∇\nabla∇ and F\mathbf{F}F.
    • Interpretation: Positive = Source, Negative = Sink, Zero = Incompressible.
  3. Curl (∇×F\nabla \times \mathbf{F}∇×F)
    • Computation: Cross product of ∇\nabla∇ and F\mathbf{F}F.
    • Interpretation: Vector points along the axis of rotation; magnitude is the speed of rotation.
  4. Second-Order Identities
    • curl(∇f)=0\text{curl}(\nabla f) = \mathbf{0}curl(∇f)=0 (Gradients are irrotational).
    • div(curl F)=0\text{div}(\text{curl } \mathbf{F}) = 0div(curl F)=0 (The rotation of a field has no net expansion).

Visual Anchors

Analyzing a Vector Field Flowchart

Loading Diagram...
Figure 1 — Mermaid diagram

The Geometry of Curl

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

Definition-Example Pairs

1. Positive Divergence

  • Definition: A point where the net flow of the vector field is outward.
  • Example: Air blowing out of a ventilation duct into a room.

2. Irrotational Field

  • Definition: A field where the curl is zero at every point.
  • Example: A static electric field produced by a point charge; a paddle wheel placed in this field would not rotate.

Worked Examples

Example 1: Basic Calculation

Task: Find the divergence and curl of F(x,y,z)=⟨x2,xy,z⟩\mathbf{F}(x,y,z) = \langle x^2, xy, z \rangleF(x,y,z)=⟨x2,xy,z⟩.

Solution:

  1. Divergence: div F=∂∂x(x2)+∂∂y(xy)+∂∂z(z)\text{div } \mathbf{F} = \frac{\partial}{\partial x}(x^2) + \frac{\partial}{\partial y}(xy) + \frac{\partial}{\partial z}(z)div F=∂x∂​(x2)+∂y∂​(xy)+∂z∂​(z) div F=2x+x+1=3x+1\text{div } \mathbf{F} = 2x + x + 1 = 3x + 1div F=2x+x+1=3x+1

  2. Curl: curl F=∣ijk∂x∂y∂zx2xyz∣\text{curl } \mathbf{F} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ \partial_x & \partial_y & \partial_z \\ x^2 & xy & z \end{vmatrix}curl F=​i∂x​x2​j∂y​xy​k∂z​z​​ i(∂yz−∂zxy)−j(∂xz−∂zx2)+k(∂xxy−∂yx2)\mathbf{i}(\partial_y z - \partial_z xy) - \mathbf{j}(\partial_x z - \partial_z x^2) + \mathbf{k}(\partial_x xy - \partial_y x^2)i(∂y​z−∂z​xy)−j(∂x​z−∂z​x2)+k(∂x​xy−∂y​x2) i(0−0)−j(0−0)+k(y−0)=⟨0,0,y⟩\mathbf{i}(0 - 0) - \mathbf{j}(0 - 0) + \mathbf{k}(y - 0) = \langle 0, 0, y \ranglei(0−0)−j(0−0)+k(y−0)=⟨0,0,y⟩

Example 2: Conservative Test

Task: Is F=⟨exsin⁡y,excos⁡y,0⟩\mathbf{F} = \langle e^x \sin y, e^x \cos y, 0 \rangleF=⟨exsiny,excosy,0⟩ conservative?

Solution: Calculate the curl: curl F=⟨(0−0),−(0−0),(excos⁡y−excos⁡y)⟩=⟨0,0,0⟩\text{curl } \mathbf{F} = \langle (0 - 0), -(0 - 0), (e^x \cos y - e^x \cos y) \rangle = \langle 0, 0, 0 \ranglecurl F=⟨(0−0),−(0−0),(excosy−excosy)⟩=⟨0,0,0⟩ Since curl F=0\text{curl } \mathbf{F} = \mathbf{0}curl F=0 and the domain is R3\mathbb{R}^3R3 (simply connected), the field is conservative.


Checkpoint Questions

  1. What is the divergence of the curl of any smooth vector field F\mathbf{F}F?
    • (Answer: 0)
  2. If div F=5\text{div } \mathbf{F} = 5div F=5 at a point PPP, is fluid moving toward or away from PPP?
    • (Answer: Away from P; it is a source)
  3. Calculate curl ⟨y,−x,0⟩\text{curl } \langle y, -x, 0 \ranglecurl ⟨y,−x,0⟩. What does the result tell you about the rotation?
    • (Answer: ⟨0,0,−2⟩\langle 0, 0, -2 \rangle⟨0,0,−2⟩. The rotation is clockwise around the z-axis.)
  4. True or False: If a field is conservative, its curl must be zero.
    • (Answer: True)
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
  • Double Integrals in Polar Coordinates875 words
  • Study Guide: Double Integrals over General Regions875 words
  • Double Integrals over Rectangular Regions: Comprehensive Study Guide945 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. Vector Field F connects to Calculate Curl F. B -- Curl F = 0 connects to Irrotational / Potentially Conservative. B -- Curl F != 0 connects to Rotational. C connects to Simply Connected Region?. E -- Yes connects to F is Conservative. E -- No connects to Further Investigation Needed.