How Does the Volume Form on the Unit Sphere Relate to Its Position Vector?

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
7 replies · 6K views
spaghetti3451
Messages
1,311
Reaction score
31
The volume form on the unit sphere ##S^{n}## in ##\mathbb{R}^{n+1}## is given by

$$i_{{\bf r}}\ dx^{1}\wedge \dots \wedge dx^{n+1}=\sum (-1)^{i-1}x^{i}dx^{1}\wedge\dots \widehat{dx^{i}} \dots \wedge dx^{n+1}.$$

Why must the volume form ##dx^{1}\wedge \dots \wedge dx^{n+1}## act on the vector ##{\bf r}## to give the volume form on the unit sphere?

Also, how do I get the form of the volume form on the right-hand side of the equation?
 
Physics news on Phys.org
failexam said:
The volume form on the unit sphere ##S^{n}## in ##\mathbb{R}^{n+1}## is given by

$$i_{{\bf r}}\ dx^{1}\wedge \dots \wedge dx^{n+1}=\sum (-1)^{i-1}x^{i}dx^{1}\wedge\dots \widehat{dx^{i}} \dots \wedge dx^{n+1}.$$

Why must the volume form ##dx^{1}\wedge \dots \wedge dx^{n+1}## act on the vector ##{\bf r}## to give the volume form on the unit sphere?
What you have is the volume form in n+1 dimensions. Taking the interior product with the position vector gives you an appropriate n-form that has exactly the properties that you are looking for when you do the pullback to the n-sphere.

failexam said:
Also, how do I get the form of the volume form on the right-hand side of the equation?

Do you mean how you get the left-hand side on that form? Have you tried simply applying the definition of the interior product?
 
"Why must the volume form dx1∧⋯∧dxn+1 act on the vector r to give the volume form on the unit sphere?"

This works as long as by r you mean the radial vector field of unit length.

Here's one reason for this: Suppose near some point p of the unit sphere Sn in Rn+1 you have tangent vectors

∂/∂y1, . . ., ∂/∂yn

that are orthonormal at p. Then the dual 1-forms

dy1, . . ., dyn

automatically have the property that their wedge product

dy1∧ . . . ∧dyn

is the volume form of Sn.

This work for any Riemannian manifold, not just Sn. Because the unit radial vector r together with the vectors ∂/∂y1, . . ., ∂/∂yn form an orthonormal basis for Rn+1 at the point p, the wedge product of their dual 1-forms is the volume form of Rn+1. That is,

dx1∧⋯∧dxn+1 = dr∧dy1∧ . . . ∧dyn

where the meaning of dr should be clear. This implies what you asked about almost immediately. It would be good to try some simple cases in low dimensions to see this is a general principle.
 
  • Like
Likes   Reactions: nrqed
Orodruin said:
What you have is the volume form in n+1 dimensions. Taking the interior product with the position vector gives you an appropriate n-form that has exactly the properties that you are looking for when you do the pullback to the n-sphere.

Ok, so, to get the volume form on the unit sphere ##S^{n}##, you take the interior product of the volume form in ##\mathbb{R}^{n+1}## with ##\bf r##.

But, how you do simplify it to the expression ##\sum (-1)^{i-1}x^{i}dx^{1}\wedge\dots \widehat{dx^{i}} \dots \wedge dx^{n+1}##?

In particular, I don't understand why ##\displaystyle{{\bf r} = \sum_{i=1}^{n+1} x^{i} \frac{\partial}{\partial x^{i}}}##.

My hunch is that ##\displaystyle{{\bf r} = \sum_{i=1}^{n+1} \frac{\partial}{\partial x^{i}}}## since ##\bf r## is a unit vector and must have components which are unity. But, I don't see why my hunch is wrong.
 
Thank you! This was helpful.