I'm new to this topic so please bear with me. Here on wikipedia we have the Lagrangian equations of motion:
$$ \frac{d}{dt}\left(\frac{\partial T}{\partial \dot{q}}\right) - \frac{\partial T}{\partial q} = F_q \label{a}\tag{1} $$
Where $\ T $ is the kinetic energy of the system. A little farther down on the wikipedia page we see the Euler-Lagrange equation (which is the equation I'm currently familiar with):
$$ \frac{d}{dt}\left(\frac{\partial L}{\partial \dot{q}}\right) - \frac{\partial L}{\partial q} = F_q \label{b}\tag{2} $$
Where the Lagrangian $\ L $ is
$$ L = T - V \tag{3} $$
And $\ V $ is potential energy.
What is the difference between \ref{a} and \ref{b}? It seems to have something to do with conservative forces but I'm having trouble connecting the dots here. When would it be appropriate to use one equation instead of the other?