Take Rn to be our space. Let x1,⋯,xn be the standard coordinates.
Let u1,⋯,un be a general curvilinear coordinates. Then, we have vector basis transformation rule
∂ui∂=j∑∂ui∂xj∂xi∂.
We can then compute the component of metric tensor in ui coordinates
gij=g(∂ui∂,∂uj∂)=k∑∂ui∂xk∂uj∂xk
If we view gij as entries of a matrix [gij], then we denote gij the entries of the inverse matrix. Let ∣g∣=det([gij]) be the determinant of the matrix. Then, our formula for the Laplacian operator is (where ∂i=∂/∂ui)
Δf=i,j∑∣g∣1∂i(gij∣g∣∂j(f))
Testing the formula
Let's consider spherical coordinates, we have
x=rsinθcosϕ,y=rsinθ,sinϕ,z=rcosθ.
Denote u1=r,u2=θ,u3=ϕ. Then we have
g11=1=∥∂r∥2,g22=r2=∥∂θ∥2,g33=r2sin2θ=∥∂ϕ∥2.
The ∣g∣=r2sin(θ)
This is an example of ortho-curvilinear coordinate, which means ∂i⊥dj , i.e. gij=0, for i=j, This simplifie the expression tremendorsly, because gii=1/gii.
Let f be any smooth function on Rn and φ be a “compactly supported” function, which means φ(x) vanishes if ∣x∣ is sufficently large. We define Δf such that the following is true for all φ
(1) If we use Cartesian coordinate, then the above formula translates into
I=∫i∑∂xif⋅∂xiφdx1⋯dxn=∫(−i∑∂xi2f)⋅φdx1⋯dxn
where we used integration by part. Thus, we get
Δf(x)=i∑∂xi2f(x)
So this definition makes sense.
(2) If we use curvilinear cooridnate , then we claim that
dVolg(u)=∣g∣du1⋯dun(1)
and that
(df,dφ)g=i,j∑gij∂uif∂ujφ(2).
Given these two claim, we get
I=∫i,j∑gij∂uif∂ujφ∣g∣du1⋯dun=∫−i,j∑∂uj(gij∣g∣∂uif)φdu1⋯dun=∫−∣g∣1i,j∑∂uj(gij∣g∣∂uif)φ∣g∣du1⋯dun
Hence, we have
Δf=∣g∣1i,j∑∂uj(gij∣g∣∂uif)
Tying up the loose ends
We will prove the two claims above. The first is about volume element.
Volume Element
I will motivate this using vector space. Suppose we are in Rn, and we have a new basis e~1,⋯,e~n. We are interested in getting the volume spanned by the skewed cube with sides given by these basis vectors.
You say, this is easy! Suppose we know the components of e~i in the standard basis, then we can write
e~i=j∑aijej
and ∣detaij∣ is our desired volume.
The fancy way of saying this is that
detaij=e1∧⋯∧ene~1∧⋯∧e~n
We take the volume of e1∧⋯∧en to be one. Then take the absolute number of detaij, just in case it is a negative number.
However, we are not given aij! We are only given the gij, which are
gij=g(e~i,e~j)
Fortunately, we can obtain gij from aij, and their determinants are also related.
Concretely, we have
gij=k∑aikajk
Hence, if you view G as the matrix with entry gij and A as a matrix with entries aij, we get
G=AAT⇒detG=det(AAT)=detA⋅detAT=(detA)2
Thus, to get ∣detA∣, we can just do
∣detA∣=detG
and don't worry, G is positive definite, hence detG>0, so the square-root make sense.
Cotangent Vector
For p∈Rn, we define TpRn to be the dual vector space of TpRn, and an element of it is called a covector, or cotangnet vector.
If f is a function, then df(p) is an element of Tp∗Rn. In Cartesian coordiante, we can write
df=i∑∂xi∂fdxi
Actually, if we are given any coordinate system (u1,⋯,un), then we have a basis of Tp∗Rn, given by du1,⋯,dun. And any df can be written as
df=i∑∂ui∂fdui.
Inner product of Covector
But, you wrote (df,dφ)g, what is that? It means, I am taking inner product of two co-vectors, using information of g.
Wait, g is only inner product on TpRn, how do you get inner product on Tp∗Rn.
Well, in general, if V has an inner product, we can equip V∗ with an inner product in the following way. Take ei an orthonormal basis of V, and hi the dual basis of V∗. We declare hi to be an orthonormal basis of V∗. This declaration defines an inner product on V∗, sometimes denoted as g∗.
That is still kind of abstract, let us use basis. Say, you pick a basis ei of V, and you know that
gij=g(ei,ej). You want to find out g∗ on V∗ using the dual basis hi. We then know that
gij:=g∗(hi,hj) forms a matrix, and it is the inverse matrix for the one formed by gij.
(Warning, we do not have $g^{ij} = \frac{1}{g_{ij}$, we should take the matrix inverse.)
That's it. Hence, we write
(df,dφ)g=g∗(i∑dui∂fdui,j∑duj∂φduj)=i,j∑dui∂fduj∂φg∗(dui,duj)=i,j∑dui∂fduj∂φgij
math121b/02-07.txt · Last modified: 2020/02/07 01:36 by pzhou