Physvillain

Basic Tensor Calculus (3) - Metric 본문

General Relativity

Basic Tensor Calculus (3) - Metric

Physvillain 2020. 10. 30. 10:39

이 글은 2020.01.14에 작성됨.

원본 : physvillain.blogspot.com/2020/01/basic-tensor-calculus.html

 

이제 본격적으로 좌표계를 구체화해보는 과정이다. 일반적인 m차원 unit basis에서 미소변위는 다음과 같이 표기한다.

dr=(h(1)dx1,h(2)dx2,,h(m)dxm)=ih(i)dxie^(i)

여기서 e^(i)는 physical unit basis로, spherical로 치면 r^,θ^,ϕ^이다. (일반적으로 지금까지 basis라고 칭했던 것들을 생각하면 된다.) physical basis는 covariant하지도, contravariant하지도 않으며, weight function h(i) 역시 마찬가지다. 따라서 이것은 일반적으로 Einstein convention을 따르지 않으며, summation 표시를 취해주었다. 아래 표는 대표적으로 많이 써 왔던 좌표계들에 대한 weight를 보여준다.

Table : Nomenclature for the most common coordinates. (from David A. Clarke (2011). A Primer on Tensor Calculus) (Typo : cylinderical -> cylindrical)

dr의 자기자신에 대한 dot product를 취해주면 우리는 coordi-system에 대한 정보로 metric을 얻을 수 있다.

dr2=ijh(i)h(j)e^(i)e^(j)dxidxjgijdxidxj

여기서 physical basis의 내적 e^(i)e^(j)=cosθ(ij)로 흔히 말하던 directional cosine이다. 당연하게도 orthogonal basis면 kronecker delta가 될 것이고 따라서 metric은 diagonal할 것이다.

 

DEF 3.1. The metric gij is given by gij=h(i)h(j)e^(i)e^(j), which by inspection, is symmetric under the interchange of its indices.

 

THM 3.1. The metric is a rank 2 covariant tensor.

 

dr2은 두 점간의 거리로 좌표변환에 무관한 scalar이다. 따라서

dr2=g~ijdx~idx~j=gkldxkdxldxkdxl(gklx~ixkx~jxl)=0

모든 dxkdxl에 대하여 성립해야 하므로 metric은 rank 2 tensor의 변환규칙을 따른다.

 

DEF 3.2. The conjugate metric, gkl, is the inverse to the metric tensor, then satisfies gklglq=δqk.

 

DEF 3.3. A conjugate tensor is the result of multiplying a tensor with the metric, then contracting one of the indices of the metric with one of the indices of the tensor.

 

metric과 tensor의 index가 결합하여 index를 내리거나 올리는데, p+q=n인 rank n tensor Ti1ipj1jq를 예시로 들어보자.

gkirTi1ipj1jq=Ti1ir1ir+1ipkj1jq

gljsTi1ipj1jq=Ti1iplj1js1js+1jq

따라서 우리는 metric만 결정해 내면 dxi같은 contravariant 성분도 covariant하게 바꿀 수 있고 반대도 역시 마찬가지다. 만약 Xi를 Euclidean이라 하면 metric은 δij이고,

dr2=δijdXidXj=δijXixkXjxldxkdxl=gkldxkdxl

이므로, 만약 우리가 embedding function Xi(xj)를 안다면, metric을 다음과 같이 나타낼 수도 있다.

gij=δklXkxiXlxj,gij=δklxiXkxjXl

 

 

Comments