Variation of a tensor expression with indices

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 995 views
spaghetti3451
Messages
1,311
Reaction score
31
Say I want to find ##\delta \bigg( \sqrt{- \eta_{\mu \nu} \frac{dx^{\mu}}{d \tau} \frac{dx^{\nu}}{d \tau}} \bigg)##.

Is the following alright: ##\delta \bigg( \sqrt{- \eta_{\mu \nu}} \bigg( \frac{dx^{\mu}}{d \tau} \bigg)^{-1/2} \bigg( \frac{dx^{\nu}}{d \tau} \bigg)^{1/2} \bigg)##?
 
Physics news on Phys.org
failexam said:
Say I want to find ##\delta \bigg( \sqrt{- \eta_{\mu \nu} \frac{dx^{\mu}}{d \tau} \frac{dx^{\nu}}{d \tau}} \bigg)##.

Is the following alright: ##\delta \bigg( \sqrt{- \eta_{\mu \nu}} \bigg( \frac{dx^{\mu}}{d \tau} \bigg)^{-1/2} \bigg( \frac{dx^{\nu}}{d \tau} \bigg)^{1/2} \bigg)##?

No. You have broken out terms of a sum and it is no longer clear what is being summed with what. I suggest you use the chain rule ##\delta f(x) = f'(x) \delta x##.
 
Thanks! I've got it.