Consider the hyperbolic space as the upper half space of $\mathbb{R}^3$ $$\mathbb{H}^3=\{(x,y,z)\in\mathbb{R}^3:z>0\}$$ equipped with the metric $$ds^2=\frac{1}{z^2}(dx^2+dy^2+dz^2)$$ Prove that straight lines perpendicular to the plane $z=0$ are geodesics if they are arc-length parameterized.
Of course, such lines can be parameterized by $$\alpha(t)=(x,y,t)$$ where $(x,y)$ is an arbitrary fixed point of the plane. But, even though this is arc-length parameterized under the usual metric, it's not under the defined metric, and indeed it's not geodesic.
My problem is conceptually serious too, as I don't know how to even check it. For example, assume the parameterization given by $$\alpha(t)=(x,y,t^2+t^3)$$ Then we would have $$\alpha'(t)=(0,0,2t+3t^2)$$ Then the module is given by $$|\alpha'(t)|^2=\frac{1}{z^2}(2t+3t^2)^2$$ Now is this arc-length parameterized? I don't know, since different variables appear.