Multivariable Calculus – Formal Definition of Divergence of Vector Field

multivariable-calculus

I recently completed an introductory course on multivariate calculus, and I'm still trying to come to grips with the concepts taught in the vector calculus segment. Right now, I'm reviewing the concept of divergence.

I understand the lexical definition of divergence, that (in $\mathbb{R}^3$ at least) it's the volumetric density of the outward flux of a vector field. The formulaic definition that Wikipedia and Wolfram offer makes similar sense:
$$\mathrm{div}\,\mathbf{F}=\lim_{V \to 0}{\iint_S{\frac{\mathbf{F}\cdot\mathbf{n}}{V}dS}}$$

What I don't understand, however, is how
$\mathrm{div}\,\mathbf{F}=\nabla\cdot\mathbf{F}$ follows from the above statement. Something like $\mathrm{div}\,\mathbf{F}=|\nabla\mathbf{F}|$ seems to make more sense to me, because $\mathrm{div}\,\mathbf{F}=\nabla\cdot\mathbf{F}$ just adds up the partials in what are essentially three random directions ($\mathbf{i},\,\mathbf{j},\mathbf{k}$, after all, are the conventional basis vectors for $\mathbb{R}^3$), whereas $\mathrm{div}\,\mathbf{F}=|\nabla\mathbf{F}|$ isn't as… arbitrary? I suppose.

In short: how do you proceed from the formal definition of divergence as the limit of flux over volume as volume goes to zero to getting that divergence is equal to the dot product of nabla and the vector field?

Best Answer

Let $V$ be a cubical volume of edge length $\ell$. As $\ell$ is small, $F$ is approximately constant over each of the faces (note we do not say it is constant over the box).

Let $r$ be the center of the box. The divergence is then

$$\mathrm{div} F = \lim_{\ell \to 0} \frac{1}{\ell^3} [F(r + \ell \hat x/2) \ell^2 - F(r - \ell \hat x/2)\ell^2 + \text{terms like this for $y$, $z$}]$$

A simple rearrangement shows that you get exactly the definition of $\partial F/\partial x$ from the term I've written out, and similarly for the other terms. This is all obtained by evaluating the integral for a particularly chosen geometry of the volume.

As the logic is much the same for the curl, I'd say more this is a way of defining $\nabla$ and how it works, what its expression in various coordinate systems must be. In fact, this construction is used to derive $\nabla$ and its coordinate expression for more general manifolds. It's not that $\nabla$ is defined out of the blue and we show that divergence is related to it. Rather, we found divergence and curl and realized that the geometric arguments used lent themselves to relating them both to a vector differential operator.