$$-\sum_i \frac{dx_i}{dt} \frac{\partial V(\{x\})}{\partial x_i} = - \frac{dV}{dt}$$
where $x_i$ is the coordinate of a configuration space and $V({x})$ is the potential energy function. I have only started learning multivariable calculus and don't understand why this is true.
This expression is nothing more than the chain rule written for multiple variables. Namely, if I have some function $f$ that is a function of many variables, I can express, \begin{gather*} \frac{d f}{d y} = \sum_j \frac{\partial f}{\partial x_j} \frac{\partial x_j}{\partial y} \end{gather*} Where the sum runs over all of the variables that $f$ depends on. The only difference is the names of the variables and functions and the fact that there is a negative sign multiplied on both sides. Also make sure that you are being careful with total and partial derivatives.