I am currently reading Wald's General Relativity, but got a bit confused. Given a manifold with a metric, $(M, g_{ab})$, we may find the set of geodesic curves by solving the equation
$$ T^a \nabla_a T^b = \alpha T^b \tag{3.3.2} $$
where $T^a$ is a vector field whose vectors are tangent vectors to the geodesics. Moreover, we assume that the derivative operator $\nabla$ is associated with the metric, i.e. $\nabla_a g_{bc} = 0$.
In Wald, an alternative strategy is suggested when attempting to find the geodesics to the Schwarzschild metric. First and foremost, the (exterior) Schwarzschild metric is defined in the usual sense by
$$ ds^2 = -\left( 1 - \frac{2M}{r}\right)dt^2 + \left( 1 - \frac{2M}{r}\right)^{-1} dr^2 + r^2 d\Omega^2 \tag{6.1.44} $$
with $d\Omega^2 = d\theta^2 + \sin^2\theta d\phi^2$. We assume that the entire geodesic lies in the $\theta = \pi/2$ plane, without any loss of generality, since we can perform a coordinate transformation to achieve this. In order to find the geodesic curves, three equations are obtained. First, it is noted that the norm of the geodesic is either $-1$ or $0$ for timelike and lightlike geodesics (which are to be found). Letting $\kappa$ be either $-1$ or $0$, depending on which type of geodesic we are looking for, the first equation is:
$$ -\kappa = g_{ab} u^a u^b = -(1 - 2M/r)\dot{t}^2 + (1 - 2M/r)^{-1} \dot{r}^2 + r^2 \dot{\phi}^2 \tag{6.3.10} $$
where the dot denotes the derivative with respect to proper time, since the tangent vector in the given coordinate system is, per definition, given by:
$$ u^a = \frac{dt}{d \tau} \left( \frac{\partial}{\partial t} \right)^a + \frac{dr}{d \tau} \left( \frac{\partial}{\partial r} \right)^a + \frac{d \phi}{d \tau} \left( \frac{\partial}{\partial \phi} \right)^a $$
The other two equations are obtained from the following proposition:
PROPOSITION C.3.1. Let $\xi^a$ be a Killing vector field and let $\gamma$ be a geodesic with tangent $u^a$. Then $\xi_a u^a$ is constant along $\gamma$.
Since $(\partial / \partial t )^a$ and $(\partial / \partial \phi )^a$ are Killing fields (corresponding to directions which do not change the metric), two additional equations are given:
$$ E = -g_{ab} \left( \frac{\partial}{\partial t} \right)^a u^b = (1 - 2M/r)\dot{t} $$
where $E$ is constant, and
$$ L = g_{ab} \left( \frac{\partial}{\partial \phi} \right)^a u^b = r^2 \dot{\phi} $$
where $L$ is constant. Obviously, now it is possible to substitute two of the functions back into the first equation, to obtain the final differential equation for the geodesic:
$$ \frac{1}{2} \dot{r}^2 + \frac{1}{2} \left( 1 - \frac{2M}{r}\right) \left( \frac{L^2}{r^2} + \kappa \right) = \frac{1}{2} E^2 \tag{6.3.14} $$
Now, the question I have is, how can we assure that all curves which satisfy equation (6.3.14) are in fact geodesics? More specifically, if we let $C$ be the set of geodesics, corresponding to solutions to (3.3.2), and $C'$ be the set of curves which solve (6.3.10) and the energy- and momentum conservation equations provided above, then necessarily, we must have
$$ C \subseteq C' $$
since all geodesics must satisfy the conservation equations as per the proposition. However, how can we be sure that there is not some further restriction which has to be satisfied in order for the geodesic equation to be fulfilled? More generally, can we always use Killing fields in order to find geodesic curves, and then be sure that this will not include non-geodesics as well?
Any help is greatly appreciated!