Undergraduate → Calculus → Multivariable Calculus ↓
Divergence and Curl
Introduction
In multivariable calculus, we often deal with vector fields, which are functions that assign a vector to every point in space. Two important operations that help us understand vector fields are divergence and curl. These operations help investigate various properties of fields such as rate of change, direction, rotation, and more. Extensive knowledge about divergence and curl is required in fields such as physics, engineering, and computer graphics.
What is divergence?
Divergence measures how much a vector field spreads out or comes together at a point. If you can imagine fluid flowing through the field, the divergence at a point represents the net flow of fluid outward from the point.
Mathematically, for a vector field F = (F1, F2, F3)
in three dimensions, the divergence is a scalar given by:
div F = ∇ • F = ∂F1/∂x + ∂F2/∂y + ∂F3/∂z
In this equation, ∇ (nabla) denotes the vector differential operator. Here, ∂
denotes a partial derivative, which measures the rate at which a function changes when one of its variables changes, while the others remain constant.
Visual example: Divergence in two dimensions
Let's consider a simple visual example of a vector field in two dimensions, where the vectors are radiating outward from the origin:
In this example, the divergence is positive, because the vector field expands as you move away from the origin.
Text examples of divergence
Example 1
Consider the vector field F = (x, y, z)
.
div F = ∂/∂x (x) + ∂/∂y (y) + ∂/∂z (z) = 1 + 1 + 1 = 3
Here the divergence is constant and positive, i.e. the field continues to expand.
Example 2
Take the vector field G = (x, -y, z)
.
div G = ∂/∂x (x) + ∂/∂y (-y) + ∂/∂z (z) = 1 – 1 + 1 = 1
The divergence in this area is lower than in the previous example, indicating less dispersion.
Physical interpretation of the divergence
Divergence has important real-world implications, especially in fluid dynamics and electromagnetism:
- In fluid dynamics, divergence measures the rate at which the volumetric density of a fluid expands or compresses at a point. Positive divergence indicates a source of flow or expansion, while negative values suggest sink or compression.
- In electromagnetism, Gauss's law, one of Maxwell's equations, uses divergence to relate the distribution of electric charge to the resultant electric field.
What is curl?
Curl, on the other hand, measures the tendency of a vector field to rotate around a point. If you think of a vector field as representing the flow of wind or water, curl represents the amount of rotation or whirling around a given point.
For a three-dimensional vector field F = (F1, F2, F3)
, the curl is a vector given by:
curl F = ∇ × F = (∂F3/∂y - ∂F2/∂z, ∂F1/∂z - ∂F3/∂x, ∂F2/∂x - ∂F1/∂y)
The curl is a vector whose components are determined by changes in the components of F
. In essence, it provides a measure of the rotation of the field for each point.
Visual example: Curl in two dimensions (conceptual)
Imagine a vector field that forms a circle, where the vectors point on a circular path around the origin:
Here, the curl is not zero because the vectors are forming a circular pattern, which is indicative of a rotational or curved field.
Curl text examples
Example 1
Consider the vector field H = (-y, x, 0)
.
curl H = ∇ × H = (0, 0, (∂/∂x (x) - ∂/∂y (-y))) = (0, 0, 2)
Since the non-zero portion of the curl vector is in z
direction, this suggests that the field rotates primarily around z
axis.
Example 2
Take the vector field K = (yz, zx, xy)
.
curl K = ( ∂/∂y(xy) - ∂/∂z(zx), ∂/∂z(yz) - ∂/∂x(xy), ∂/∂x(zx) - ∂/∂y(yz) ) = (0, z – x, z – y)
This example demonstrates the presence of rotation in the vector field about different axes.
Physical interpretation of curl
Curls can be observed in a variety of physical scenarios:
- In fluid dynamics, curl indicates the rotational part of the velocity field of a fluid. If you think of water flowing down a drain, the curl would represent the rotating motion.
- In electromagnetism, the curl is used in Faraday's law of induction to describe how a changing magnetic field induces an electric field.
Final thoughts
Divergence and curl are fundamental concepts used in the analysis of vector fields in calculus. They provide a precise mathematical framework for studying many physical phenomena, from fluid flow to electromagnetic fields. Understanding these concepts helps not only in theoretical mathematics but also in practical applications in various scientific and engineering domains.
Understanding these abstract concepts can be challenging at first. However, by using visual examples and breaking down each component, you can get a better intuitive sense of what divergence and curl represent. As you move into more advanced applications, these basic building blocks will serve you well in further understanding and effectively using multivariable calculus.