Tangent vectors in affine spaces

  • Thread starter Thread starter mma
  • Start date Start date
  • Tags Tags
    Tangent Vectors
mma
Messages
262
Reaction score
5
Affine spaces can be regarded as smooth manifolds if we take the natural topology and affine coordinate charts as atlas. So, if M is an n-dimensional affine space, then the tangent vector of a curve C: [0,1] \rightarrow Min a point p = C(t_0) can be defined as a derivation (as in any smooth manifold):
\dot C(t_0): C^\infty(M) \rightarrow \mathbb{R}, f \mapsto \frac{d f(C(t))}{d t}\bigg|_{t=t_0}

On the other hand, for M is an affine space, the tangent vector of the curve C in the point p = C(t_0) can be defined as an element of the underlying vectorspace V:
C'(t_0) = \lim_{t \to t_0} \frac {C(t) - C(t_0)}{t - t_0}

C'(t_0) and \dot C(t_0) is related simply as
\dot C(t_0)(f) = \frac{d f(C(t))}{d t}\bigg|_{t=t_0} =f'(C(t_0))C'(t_0)
where f'(C(t_0)) is the derivative of f at C(t_0), that is a linear functional on V which satisfy:

f(C(t))-f(C(t_0))= f'(C(t_0)) (C(t) - C(t_0)) + \mathcal{O}(\|{C(t) - C(t_0)\|^2})

But this works only if a norm is also defined on V. Evidently, the relation between C'(t_0) and \dot C(t_0) can also described using coordinates and then showing that the relation is independent from the coordinates chosen.

My question is: How can be related C'(t_0) to\dot C(t_0) without using norm or coordinates?
 
Last edited:
Physics news on Phys.org
Perhaps f'(a) can be defined alternatively on affine spaces as follows.

Let \Phi: M \rightarrow\mathbb{R}^n be an affine chart on M with origin a \in M, i.e.,
p - a = \sum_{i=1}^{n} \mathrm{proj}_i(\Phi(p))e_i
(p \in M)
with some basis \{e_i\} of V.
Clearly, this is equivalent with a linear map \tilde \Phi between V and \mathbb{R}^n: \Phi(p) = \tilde{\Phi}(p-a).
Let g := f \circ \Phi^{-1} : \mathbb{R}^n \rightarrow \mathbb{R},
and let g'(0) = A, the derivative of g at \Phi^{-1}(a) = 0 in the usual sense.

We define now f'(a):= A \circ \tilde \Phi. This definition doesn't require a norm on V and can easily shown that the definition is unambiguous, i.e. independent of the choice of the \Phi chart.
 
Last edited:
Of course the original problem persists here. We have chosen a coordinate chart for defining the derivative and then see that the definition is independent of our choice.

Of course we could have used the original definition of the derivative using an arbitrarily chosen norm on V and then we could have shown that the any norm yields the same result.

But why do we use something in a definition what is really irrelevant? Couldn't we avoid such objects? What would Mr. Occam say about this?
 
Tangent vectors define directional derivatives. Directional derivatives are derivations.
 
Last edited:
Hurkyl said:
Tangent vectors define directional derivatives. Directional derivatives are derivations.

Exactly. My problem about it is the following. The definition of the directional derivative on affine spaces needs a metric. But it doesn't matter what metric we use. The metric can be arbitrary: any choice of it leads to the same directional derivative. So the definition of the directional derivative really doesn't need a metric. Still we use this unnecessary metric in the definition. But if it is unnecessary, why do we use it?

How can we define directional derivatives without any reference of any metric?
 
mma said:
Exactly. My problem about it is the following. The definition of the directional derivative on affine spaces needs a metric.
It doesn't need a metric; it only needs a topology.
 
Last edited:
OK, C' needs only topology. And directional derivative too.
But how do you define the total derivative of an M \rightarrow \mathbb{R} function without metric (norm)? That is, the linear functional what maps the directional derivative of on M \rightarrow \mathbb{R} function to the tangent vectors.
 
I just realized the directional derivative doesn't even use the topology on M! (Because it's defined as the derivative of a particular real-valued function of the reals) But that's getting into irrelevant detail.

mma said:
OK, C' needs only topology. And directional derivative too.
But how do you define the total derivative of an M \rightarrow \mathbb{R} function without metric (norm)?
Defining d_p f is easy; a functional is just a fancy sort of function, and you can define it 'pointwise'. e.g.

(d_p f)(v) := (\nabla_v f)(p)

Which is exactly what the English definition says: it's the functional that maps tangent vectors to the directional derivative of f at p in that direction.

(which I think is what you were trying to say here:)
the linear functional what maps the directional derivative of on M \rightarrow \mathbb{R} function to the tangent vectors.
 
Hurkyl said:
I just realized the directional derivative doesn't even use the topology on M! (Because it's defined as the derivative of a particular real-valued function of the reals) But that's getting into irrelevant detail.

Really. Only C' requires the topology.

Hurkyl said:
Defining d_p f is easy; a functional is just a fancy sort of function, and you can define it 'pointwise'. e.g.

(d_p f)(v) := (\nabla_v f)(p)

Which is exactly what the English definition says: it's the functional that maps tangent vectors to the directional derivative of f at p in that direction.

(which I think is what you were trying to say here:)

Really. We have to take only

(\nabla_v f)(p) : = \frac{df(p+tv)}{dt}\bigg|_{t=0}

Thank you, Hurkyl!
 
  • #10
The differential of a function requires no norm. Its value on a tangent vector is the derivative of the function composed with any curve whose velocitiy equals that vector.

It is important to realize that metrics are not part of the definition of calculus. What they allow you to do is to interpret differentials (1 forms) as vectors (gradients)
 
Back
Top