Suppose we are given a certain Riemannian metric $$\frac{(dx)^2 + (dy)^2}{y^2}$$
How do I calculate geodesics?
I know that we have the geodesic equation $$\ddot{x}^k(t) + \dot{x}^i(t)\dot{x}^j\Gamma_{ij}^k(x(t)) = 0$$
and that we have only two components, hence a geodesic $\gamma$ should be of the form $\gamma(t) = (x^1(t),x^2(t))$. Writing out the case $k = 1$ we get $$\ddot{x}^1(t) + (\dot{x}^1(t))^2\Gamma_{11}^1(x(t)) + 2\dot{x}^1(t)\dot{x}^2(t)\Gamma_{12}^1(x(t)) + (\dot{x}^2(t))^2\Gamma_{22}^1(x(t)) = 0$$
I also calculated $\Gamma^1_{11} = \Gamma^1_{22} = 0$ and $\Gamma^1_{12} = -1/y$. Now my problem is that I do not really know how to plug in the Christoffel symbols since they are evaluated in $x(t)$.
I know that there is a similar problem here, but I do know how to solve the resulting ODE. My problem is, that I would like to get to the initial equation.
Edit. The geodesic equation is taken from Riemannian Manifolds by John M. Lee, p. 58.