Relationship between torque and angular momentum

Here is the proof that I think you're looking for. As Ali remarks in his answer, the results holds true for a rigid body undergoing rotation with constant angular velocity.

Let $\vec r_i$ denote the position of some particle in a rigid body. Suppose this rigid body is undergoing rotation with angular velocity $\vec \omega$, then $$ \dot {\vec r}_i = \vec \omega\times\vec r_i $$ See the appendix for a proof of this. By taking the derivative of both sides with respect to time and multiplying both sides by $m_i$, the mass of particle $i$, we obtain $$ \dot {\vec p}_i = \omega\times \vec p_i $$ Now we simply note that if $\vec F_i$ denotes the net force on particle $i$, then Newton's Second Law gives $\vec F_i = \dot{\vec p_i}$ so that \begin{align} \vec\tau_i &= \vec r_i\times \vec F_i \\ &= \vec r_i\times\dot{\vec p_i} \\ &= \vec r_i\times(\vec\omega\times\vec p_i) \\ &= -\vec p_i\times(\vec r_i\times \vec\omega) - \vec\omega\times(\vec p_i\times\vec r_i) \\ &= \vec p_i\times(\vec\omega\times\vec r_i) + \vec\omega\times(\vec r_i\times\vec p_i) \\ &= \vec p_i\times \dot{\vec r}_i + \vec \omega\times \vec L_i \\ &= \vec\omega\times \vec L_i \end{align} This is basically the identity you were looking for. In the fourth equality, I used the so-called Jacobi identity. Now, by taking the sum over $i$, the result can readily be seen to also hold for the net torque $\tau$ on the body and the total angular momentum $\vec L$ of the body; $$ \vec \tau = \vec\omega\times\vec L $$

Appendix. The motion of a rigid body undergoing rotation is generated by rotations. In other words, there is some time-dependent rotation $R(t)$ for which $$ \vec r(t) = R(t) \vec r(0) $$ It follows that $$ \dot{\vec r}(t) = \dot R(t) \vec r(0) = \dot R(t)R(t)^T\vec r(t) = \vec\omega(t)\times \vec r(t) $$ In the last step, I used the fact that $R(t)$ is an orthogonal matrix for each $t$ which implies that $\dot R R^T$ is antisymmetric. It follows that there exists some vector $\vec \omega$, which we call the angular velocity of the body, for which $\dot R R^T \vec A = \vec \omega\times\vec A$ for any $\vec A$.


As kleingordon and others pointed out, this equation is not true in general. But it can be true in a certain context. I will try to derive the conditions where it can be true.

We all know that:

$$\vec\tau = \frac{ d \vec{L}}{dt}$$

But we want to have:

$$\vec{\tau}=\vec \omega \times\vec{L} \\ \Rightarrow \frac{d\vec L}{dt}=\vec \omega \times \vec L$$

Now, the case where the time derivative of a vector(in this case $\vec L$) is the cross product of a constant vector(in this case $\vec \omega$) with that vector is a well-known case. It's simply the case where that vector($\vec L$) is rotating around the constant vector($\vec \omega$) with constant angular velocity, which happens to be $|\vec \omega|$.


I'm not sure where you have obtained this equation, but I'll try and show you why others are suggesting it's not correct.

You can try looking at the linear analogues of these values. In a linear system you are saying that:

$\text{Force} = \text{Velocity}\times \text{Momentum} = v \times mv = m v^2$

Which is somewhat different to Newton's law

$F = m a$

Where did you get this equation from and to what is it referring?