7thSon said:
Using the surface mapping
<br />
s(u,v) := (x(u,v), y(u,v), z(u,v))<br />
I get a Jacobian that looks like
<br />
\[ \left( \begin{array}{ccc}<br />
x_u & x_v\\<br />
y_u & y_v \\<br />
z_u & z_v \end{array} \right)\]<br />
Now, the vectors (x_u, y_u, z_u) and (x_v, y_v, z_v) are the columns of the Jacobian for this mapping, but they are themselves vectors in the image of this mapping, and form a basis for the tangent space of the image (is that correct?).
Yes. The vectors that make up the columns of the Jacobian make up a basis of the tangent space. However, there is more that we can say about this, and the appropriate concepts and notation makes it more clear.
The mapping s(u,v) := (x(u,v), y(u,v), z(u,v)) defines a two dimensional surface in the three dimensional space x,y,z space. The functions u and v are coordinates on this surface, and you can characterize the coordinates by drawing constant surfaces of u and v. There are a couple of concepts that are more clear if we do not use a 2D mapping, so I will add a coordinate w to the list.
The mapping s(u,v,w) := (x(u,v,w), y(u,v,w), z(u,v,w)) defines new coordinate mapping of the x,y,z space. The functions u, v, and w are the new coordinates, and you can characterize the coordinates by drawing constant surfaces of u, v, and w. For example, the coordinate surfaces of u are drawn by holding u constant and drawing s(u=c,v,w). We then increment u by \Delta u and draw s(u=c + \Delta u, v, w). We continue this process incrementing u by constant amounts and drawing s(u=c+n * \Delta u, v, w). We then repeat the process by holding v constant rather than u. We repeat the process again for w as well. This is the typical way we characterize a coordinate system such as cylindrical or spherical coordinates.
When you define a set of coordinates, you also define a dual set of coordinate lines. These lines are parameterized lines, and the parameter for a coordinate line is the associated coordinate function. The coordinate lines are visibly when the coordinate system is drawn. The coordinate line for u falls along intersecting constant surfaces of v and w, and as noted the parameterization of the coordinate line for u is defined by coordinate u. Similarly the coordinate line for v falls along the intersection of the constant surfaces of u and w and the coordinate line parameter is the coordinate function v. We intuitively recognize the coordinate lines when we look at some coordinate system that has been drawn, because these fall at the intersection of the coordinate surfaces and the parameterization is visible by the associated coordinate function. The coordinate lines are easy to calculate from s(u,v,w) := (x(u,v,w), y(u,v,w), z(u,v,w)). For the u coordinate lines, you simply hold v and w constant and plot s(u,v=c1,w=c2). There is a separate coordinate line for each value of v and w. For the v coordinate lines, you hold u and w constant and plot s(u=c1, v, w=c2). The same pattern is followed for w.
However, it is often easier to work with the differential of the coordinate functions and the coordinate lines. The differential of the coordinate functions are sometimes called differential forms, and sometimes covectors. Sometimes these are represented as row vectors, but since the chain rule is the rule for transformation in differential geometry, it is often more convenient to represent these in differential form notation du, dv, dw. Just as u, v, and w form a new coordinate basis, du, dv, dw form an alternative basis to dx, dy, dz for the covector space. This basis is a vector basis that characterizes the rate of change of functions (it can also characterize things that are not functions, but that will not be discussed here). The conversion from the old basis to the new basis is given by:
dx = \frac{\partial x}{\partial u} du + \frac{\partial x}{\partial v} dv + \frac{\partial x}{\partial w} dw = x_u du + x_v dv + x_w dw
dy = \frac{\partial y}{\partial u} du + \frac{\partial y}{\partial v} dv + \frac{\partial y}{\partial w} dw = y_u du + y_v dv + y_w dw
dz = \frac{\partial z}{\partial u} du + \frac{\partial z}{\partial v} dv + \frac{\partial z}{\partial w} dw = z_u du + z_v dv + z_w dw
Note that the notation is convenient since the chain rule (or rule fro transformations) is naturally expressed in this form. The vector basis for u, v, and w can be represented by column vectors. However in differential geometry it is more convenient to use the notation \frac{\partial}{\partial u}, \frac{\partial}{\partial v}, \frac{\partial}{\partial w}. These can be calculated from s(u,v,w) := (x(u,v,w), y(u,v,w), z(u,v,w)), by the chain rule formula:
\frac{\partial}{\partial u} = \frac{\partial x}{\partial u} \frac{\partial}{\partial x} + \frac{\partial y}{\partial u} \frac{\partial}{\partial y} + \frac{\partial z}{\partial u} \frac{\partial}{\partial z} = x_u \frac{\partial}{\partial x} + y_u \frac{\partial}{\partial y} + z_u \frac{\partial}{\partial z}
\frac{\partial}{\partial v} = \frac{\partial x}{\partial v} \frac{\partial}{\partial x} + \frac{\partial y}{\partial v} \frac{\partial}{\partial y} + \frac{\partial z}{\partial v} \frac{\partial}{\partial z} = x_v \frac{\partial}{\partial x} + y_v \frac{\partial}{\partial y} + z_v \frac{\partial}{\partial z}
\frac{\partial}{\partial w} = \frac{\partial x}{\partial w} \frac{\partial}{\partial x} + \frac{\partial y}{\partial w} \frac{\partial}{\partial y} + \frac{\partial z}{\partial w} \frac{\partial}{\partial z} = x_w \frac{\partial}{\partial x} + y_w \frac{\partial}{\partial y} + z_w \frac{\partial}{\partial z}
The Jacobian for this system is given by:
<br />
\[ \left( \begin{array}{ccc}<br />
x_u & x_v & x_w\\<br />
y_u & y_v & y_w \\<br />
z_u & z_v & z_w \end{array} \right)\]<br />
Note that the columns of the Jacobian are not just new basis vectors, but the are the basis vectors \frac{\partial}{\partial u}, \frac{\partial}{\partial v}, \frac{\partial}{\partial w}, associated with the new coordinate system u, v, w. The rows of the Jacobian are dx, dy, and dz transformed to the new basis du, dv, dw. Multiplying a row vector (field) / covector (field) / one form by the Jacobian converts it from the dx, dy, dz basis to the du, dv, dw basis - it is just an expression of the chain rule. Multiplying the Jacobian by a vector (field) converts it from the \frac{\partial}{\partial u}, \frac{\partial}{\partial v}, \frac{\partial}{\partial w} basis to the \frac{\partial}{\partial x}, \frac{\partial}{\parital y}, \frac{\partial}{\partial z} basis - again just an expression of the chain rule. The Jacobian is a useful tool when writing vectors and covectors in matrix notation. When writing things in the more modern notation that is natural for the chain rule, the transformation rule is typically more obvious and the Jacobian does not need to be represented explicitly.
Note that the coordinate vectors \frac{\partial}{\partial u}, \frac{\partial}{\partial v}, \frac{\partial}{\partial w} are not unit vectors which are usually represented by using an 'e' form like e_1 , e_2 , e_3. Unit vectors have a length 1 with respect a metric defined on the space. Coordinate vectors need no metric to be defined and are parameterized by the associated coordinate function.