Section 17.1

Curl and Divergence

Two fundamental operations that tell us how a vector field spins and expands.

1

Introduction

In 3D vector calculus, the derivative of a field isn't just a single thing. We split it into two concepts:

  • Curl: Measures the local rotation or "spin" of the field.
  • Divergence: Measures the local expansion or "outflow" of the field.
2

Curl (Rotation)

Formula

The Curl is a Vector. It is calculated as the cross product of the del operator with the field:

If Curl is zero everywhere, the field is Irrotational (and Conservative).

3

Divergence (Expansion)

Formula

The Divergence is a Scalar. It is the dot product of the del operator with the field:

If Div is zero, the fluid is Incompressible.

4

Visualizing Fields

Rotational Field (High Curl)

Explosive Field (High Divergence)

5

Worked Examples

Example 1: Computing Curl

Find the curl of .

1. Setup Matrix:

2. i-component:

.

3. j-component:

.

4. k-component:

.

Result: .

Example 2: Computing Divergence

Find the divergence of .

1. Differentiate Components:

.

.

.

2. Sum:

.

The field is uniformly expanding everywhere!

Example 3: Useful Identity

Show that for any smooth vector field.

1. Write components of Curl:

.

2. Take Divergence:

.

.

3. Cancel (Clairaut's Theorem):

, , etc.

Everything cancels to 0. A rotational field has no source or sink.

6

Practice Quiz

Loading...