We first finish up the derivation of Laplacian last time. See the lecture note 2020-02-07, Friday. Then, we introduce two vector operations, divergence and curl. Finally, we give a summary of the mathematical treatment of tensor analysis.
Then, we will follow Boas 10.9 and 10.10, to introduce the physic-engineer notations: the nabla operator ∇.
Differential of a function is a 1-form (covector field)
In Cartesian coordinate, the differential of a function f is
$$ df = \sum_i \frac{\df }{\d x_i} dx_i. $$
In general coordinate (u1,⋯,un), the differential of a function f is
df=i∑∂ui∂fdui.
You can specify the differential of a function directly: df at a point p∈Rn is a linear function on TpRn, df(p)∈(TpRn)∗. It does the following
df(p):vp↦vp(f),vp∈TpRn
where vp(f) is the directional derivative of f along vp.
Gradient of a function (is a vector field)
In Cartesian coordinate, the gradient of a function is
grad f=i∑∂xi∂f∂xi∂.
In general coordinate, the gradient of a function is more complicated
grad f=i,j∑gij∂ui∂f∂uj∂,
where gij is the entry of the inverse matrix of the matrix [gkl]. And it just happens that, for Cartesian coordinate, gij=δij.
Note that gij and gij depends on the coordinate system.
gij=g(∂ui∂,∂uj∂),gij=g∗(dui,duj).
Notation ∇f= grad f.
Divergence of a Vector field (is a function)
Let Rn be the flat space, with standard coordinates (x1,⋯,xn).
Let V be a vector field on Rn, that is, for each point p∈Rn, we specify a tangent vector
V(p)=i=1∑nVi(p)∂i∈TpRn.
We require that Vi(p) varies smoothly with respect to p.
The divergence of V is a function on Rn,
div(V)=i=1∑n∂i(Vi)
recall that Vi is a function on Rn, and ∂i is taking the partial derivative with respect to xi.
Notation ∇⋅V=div(V).
What does divergence mean? Geometrically, it measure the relative change-rate of the volume of an infinitesimal cube situated at point p. Suppose Φt:Rn→Rn is the flow generated by V (every point moves as dictated by V). And let C=C(p,ϵ) be a cube of side-length ϵ, center at p.
Then, we have the geometrical interpretation as
div(V)=ϵ→0limVol(C)1dtdVol(Φt(C))∣t=0.
That is why, if S⊂Rn is an open domain, we can compute the change-rate of the volume of S by
dtdVol(Φt(S))∣t=0=∫Sdiv(V)(x)dVol(x).
In curvilinear coordinate.
The formula for computing the divergence is the following, suppose V=∑iVi∂ui∂, then
div(V)=i=1∑n∣g∣1∂ui∂(∣g∣Vi)
Exercise: prove that for any compactly supported function φ1), we have
∫Rn(∇⋅V)(u)f(u)∣g∣(u)du1⋯dun=∫Rng(V,∇f(u))∣g∣(u)du1⋯dun