User Tools

Site Tools


math121b:02-03

2020-02-03, Monday

Curvilinear coordinate

Definition(Curviliear coordinates) Let UU be an open set in Rn\R^n. A curvilinear coordinate on UU is a smooth function f=(f1,,fn):URnf=(f_1,\cdots,f_n): U \to \R^n, such that

  • ff is a bijection between UU and its image f(U)f(U)
  • and the inverse function f1:f(U)Uf^{-1}: f(U) \to U is also smooth.

Notation We reserve the notation (x1,,xn)(x_1, \cdots, x_n) to be the standard Cartesian coordinate on Rn\R^n. We use notation of a pair (U,(u1,,un))(U, (u_1, \cdots, u_n)), or (U,(f1,,fn))(U, (f_1, \cdots, f_n)) for a coordinate on URnU \subset \R^n.

Tangent Vector

\gdef\b{\mathbf} \gdef\d{\partial}

Consider the n-dimensional Euclidean space Rn\R^n with basis vectors e1,,en\b e_1, \cdots, \b e_n. A vector v=v1e1++vnen\b v = v^1 \b e_1 + \cdots + v^n \b e_n has two possible meansings

  1. it can represent a location in the space Rn\R^n. You cannot add two locations (can you add New York to San Francisco?)
  2. it can represent a velocity vector (an arrow with direction and length).

In order to represent both the position and the velocity 1), we need consider the notion of a tangent vector on Rn\R^n.

Definition (Tangent vector) A tangent vector on URnU \subset \R^n is a pair (a,v)(\b a, \b v) representing the location and velocity of a particle, where aU\b a \in U represent the position, and vRn\b v \in \R^n represent the velocity. We denote the set of tangent vectors over a point pUp \in U as TpUT_p U. It is an nn-dimensional vector space.

Warning: Only tangent vectors standing over the same position can be added or subtracted.

Definition (Vector field) A vector field on URnU \subset \R^n is an assignment of tangent vectors v\b v to each point aU\b a \in U, such that v\b v varies smoothly with respect to a\b a.

Example: Coordinate Vector Field

Let (U,(u1,,un))(U, (u_1, \cdots, u_n)) be a coordinate system on UU. Let pUp \in U be a point, and choose an i{1,,n}i \in \{1, \cdots, n\}. We will define a tangent vector uip\frac{\d}{\d u_i} \vert_p at pp “physically” as follows. Consider the motion of a particle on UU, describe by the following curve γ:(ϵ,+ϵ)U\gamma: (-\epsilon, +\epsilon) \to U, such that γ(0)=p\gamma(0) = p, and for t(ϵ,+ϵ)t \in (-\epsilon, +\epsilon) uj(γ(t))={uj(γ(0))jiuj(γ(0))+tj=i u_j(\gamma(t)) = \begin{cases} u_j(\gamma(0)) & j \neq i \cr u_j(\gamma(0))+t & j = i \end{cases} . Then, we define uip\frac{\d}{\d u_i} \vert_p to be the velocity of the particle at the moment t=0t=0.

As we vary pUp \in U, the tangent vectors uip\frac{\d}{\d u_i} \vert_p forms a vector field, denoted as ui\frac{\d}{\d u_i} or ui\d_{u_i}. This is called a coordinate vector field.

Without spelling out all the details, I will simply say that ui\d_{u_i} generate a flow (or motion) of UU, that moves each point on UU by keeping all the uju_j coordinates fixed and only increasing the uiu_i coordinate “at unit speed”. Imagine x\d_x on R3\R^3 is moving everyone towards the positive xx axis.

Cotangent Vector

Recall previously, at every point pUp \in U, we have the tangent vector space TpUT_p U. We can consider the dual space there and we get TpUT^*_p U. An element in TpUT_p^* U is called a cotangent vector.

Let ff be a smooth function on UU. pUp \in U a point. We will define df(p)TpUdf(p) \in T_p^*U a cotangent vector at pp. By definition, we need to specify for each tangent vector vTpUv \in T_p U, what is the value df(p)(v)df(p)(v). This is the directional derivative of ff at pp in the direction vv: df(p)(v):=i=1nvifxip df(p)(v) := \sum_{i=1}^n v^i \frac{\d f}{\d x_i}\vert_p

We can define df(p)(v)df(p)(v) without using coordinate. Let γ:(ϵ,+ϵ)U\gamma: (-\epsilon, +\epsilon) \to U be a curve, such that γ(0)=p\gamma(0)=p and γ˙(0)=v\dot \gamma(0)=v, then df(p)(v)=df(γ(t))dtt=0. df(p)(v) = \frac{d f(\gamma(t))}{d t} \vert_{t=0}.

Definition (Differential 1-form) A differential one-form is a assignment from pUp \in U to elements in TpUT_p^*U, that varies smoothly with pp.

dfdf is a differential one-form. Since the coordinates x1,,xnx_1, \cdots, x_n are also function on UU, we also have dx1,,dxndx_1, \cdots, dx_n as differential one-forms.

Lemma Let u1,,unu_1, \cdots, u_n be a coordinate on UU. Then for each point pp, du1(p),,dun(p)du_1(p), \cdots, du_n(p) is a basis of the cotangent vectors TpUT_p^* U.

Since {dui(p)}\{ d u_i(p) \} is a basis on TpUT_p^*U, we can decompose the element df(p)df(p), it turns out the decomposition is as following df(p)=fu1(p)du1++fun(p)dun, df(p) = \frac{\d f}{\d u_1}(p) d u_1 + \cdots + \frac{ \d f}{\d u_n} (p) d u_n, where the partial derivatives fui(p)=df(p)(ui). \frac{\d f}{\d u_i}(p) = df(p) (\frac{\d }{\d u_i} ). If one view ff as a function on the curvilinear coordinates u1,,unu_1, \cdots, u_n, then these are indeed partial derivatives.

1)
the use of the terminology 'velocity' is not standard in math.
math121b/02-03.txt · Last modified: 2020/01/31 21:14 (external edit)