Partial derivatives as basis vectors?

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
6 replies · 9K views
Rearden
Messages
16
Reaction score
0
Hi,

I'm having trouble understanding how people can make calculations using the partial derivatives as basis vectors on a manifold. Are you allowed to specify a scalar field on which they can operate? eg. in GR, can you define f(x,y,z,t) = x + y + z + t, in order to recover the Cartesian basis vectors of flat spacetime? Or am I missing the point?

Thanks!
 
Physics news on Phys.org
It's purely a matter of notation. There is no interesting physics involved. You never really use the partial derivative operators to take the partial derivative of any actual function. The reason the notation makes sense is that derivative operators have the transformation properties implied by the notation.
 
I think I understand. So does a four-velocity vector expressed in flat spacetime with a Cartesian basis have exactly the same components as the corresponding tangent vector on a manifold, despite the nominally different basis vectors?
 
bcrowell said:
It's purely a matter of notation. There is no interesting physics involved. You never really use the partial derivative operators to take the partial derivative of any actual function.

False. I use them to take derivatives all the time: as operators in differential equations, for calculating commutators of Killing vectors, etc. I find the literal interpretation of tangent vectors as derivative operators to be quite productive.

I also use the basis 1-forms as linear functionals acting on vectors.
 
Rearden said:
I think I understand. So does a four-velocity vector expressed in flat spacetime with a Cartesian basis have exactly the same components as the corresponding tangent vector on a manifold, despite the nominally different basis vectors?
Yes. Suppose that [itex]C:[a,b]\rightarrow M[/itex] is a curve in a manifold, and [itex]x:U\rightarrow\mathbb R^n[/itex] is a coordinate system such that [itex]C([a,b])\subset U[/itex]. The union of all the tangent spaces [itex]TM=\bigcup_{p\in M}T_pM[/itex] is called the tangent bundle. A function [tex]V:[a,b]\rightarrow TM[/itex] such that [itex]V(t)\in T_{C(t)}M[/itex] for all [itex]t\in[a,b][/itex], is called a vector field along the curve C. We're interested in a particular vector field along the curve, called the velocity vector field of C, or the tangent vector field of C. It's often written as [tex]\dot C[/tex] and is defined by<br /> <br /> [tex]\dot C(t)(f)=(f\circ C)'(t)[/tex]<br /> <br /> To find its components, we need to express [tex]\dot C(t)[/tex] as a linear combination of the [tex]\frac{\partial}{\partial x^i}\bigg|_{C(t)}[/tex]. This isn't hard if we know the chain rule.<br /> <br /> [tex](f\circ C)'(t)=(f\circ x^{-1}\circ x\circ C)'(t)=(f\circ x^{-1})_{,i}(x(C(t)))(x\circ C)^i'(t)=(x\circ C)^i'(t)\frac{\partial}{\partial x^i}\bigg|_{C(t)}f[/tex]<br /> <br /> so<br /> <br /> [tex]\dot C(t)=(x\circ C)^i'(t)\frac{\partial}{\partial x^i}\bigg|_{C(t)}[/tex]<br /> <br /> Define [tex]\tilde x=x\circ C[/tex]. This is a curve in [tex]\mathbb R^n[/tex], and the tangent vector at [tex]\tilde x(t)[/tex] of such a curve, is defined as [tex]\tilde x'(t)=(\tilde x^1'(t),\dots,\tilde x^n'(t))[/tex]. So its components can be written as [tex]\tilde x^i'(t)=(x\circ C)^i'(t)[/tex], which as we just saw, are also the components of [tex]\dot C(t)[/tex] in the basis that consists of the partial derivative operators at C(t), constructed from the coordinate system x.[/tex]
 
Last edited:
Exactly what I needed,

Thanks a lot!