Thanks, andrewkirk. If you don't mind I'd like to change my example a little:
Suppose the air temperature in a room varies in a smooth, continuous way, and the function T(x,y,z) represents this temperature at a point. Also suppose that a particle in the room moves along a smooth path and at a given moment occupies point (x,y,z) and moves at velocity v(t). If I want to know the rate at which the air temperature in the immediate vicinity of the particle is changing with respect to time, I can
- treat the particle velocity as a vector v = ( \partial x / \partial t, \partial y / \partial t, \partial z / \partial t )
- find the gradient of the temperature function to form the covector G = ( \partial T / \partial x , \partial T / \partial y, \partial T/ \partial z )
- and then find the inner product in the direct way
<br />
v \cdot G = \frac {\partial x}{ \partial t} \frac {\partial T }{\partial x } + \frac {\partial y}{ \partial t} \frac {\partial T }{\partial y } + \frac {\partial z}{ \partial t} \frac {\partial T }{\partial z } = \frac {dT}{dt}<br />
So I'm wondering what this would look like if I decide to first use index gymnastics to make the velocity into a covector and the temperature gradient into a vector.
If I decide to represent velocity as v = ( \partial t / \partial x , \partial t / \partial y, \partial t/ \partial z )
and the temperature spatial derivative as G = ( \partial x / \partial T, \partial y / \partial T, \partial z / \partial T )
and find the inner product of these two rank one tensors, I'd get
<br />
v \cdot G = \frac {\partial t}{ \partial x} \frac {\partial x }{\partial T } + \frac {\partial t}{ \partial y} \frac {\partial y }{\partial T } + \frac {\partial t}{ \partial z} \frac {\partial z }{\partial T } = \frac {dt}{dT}<br />, the inverse of what I got the first way.
This all seems logical except that the two tensors above described with partial derivatives make it appear that time is a function of spatial position and that spatial position is a function of temperature, and that gives me a headache.