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}) = 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.
  • 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} = 0 (incompressible).
  • Irrotational: A vector field where curl F=0\text{curl } \mathbf{F} = \mathbf{0}.
  • Conservative Field: A field that is the gradient of some scalar potential function ϕ\phi (i.e., F=ϕ\mathbf{F} = \nabla \phi).

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 \rangle)Result Type
Gradientf\nabla ffx,fy,fz\langle f_x, f_y, f_z \rangleVector
DivergenceF\nabla \cdot \mathbf{F}Px+Qy+RzP_x + Q_y + R_zScalar
Curl×F\nabla \times \mathbf{F}ijkxyzPQR\begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ \partial_x & \partial_y & \partial_z \\ P & Q & R \end{vmatrix}Vector

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


Hierarchical Outline

  1. The Del Operator (\nabla)
    • Foundational tool for multivariable differentiation.
  2. Divergence (F\nabla \cdot \mathbf{F})
    • Computation: Dot product of \nabla and F\mathbf{F}.
    • Interpretation: Positive = Source, Negative = Sink, Zero = Incompressible.
  3. Curl (×F\nabla \times \mathbf{F})
    • Computation: Cross product of \nabla and F\mathbf{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} (Gradients are irrotational).
    • div(curl F)=0\text{div}(\text{curl } \mathbf{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 \rangle.

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=2x+x+1=3x+1\text{div } \mathbf{F} = 2x + x + 1 = 3x + 1

  2. Curl: curl F=ijkxyzx2xyz\text{curl } \mathbf{F} = \begin{vmatrix} \mathbf{i} & \mathbf{j} & \mathbf{k} \\ \partial_x & \partial_y & \partial_z \\ x^2 & xy & z \end{vmatrix} i(yzzxy)j(xzzx2)+k(xxyyx2)\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(00)j(00)+k(y0)=0,0,y\mathbf{i}(0 - 0) - \mathbf{j}(0 - 0) + \mathbf{k}(y - 0) = \langle 0, 0, y \rangle

Example 2: Conservative Test

Task: Is F=exsiny,excosy,0\mathbf{F} = \langle e^x \sin y, e^x \cos y, 0 \rangle conservative?

Solution: Calculate the curl: curl F=(00),(00),(excosyexcosy)=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 \rangle Since curl F=0\text{curl } \mathbf{F} = \mathbf{0} and the domain is R3\mathbb{R}^3 (simply connected), the field is conservative.


Checkpoint Questions

  1. What is the divergence of the curl of any smooth vector field F\mathbf{F}?
    • (Answer: 0)
  2. If div F=5\text{div } \mathbf{F} = 5 at a point PP, is fluid moving toward or away from PP?
    • (Answer: Away from P; it is a source)
  3. Calculate curl y,x,0\text{curl } \langle y, -x, 0 \rangle. What does the result tell you about the rotation?
    • (Answer: 0,0,2\langle 0, 0, -2 \rangle. The rotation is clockwise around the z-axis.)
  4. True or False: If a field is conservative, its curl must be zero.
    • (Answer: True)

Ready to study Calculus III: Multivariable Calculus?

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

Start Studying — Free