kent davidge said:
Why ##d^2 x^\alpha / d\tau^2## is not considered a good expression for the proper acceleration (of a massive particle whose proper time is ##\tau## and coordinates are ##x^\alpha##)?
Well, in two dimensions, consider an object that is traveling in a circle of radius ##R## at constant angular velocity. In polar coordinates:
##x^r = R##
##x^\theta = \omega \tau##
So ##\frac{d^2 x^\alpha}{d\tau^2} = 0##. But obviously, it's undergoing centripetal acceleration.
The error is that velocity is a vector, which can be written in the form ##V = V^\alpha e_\alpha##. Velocity can change either by having the components ##V^\alpha## change, or by having the basis vectors ##e_\alpha## change. So a correct approach is not to use components, but to use vectors:
##V = V^\alpha e_\alpha = \frac{dx^\alpha}{d\tau} e_\alpha##
##A = \frac{dV}{d\tau} = \frac{d^2 x^\alpha}{d\tau^2} e_\alpha + \frac{dx^\alpha}{d\tau} \frac{d e_\alpha}{d\tau}##
To compute ##\frac{d e_\alpha}{d\tau}##, you use the chain rule: ##\frac{d e_\alpha}{d\tau} = (\nabla_\beta\ e_\alpha) \frac{d x^\beta}{d\tau}##
By definition, ##\nabla_\beta e_\alpha = \Gamma^\gamma_{\beta \alpha} e_\gamma##. So
##\frac{dx^\alpha}{d\tau} \frac{d e_\alpha}{d\tau} = \frac{dx^\alpha}{d\tau} \Gamma^\gamma_{\beta \alpha} e_\gamma = \frac{dx^\gamma}{d\tau} \Gamma^\alpha_{\beta \gamma} e_\alpha## (renaming the dummy indices ##\alpha## and ##\gamma## to ##\gamma## and ##\alpha##). So
##A = (\frac{d^2 x^\alpha}{d\tau^2} + \Gamma^\alpha_{\beta \gamma} \frac{dx^\gamma}{d\tau} \frac{dx^\beta}{d\tau}) e_\alpha##
So ##A^\alpha = \frac{d^2 x^\alpha}{d\tau^2} + \Gamma^\alpha_{\beta \gamma} \frac{dx^\gamma}{d\tau} \frac{dx^\beta}{d\tau}##
The ##\Gamma^\alpha_{\beta \gamma}## takes into account the variation of the basis vectors from point to point.