Question about Geodesic Equation Derivation using Lagrangian

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
3 replies · 3K views
LoadedAnvils
Messages
36
Reaction score
0
I'm trying to derive the Geodesic equation, [itex]\ddot{x}^{α} + {Γ}^{α}_{βγ} \dot{x}^{β} \dot{x}^{γ} = 0[/itex].

However, when I take the Lagrangian to be [itex]{L} = {g}_{γβ} \dot{x}^{γ} \dot{x}^{β}[/itex], and I'm taking [itex]\frac{\partial {L}}{\partial \dot{x}^{α}}[/itex], I don't understand why the partial derivative of [itex]{g}_{γβ}[/itex] with respect to [itex]\dot{x}^{α}[/itex] is zero.

I've been looking for a derivation that explained this step but I'm having no luck.

Anyone care to explain?
 
on Phys.org
metric tensor is function of coordinates only,not derivatives of it.So it is zero.
 
LoadedAnvils said:
I'm trying to derive the Geodesic equation, [itex]\ddot{x}^{α} + {Γ}^{α}_{βγ} \dot{x}^{β} \dot{x}^{γ} = 0[/itex].

However, when I take the Lagrangian to be [itex]{L} = {g}_{γβ} \dot{x}^{γ} \dot{x}^{β}[/itex], and I'm taking [itex]\frac{\partial {L}}{\partial \dot{x}^{α}}[/itex], I don't understand why the partial derivative of [itex]{g}_{γβ}[/itex] with respect to [itex]\dot{x}^{α}[/itex] is zero.

I've been looking for a derivation that explained this step but I'm having no luck.

Anyone care to explain?


Although you might think that since [itex]\dot{x}[/itex] is related to x, the derivative should be zero, we actually consider the two to be separate variables. This is because in the lagrangian formalism, you are considering functions, not positions (you are techinically varying over paths). To see how they are independent, consider a function [itex]f(t) = x[/itex]. Since all we know is that it equals x at t, then the first derivative is not fixed (since the derivative is the slope of the tangent, think of how many lines you can draw through a single point). Since we are considering all functions, we don't actually know anything about the first derivative, so we have to treat it as an independent parameter.

In that case, you'll notice that the metric is not written to have explicit dependence on [itex]\dot{x}[/itex], which is for a reason, because the metric is chosen to not have any dependence on [itex]\dot{x}[/itex]. Physically, this is because the distance between two points doesn't depend on the speed that you are going, so the metric field shouldn't depend on [itex]\dot{x}[/itex]
 
Thank you both. I can now continue with the derivation.