The one-form basis and contraction

  • Context: Graduate 
  • Thread starter Thread starter Ben Niehoff
  • Start date Start date
  • Tags Tags
    Basis Contraction
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 5K views
Messages
1,891
Reaction score
170
I'm sure this question has been asked before, but I haven't been able to find a good answer using the search function.

I have a differentiable manifold M and some coordinate chart. I have vector and covector fields on this manifold, but no metric. At some point P, I know I can write the tangent vectors as a linear combination of directional derivative operators

[tex]v = \sum v_i \frac{\partial}{\partial x^i}[/tex]

and I can write the covectors as a linear combination of one-forms

[tex]\omega = \sum \omega_j \, dx^j[/tex]

Furthermore, I ought to be able to take the contraction [itex]\langle \omega, v \rangle[/itex] algebraically, using linearity and the relations

[tex]\langle dx^i, \frac{\partial}{\partial x^j} \rangle = \delta^i_j[/tex]

Now, by definition, the one-form basis lies in the dual space of linear functionals on V, so the contraction above really means that the linear functionals dx^i must "act upon", in some sense, the basis vectors d/dx^j of V; i.e.

[tex]dx^i \left( \frac{\partial}{\partial x^j} \right) = \delta^i_j[/tex]

But my question is, what in the world does this mean? I thought that this "canonical" set of bases was supposed to lead to some natural way to compute the contraction, but I don't see it.

What does it mean for dx( ) to act upon some other object?
 
Physics news on Phys.org
I have to catch my bus to work in a few minutes, and I have a lot on my plate today, so I might not be able to respond today in as much detail as I'd like.

Ben Niehoff said:
[tex]v = \sum v_i \frac{\partial}{\partial x^i}[/tex]

The indices on the components of v should be superscrpts.

[tex]dx^i \left( \frac{\partial}{\partial x^j} \right) = \delta^i_j[/tex]

Use this and linearity to calculate [itex]\omega(v)[/itex].
 
Last edited:
I think you missed my question. I was asking why

[tex]dx(\frac{\partial}{\partial x}) = 1[/tex]

should be true in the first place.
 
Ben Niehoff said:
I think you missed my question.

I couldn't decide what you were asking. I though that first you wanted to get at the component version of contraction.

I was asking why

[tex]dx(\frac{\partial}{\partial x}) = 1[/tex]

should be true in the first place.

By definition!
 
George Jones said:
By definition!

So then what was the point of using dx and d/dx as basis vectors? I thought the contraction was supposed to somehow arise naturally out of that choice, via calculus intuitions.

If we're just going to define the contraction ad hoc, then doesn't it increase readability to use e^i and e_i?

I guess the real question is, does the symbol dx( ) have some real meaning from which the contraction with d/dx naturally follows? Ideally, whatever it is should also have a sensible meaning in one-dimensional calculus; i.e., there should be some sense in which dx and d/dx are natural "inverses". But I don't see it.
 
The 1-forms [tex]dx^i[/tex] are covectors representing linear approximations to the coordinate functions [tex]\pi^i[/tex], i.e they are linear functions. As you probably know, these form a vector space, and any gradient can be written as a linear combination of these coordinate gradients.

For example, let [tex]f[/tex] be a function defined on [tex]\mathbb{R} \times \mathbb{R}[/tex] to [tex]\mathbb{R}[/tex]. What is the linear approximation to f at the origin? We want a linear function [tex]df : \mathbb{R}^2 \longrightarrow \mathbb{R}[/tex] such that for small [tex](x,y) \in \mathbb{R}^2[/tex], we have [tex]df(x,y) \approx f(x,y)[/tex]. Again, as you probably know, this function can be written as a linear combination of functions [tex]dx[/tex] and [tex]dy[/tex]:

[tex]df = \partial_x{f} dx + \partial_{y}{f} dy[/tex].

This of course looks very familiar, and this is the reason we use this notation instead of [tex]e^i[/tex].

That takes care of functions, but what about their dual objects, i.e. parametrized curves? consider a curve [tex]\gamma : \mathbb{R} \longrightarrow \mathbb{R}^2[/tex] which passes through the origin with [tex]\gamma(0) = (0,0)[/tex]. The linear approximation to this curve (the tangent vector) is a linear function of the form [tex]\gamma(u) = (ua,ub)[/tex], which can always be written as a combination of curves [tex]\gamma(u) = a\gamma_1(u) + b\gamma_2(u)[/tex] where [tex]\gamma_1(u) = (u,0)[/tex] and [tex]\gamma_2(u) = (0,u)[/tex]. You can convince yourself that these tangent vectors to parametrized curves also form a vector space, and can always be written as a linear combination of curves determined by the coordinate system. [tex]\gamma_1[/tex] and [tex]\gamma_2[/tex] are usually denoted by

[tex]\gamma_1 = \frac{\partial}{\partial{x}}[/tex]

[tex]\gamma_2 = \frac{\partial}{\partial{y}}[/tex]

Now we see why [tex]dx \circ \partial_x[/tex] is 1: [tex](dx \circ \partial_{x})(u)[/tex] = [tex]dx(u,0)[/tex]= u.