I'm having some trouble doing an easy computation with the $\text{AdS}$ space. I'm considering $\text{AdS}_3$ space with the Poincaré coordinates, so the metric reads
$$ds^2 = \frac{R^2}{z^2}(dz^2 - dt^2 + dx^2).$$
I want to compute the geodesics for a $t=\text{const.}$ slice, in order to obtein the holographic entanglement entropy for the region $x\in[-l/2,+l/2]$, as described in this paper (eq. 12 to 14).
So, I set $t = \text{const.}$ and I compute the geodesics equations:
$$\ddot{z} + \frac{1}{z}(-\dot{z}^2 + \dot{x}^2) = 0.$$
$$\ddot{x} - \frac{2}{z}\dot{z}\dot{x}=0.$$
As the paper says, the solution should be the semicircunference $x = \sqrt{(\frac{l}{2})^2-z^2}$, or written in parametric form:
$$x = - \frac{l}{2}\cos \pi\lambda$$
$$z = \frac{l}{2}\sin \pi\lambda$$
with $\lambda\in[0,1]$.
But if I substitute this solution into the geodesics equations I don't get they are satisfied. So, what do you suggest is my problem?
$$ \ddot{x}^\mu + \Gamma^{\mu}_{\alpha\beta}\dot{x}^\alpha\dot{x}^\beta = f(\lambda)\dot{x}^\mu $$
where, $f(\lambda)$ is some function to be determined.
The solution satisfies the GE with $f(\lambda) = -\pi cotan \pi\lambda$ for my parametrization.
– dpravos Jul 11 '14 at 09:34