Gauss's Theorem, Divergence Theorem
📂Mathematical PhysicsGauss's Theorem, Divergence Theorem
Theorem
The following holds for a 3-dimensional vector function F:
∫V∇⋅FdV=∮SF⋅dS
Here, ∇⋅F is divergence, ∫V is volume integration, and ∮S is closed surface integration.
Description
This is called Gauss’s theorem, Green’s theorem, or divergence theorem. The divergence theorem is especially used in electromagnetics.
Mathematical Meaning
Mathematically, it means that a surface integral can be expressed as a volume integral, and a volume integral can be expressed as a surface integral. In other words, it’s possible to convert triple integrals and double integrals to each other.
Physical Meaning
Physically, the total sum of amounts coming in and out at each point (small volume) on the left side of ((1) is the same as the total sum of amounts coming in and out on the entire surface of the volume on the right side of ((1).
As a simple example, imagine there are people in a room. People enter and leave the room through the door. Suppose there are two observers, one looking inside the room and the other at the door. Let’s say 2 people enter the room and 3 people leave. Then, the change of people as seen by the observer inside the room is ∣2−3∣=1, and the change of people as seen by the doorkeeper is ∣3−2∣=1. (Count as +1 when 1 people open the door and leave) These two are always the same.
Proof
Let’s check if the volume integral of divergence for each face adds up to the same.


Adding up the surface integral for all faces results in:
∫S1F⋅dS1+∫S2F⋅dS2+∫S3F⋅dS+∫S4F⋅dS4+∫S5F⋅dS5+∫S6F⋅dS6
First, let’s calculate for faces S1 and S2, which are perpendicular to the x axis. It’s F=Fxx^+Fyy^+Fzz^, and each surface’s direction is outward. Assume the direction of F is the same as S1. Then, the two surface integrals are as follows:
∫S1F⋅dS1+∫S2F⋅dS2=∫S1FxdS1−∫S2FxdS2=∫zz+Δz∫yy+ΔyFx(x+Δx,y,z)dydz−∫zz+Δz∫yy+ΔyFx(x,y,z)dydz=∫zz+Δz∫yy+Δy[Fx(x+Δx,y,z)−Fx(x,y,z)]dydz
At this point, by the Fundamental Theorem of Calculus, since ∫abdxdF(x)dx=F(b)−F(a), it can be summarized as follows:
===∫zz+Δz∫yy+Δy[Fx(x+Δx,y,z)−Fx(x,y,z)]dydz ∫zz+Δz∫yy+Δy[∫xx+Δx∂x∂Fx(x,y,z)dx]dydz ∫zz+Δz∫yy+Δy∫xx+Δx∂x∂Fx(x,y,z)dxdydz ∭∂x∂FxdV
Thus, the following result is obtained:
∫S1F⋅dS1+∫S2F⋅dS2=∭∂x∂FxdV
Similarly, if we calculate the surface integrals for S3 and S4, and the surface integrals for S5 and S6, we get:
∫S3F⋅dS1+∫S4F⋅dS2=∭∂y∂FydV
∫S5F⋅dS5+∫S6F⋅dS2=∭∂z∂FzdV
Finally, adding all the surface integrals for the 6 faces gives:
∮SF⋅dS=∭∂x∂FxdV+∭∂y∂FydV+∭∂z∂FzdV=∭[∂x∂Fx+∂y∂Fy+∂z∂Fz]dV=∭∇⋅FdV=∫V∇⋅FdV
■