Gradient of a Scalar Filed (Isoline, Gradient line, Directional derivative)
对于一个在三维笛卡尔坐标系下的标量场:
在该空间中给定点的梯度定义为:
该向量:
- 它的大小是在给定点处坐标空间每单位长度下的最大变化率(Its magnitude is the maximum rate of change of per unit length of the coordinate space at the given point.);
- 它的方向是在给定的点上的最大变化率。(Its direction is that of maximum rate of change of at the given point.)
例如,考虑一个二维笛卡尔空间的压力场(pressure filed),如下图所示:

实线是lines of constant pressure,即同一条实线连接了压力场中具有相同值的点,这样的实线被称作等值线(Isolines)。
考虑在上图中的任意一个点,如果我们从这个点向任意一个方向移动,通常而言,值会发生变化,因为我们移动到了空间中的另一个位置。并且,如果是朝着某个方向移动,那么当在这个方向上移动a unit length,值会发生最大的变化(changes the most)。于是,我们将这个方向定义为的方向;而在这个方向上移动unit length所导致的值的变化大小就对应的大小。
在坐标空间中,当从一个点到另一个点时,的大小和方向都会发生变化。如果我们在这个二维空间中画的一条线,这条线在每个点都与相切,则这条线就被定义为梯度线(A line drawn in this space along which is tangent at every point is defined as a gradient line.)。并且,在坐标空间中的任一给定点处,梯度线和等值线都是垂直的(The gradient line and isoline through any given point in the coordinate space are perpendicular.)(关于这一点的解释可见博客The Gradient is Perpendicular to the Tangent of the Contour Line - What a starry night~)。
考虑下图中任一给定点处:

任意选择一个方向,令为方向上的单位向量,则方向上的单位长度变化对应的变化率为:
其中,称为方向上的方向导数(directional derivative)。式表明在任意方向上的变化率是在该方向上的分量(The rate of change of in any direction is simply the component of in that direction)。
Divergence of a Vector Field
考虑一个三维笛卡尔坐标系下的矢量场:
其散度(Divergence)定义为:
注意,矢量的散度是一个标量。
Curl of a Vector Field
同样考虑一个三维笛卡尔坐标系下的矢量场:
其旋度(Curl)定义为:
Line Integrals
考虑一个三维笛卡尔坐标系下的向量场:
如下图所示,空间中的一条曲线连接了和两个点:

令是曲线的长度微元(elemental length of the curve),是相切于其曲线的单位向量,定义:
则向量场沿着曲线(从到)的线积分(line integral)定义为:
如果曲线是闭合的,如下图所示:

则线积分表示为:
其中,积分的方向为曲线的逆时针方向(counterclockwise direction),该方向也被约定为为正方向(The positive direction around a closed curve is, by convention, that direction you would move such that the area enclosed by is always on your left).
Surface Integrals
考虑一个由闭合曲线环绕的开曲面(open surface),如下图所示:

点位于曲面上,令为曲面的面积微元(elemental area),是该面积微元的法单位向量(a unit vector normal to the surface),其方向满足右手定则(right-hand rule: Curl the fingers of your right hand in the direction of movement around ; your thumb will then point in the general direction of ).定义矢量面积微元为:
于是,可以得到曲面的曲面积分(Surface integral)的三种定义方式:
如果曲面是闭合的(例如sphere或者cube的surface),如下图所示:

则曲面微元的单位向量指向表面的外侧(away from the enclosed volume),则面积分分别定义为:
Volume Integrals
考虑空间中的一个体(volume),则它所对应的体积分(Volume integrals)定义为:


Relations Between Line, Surface, and Volume Integrals
Stokes’ theorem
仍然考虑这样一个被闭合曲线所包围的开曲面:

令是一个向量场,则Stokes’ theorem表明,曲线关于的线积分与开曲面上的面积分有关:

Divergence theorem
仍然考虑一个由闭合曲面包围的体:

则向量场的面积分和体积分由Divergence theorem联系起来:

Gradient theorem
如果表示一个标量场,则类似于Divergence theorem,则有Gradient theorem:

References
[1] Anderson, John. EBOOK: Fundamentals of Aerodynamics (SI units). McGraw hill, 2011.