Saturday, July 25, 2015

classical mechanics - Is there an equivalent of a scalar potential for torques?


For a given scalar potential V, it is known that the corresponding force field F can be computed from


F=V


Suppose a rigid body is placed inside this potential. The torque on the body T exerted by the scalar field will be


T=M(r×F(r))dm=M(r×V(r))dm=M(V(r)×r)dm


with r the position vector to the mass element dm, and the integration carried out over the entire body M.



So, being not too familiar with rigid body dynamics, I was wondering -- does something like a (vector/scalar) potential P exist, such that the local torque induced by the potential V can be expressed as


T=IP(or some similar form)


with I the moment of inertia tensor of the rigid body?


If such a thing exists:



  • what is its name?

  • where should I start reading?

  • What is the proper expression for the torque T?

  • how does P relate to V?



If such a thing doesn't exist:



  • why not? :)



Answer



Great question. A little background first.


Note that any force F moment M system on a point A can be equipollently translated into the screw axis S leaving only the components of M that are parallel to F. The location is found by


r=F×MFF


Also the moment components parallel to F are described by a scalar pitch value h found by


h=MFFF



In reverse, a moment is defined by a force vector F passing through an axis located at r with pitch h


M=r×F+hF


Have you noticed how difficult it is to apply a pure moment on a rigid body, without applying a force? This is because you cannot have one without the other. A moment is really a result of the line of action of forces. So the scalar potential of a moment is really the same as the one for forces with


M=r×VhV=([1]h+r×)V


The problem is that in rigid body mechanics forces are not treated as scalar fields, but spatially constant, and temporally varying. Furthermore, I cannot think of a case where spatially varying moments arise that are NOT due to a force at a distance. I suppose you can come up with a tensor pitch h instead of a scalar which is spatially varying for a definition like M=(H+r×)V, but then you will be making things up that do not have any physical meaning that I know of.


No comments:

Post a Comment

classical mechanics - Moment of a force about a given axis (Torque) - Scalar or vectorial?

I am studying Statics and saw that: The moment of a force about a given axis (or Torque) is defined by the equation: $M_X = (\vec r \times \...