Inner product computations on manifolds

  • Context: Graduate 
  • Thread starter Thread starter FuzzyFungi
  • Start date Start date
  • Tags Tags
    Computing
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 4K views
FuzzyFungi
Messages
1
Reaction score
0
Hi there! I have a pretty basic question about how to compute an inner product [tex]\left\langle\omega, X\right\rangle[/tex] on a manifold.

I understand that, if both arguments are vectors (or vector fields) and we're in euclidean space, the computation is exactly as if I were doing a dot product. However, if we're in a manifold (Lets say... On the surface of a unit sphere in [tex]\Re^3[/tex]) how would the computation be done?

What if the first argument is a 1-form?

From what I've read, I've found lots of helpful information concerning properties of inner products, their usefulness as metrics, and nice identities with them. But when it comes to finding the value of one, I am lost.

Thanks!
 
Physics news on Phys.org
My understanding has always been that the inner product of a 1-form and a vector is given by [tex]\langle \omega, X \rangle = \omega(X)[/tex]

For the inner product of two vectors, we first have to convert the first vector to a 1-form. If [tex]X[/tex] is a vector then the corresponding 1-form or covector is denoted [tex]X^\flat[/tex] and is given by [tex]X^\flat(Y) = g(X,Y)[/tex]. If the components of [tex]X[/tex] in some coordinate system are [tex]X^i[/tex] then the components of [tex]X^\flat[/tex] will be [tex]X_j = g_{ij}X^i[/tex]. I.e. [tex]X^\flat = X_j dx^j = g_{ij}X^i dx^j[/tex].

So [tex]\langle X,Y \rangle := \langle X^\flat,Y \rangle = X^\flat(Y) = g(X,Y)[/tex] and g is really our inner product of vectors.

I hope that makes sense