Consider the surface of revolution $S$ obtained by rotating the curve $(x,y=e^x,z=0)$ about the $x$-axis, and equip $S$ with the induced Riemannian metric from $\mathbb{R}^3$. Show that $S$ is complete and compute it's injectivity radius.
I've been having a lot of trouble with this problem. I began by parameterizing the surface via the function $\varphi:U\to\mathbb{R}^3$ given by $$\varphi(u,v)=(e,e^u\cos(v),e^u\sin(v)),$$ where $U=\{(u,v)\in\mathbb{R}^2~:~v\in[0,2\pi)\}$. I then computed the the metric in these coordinates as $g_{uu}=1+e^{2u}$ and $g_{vv}=e^{2u}$ (and the diagonal terms are zero). A direct computation shows that the Christoffel symbols are given by $$\Gamma^{v}_{uv}=\Gamma^{v}_{vu}=1,\qquad\Gamma^{u}_{vv}=\frac{-e^{2u}}{1+e^{2u}},\qquad\Gamma^{u}_{uu}=\frac{e^{2u}}{1+e^{2u}}.$$ So we have that the geodesic equations are given by $$\frac{d^2v}{dt^2}+2\frac{du}{dt}\frac{dv}{dt}=0,\qquad\frac{d^2u}{dt^2}-\frac{e^{2u}}{1+e^{2u}}\left(\frac{dv}{dt}\right)^2 + \frac{e^{2u}}{1+e^{2u}}\left(\frac{du}{dt}\right)^2=0.$$ Unfortunately, I have no idea how to solve this system of differential equations, and didn't know how to move forward from here. Instead, I tried to guess what the geodesic equations might be in these coordinates: for $(u_0,v_0)\in U$ and $v\in\mathbb{R}^2\cong T_{(u_0,v_0)}U$ I thought that they might given by $$\gamma(t)=(u_0,v_0)+tv.$$ I tried reparameterizing this curve by arclength and showing that it satisfies the geodesic equations, but also haven't had much luck. I think that I might be approaching about this problem incorrectly. I thought that I might need to compute the geodesics since I am asked to compute the injectivity radius of $S$.
If anyone has any hints or pointers on how I might go about showing this that would be extremely helpful!