Impulse required to stop a rotating body

Click For Summary
SUMMARY

This discussion focuses on calculating the torque required to stop a rigid body rotating in 3D space without reversing its direction. The participants emphasize the importance of understanding angular momentum, torque, and the inertia tensor in this context. The key formula presented is Torque = dL / dt, where dL represents the change in angular momentum. A practical example illustrates that to stop an angular momentum of [1,2,3] in one second, a torque of [-1,-2,-3] is necessary, while adjustments to the applied torque vector can prevent reversal of rotation.

PREREQUISITES
  • Understanding of angular momentum and inertia tensor
  • Familiarity with torque calculations in rigid body dynamics
  • Knowledge of simulation techniques for physical systems
  • Basic principles of friction and its effects on motion
NEXT STEPS
  • Research "rigid body dynamics" for foundational concepts
  • Learn about "angular momentum conservation" in simulations
  • Explore "friction modeling" techniques in physics simulations
  • Investigate "center of percussion" and its applications in dynamics
USEFUL FOR

Physics simulation developers, mechanical engineers, and anyone involved in modeling rigid body dynamics and torque applications in 3D environments.

cboyce
Messages
5
Reaction score
0
I have a rigid body rotating in 3D space. I have a torque vector that I want to apply to the rotating body over a given time step. What I want to know is, will the torque be enough to stop the body rotating on any of its axis and reverse direction, and, if so, exactly what would the torque vector be to stop the rotation instead of reverse it. The angular velocity is known, and the inertia tensor is known, so I am calculating the angular momentum as I * w.

The background to this is that I'm simulating the friction of a particular point on a body in space, and often times the torque created by the friction is more than adequate to stop the body from rotating, and if I apply the full friction-caused torque to the body, it actually rotates in the opposite direction, when what I really want to do is simply stop the rotation.
 
Physics news on Phys.org
cboyce said:
if so, exactly what would the torque vector be to stop the rotation instead of reverse it.

Torque is the change of the angular momentum over time. If you know what change of angular momentum you want to achieve (to stop the rotation it is the negative of the current angular momentum) and the time period you want to apply the torque it rather trivial:
Torque = dL / dt
 
Thanks for the reply. My problem is that I don't know how to determine if a given torque will stop the rotation over time. I understand how to find out the impulse to stop the rotation completely, but that's not what I necessarily want to do. I've got a torque that's working against the rotation, and at most, I want to stop the rotation rather than reverse it. I was thinking of doing a component-wise comparison, but I'm not sure if that's a valid approach. Basically, something like this:

I have an angular momentum of [1,2,3]. In order to stop the rotation in 1 second, I'd apply a torque of [-1,-2,-3]. But, the torque vector I want to apply is [0,-2,-4]. Would I be able to simply compare components and determine that the force I want to apply without reversing any rotational direction would be [0,-2,-3]?
 
cboyce said:
I'm simulating the friction of a particular point on a body in space, [...] if I apply the full friction-caused torque to the body, it actually rotates in the opposite direction, when what I really want to do is simply stop the rotation.

I'm not sure I understand what your goal is. Possibly some information is missing

The whole idea of a simulation is that you set up the equations in such a way that blatantly unphysical outcomes are inherently impossible.

In the case of friction the quick 'n dirty approximation is to make the amount of friction proportional to the velocity. Then by the time the rotation has been reduced to zero the torque is down to zero.
 
cboyce said:
I have an angular momentum of [1,2,3]. In order to stop the rotation in 1 second, I'd apply a torque of [-1,-2,-3]. But, the torque vector I want to apply is [0,-2,-4]. Would I be able to simply compare components and determine that the force I want to apply without reversing any rotational direction would be [0,-2,-3]?
I think that would be ok as an approximation, as long the time step is small.
 
cboyce said:
I have an angular momentum of [1,2,3]. In order to stop the rotation in 1 second, I'd apply a torque of [-1,-2,-3]. But, the torque vector I want to apply is [0,-2,-4]. Would I be able to simply compare components and determine that the force I want to apply without reversing any rotational direction would be [0,-2,-3]?
On a second though: it would be better to scale the other torque components accordingly so you don't change its direction. In the above case you would apply [0,-1.5,-3]
 
Look up "center of percussion" on google.
http://en.wikipedia.org/wiki/Center_of_percussion
An impulse (application of a force x time) applied at a single point can stop the the angular motion of a rigid body, but it will result in a linear motion of the center of gravity.
Bob S
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 39 ·
2
Replies
39
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 60 ·
3
Replies
60
Views
5K
  • · Replies 22 ·
Replies
22
Views
4K
  • · Replies 3 ·
Replies
3
Views
273
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 4 ·
Replies
4
Views
4K