Question about tensor derivative

  • Context: Graduate 
  • Thread starter Thread starter lync4495
  • Start date Start date
  • Tags Tags
    Derivative Tensor
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
2 replies · 2K views
lync4495
Messages
2
Reaction score
0
Hello,

I'm beginning to learn GR and ran across the following in the beginning of Stephani's book.

In deriving the equations of motion for a force-free particle, we have the Lagrangian:
[tex]L = \frac{m}{2} g_{\alpha \beta} \dot{x}^\alpha \dot{x}^\beta[/tex]

To construct the equations of motion we need
[tex]\frac{\partial L}{\partial \dot{x}^\nu} = m g_{\alpha \nu} \dot{x}^\alpha[/tex]

and

[tex]\frac{\partial L}{\partial x^\nu} = L_{,\nu} = \frac{m}{2} g_{\alpha \beta, \nu} \dot{x}^\alpha \dot{x}^\beta[/tex]

Then from the Lagrange equations we get

[tex]g_{\alpha \nu }\ddot{x}^\alpha + g_{\alpha \nu, \beta} \dot{x}^\alpha \dot{x}^\beta - \frac{1}{2}g_{\alpha \beta, \nu}\dot{x}^\alpha \dot{x}^\beta =0[/tex]

I don't understand where the second term in the last equation comes from.
 
Physics news on Phys.org
lync4495 said:
Hello,

I'm beginning to learn GR and ran across the following in the beginning of Stephani's book.

In deriving the equations of motion for a force-free particle, we have the Lagrangian:
[tex]L = \frac{m}{2} g_{\alpha \beta} \dot{x}^\alpha \dot{x}^\beta[/tex]

To construct the equations of motion we need
[tex]\frac{\partial L}{\partial \dot{x}^\nu} = m g_{\alpha \nu} \dot{x}^\alpha[/tex]

and

[tex]\frac{\partial L}{\partial x^\nu} = L_{,\nu} = \frac{m}{2} g_{\alpha \beta, \nu} \dot{x}^\alpha \dot{x}^\beta[/tex]

Then from the Lagrange equations we get

[tex]g_{\alpha \nu }\ddot{x}^\alpha + g_{\alpha \nu, \beta} \dot{x}^\alpha \dot{x}^\beta - \frac{1}{2}g_{\alpha \beta, \nu}\dot{x}^\alpha \dot{x}^\beta =0[/tex]

I don't understand where the second term in the last equation comes from.

It comes from the product and chain rules:

[tex]\frac{d}{d \tau} \left( \frac{\partial L}{\partial \dot{x}^\nu} \right) = m \frac{d}{d \tau} \left( g_{\alpha \nu} \dot{x}^\alpha \right) = m \frac{d}{d \tau} \left( g_{\alpha \nu} \right) \dot{x}^\alpha + m g_{\alpha \nu} \frac{d}{d \tau} \left( \dot{x}^\alpha \right).[/tex]

In the second-last term,

[tex]\frac{d}{d \tau} = \frac{d x^\beta}{d \tau}\frac{\partial}{\partial x^\beta}[/tex]

is used.
 
Oh ok. Thank you.

I wasn't realizing the metric tensor was a function of time. Now that I think about it, it makes sense that it is.