[Math] Gauss-divergence theorem for volume integral of a gradient field

computational mathematicsvector analysis

I need to make sure that the derivation in the book I am using is mathematically correct. The problem is about finding the volume integral of the gradient field. The author directly uses the Gauss-divergence theorem to relate the volume integral of gradient of a scalar to the surface integral of the flux through the surface surrounding this volume, i.e.

$$\int_{CV}^{ } \nabla \phi dV=\int_{\delta CV}^{ } \phi d\mathbf{S}$$

The book page is available via this link: http://imgh.us/Esx.jpg

Is that true?
is there any mathematical derivation available for Gauss-divergence theorem (or similar theorem) when we consider gradient instead of divergence?

Does that has any physical significance as in case of divergence?

Best Answer

The statement is true. It is typically proved using following properties of vectors.

Two vectors $\vec{p}, \vec{q} \in \mathbb{R}^n$ equals to each other if and only if for all vectors $\vec{r} \in \mathbb{R}^n$, $\vec{r}\cdot \vec{p} = \vec{r}\cdot \vec{q}$.

Back to our original identity. For any constant vector $\vec{k}$, we have

$$\vec{k} \cdot \left(\int_{CV}\nabla\phi dV\right) = \int_{CV} \nabla\cdot(\phi \vec{k}) dV \stackrel{\color{blue}{\verb/div. theorem/}}{=} \int_{\partial CV} \phi \vec{k} \cdot d\vec{S} = \vec{k} \cdot \left(\int_{\partial CV} \phi d\vec{S}\right)$$

The first equality holds because $\vec{k}\cdot\nabla\phi = \nabla\cdot(\phi \vec{k}) - \phi(\nabla\cdot \vec{k})$ Additionally, since $\vec{k}$ is a constant vector, $\nabla\cdot\vec{k} = 0$. Hence, $\vec{k}\cdot\nabla\phi = \nabla\cdot(\phi\vec{k})$.

Since this is true for all constant vector $k$, the two vectors defined by the integrals equal to each other. i.e.

$$\int_{CV}\nabla\phi dV = \int_{\partial CV} \phi d\vec{S}$$